@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 1, app/assets/stylesheets/common/collapsable.scss */
.collapsable_control {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/common/collapsable.scss */
.collapsable_control.collapsable_closed::before {
  content: '▶';
  float: right;
  font-size: 11px;
  transform: scaleX(0.8);
}

/* line 11, app/assets/stylesheets/common/collapsable.scss */
.collapsable_control.collapsable_opened::before {
  content: '▾';
  float: right;
  font-size: 11.5px;
  transform: scaleX(1.6);
  margin-right: 2px;
}

/* line 4, app/assets/stylesheets/common.scss */
#upload_file_progress_container {
  align-items: center;
}

/* line 6, app/assets/stylesheets/common.scss */
#upload_file_progress_container .modal-dialog {
  height: 105px;
  margin: 15% auto 0 auto;
}

/* line 9, app/assets/stylesheets/common.scss */
#upload_file_progress_container .modal-dialog .modal-header {
  text-align: left;
  font-size: 20px;
}

/* line 14, app/assets/stylesheets/common.scss */
#upload_file_progress_container .modal-dialog #result_row {
  margin-top: 28px;
  font-size: 17px;
}

/* line 17, app/assets/stylesheets/common.scss */
#upload_file_progress_container .modal-dialog #result_row .hide_file_upload {
  display: block;
  margin: 12px auto 0px;
  font-size: 15px;
  padding: 7px 30px;
}

/* line 28, app/assets/stylesheets/common.scss */
.upload_progress_container {
  width: 100%;
  height: 10px;
  background: #c5c5c5;
  margin: 10px 0 0 0;
  max-width: 100%;
}

/* line 34, app/assets/stylesheets/common.scss */
.upload_progress_container #file_uploding_progress {
  width: 1%;
  height: 10px;
  background: #48a4f3;
  transition: 0.5s ease all;
}

/* line 42, app/assets/stylesheets/common.scss */
select.selectize.selectized {
  display: none !important;
}

/* line 47, app/assets/stylesheets/common.scss */
#offering-cover-map .part-circle, #map_panel.bigger-map .part-circle {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 35px;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/common.scss */
#offering-cover-map .part-circle label, #map_panel.bigger-map .part-circle label {
  margin-left: -3px;
  margin-top: -11px;
  font-size: 14px;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/common.scss */
#offering-cover-map .part-circle .inner-circle, #map_panel.bigger-map .part-circle .inner-circle {
  width: 14px;
  height: 14px;
  border-radius: 30px;
  border: 7px solid #000;
  margin: 3px;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/common.scss */
#offering-cover-map .part-pop-content, #map_panel.bigger-map .part-pop-content {
  position: absolute;
  background: #fff;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 150px;
  z-index: 100;
  width: 260px;
  font-size: 13px;
}

/* line 81, app/assets/stylesheets/common.scss */
#offering-cover-map .part-pop-content .close-btn, #map_panel.bigger-map .part-pop-content .close-btn {
  cursor: pointer;
  margin-right: -12px;
  margin-top: -12px;
  color: #555a5d;
}

/* line 89, app/assets/stylesheets/common.scss */
#offering-cover-map .part-table.part-pop-content, #map_panel.bigger-map .part-table.part-pop-content {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: auto;
  min-width: 50%;
  max-width: 700px;
}

/* line 97, app/assets/stylesheets/common.scss */
#offering-cover-map .part-table.part-pop-content th, #map_panel.bigger-map .part-table.part-pop-content th {
  padding: 5px;
}

/* line 100, app/assets/stylesheets/common.scss */
#offering-cover-map .part-table.part-pop-content table, #map_panel.bigger-map .part-table.part-pop-content table {
  margin-bottom: 0;
}

/* line 103, app/assets/stylesheets/common.scss */
#offering-cover-map .part-table.part-pop-content .close-btn, #map_panel.bigger-map .part-table.part-pop-content .close-btn {
  margin: 0;
  width: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 111, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle, #map_panel.bigger-map .part-circle {
    width: 16px;
    height: 16px;
    border-radius: 30px;
  }
  /* line 115, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle label, #map_panel.bigger-map .part-circle label {
    margin-left: -3px;
    margin-top: -11px;
    font-size: 10px;
  }
  /* line 120, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle .inner-circle, #map_panel.bigger-map .part-circle .inner-circle {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 5px solid #000;
    margin: 2px;
  }
  /* line 129, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-pop-content, #map_panel.bigger-map .part-pop-content {
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 135, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle, #map_panel.bigger-map .part-circle {
    width: 12px;
    height: 12px;
    border-radius: 30px;
  }
  /* line 140, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle label, #map_panel.bigger-map .part-circle label {
    margin-left: -2px;
    margin-top: -12px;
    font-size: 9px;
  }
  /* line 145, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-circle .inner-circle, #map_panel.bigger-map .part-circle .inner-circle {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    border: 4px solid #000;
    margin: 1px;
  }
  /* line 154, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-pop-content, #map_panel.bigger-map .part-pop-content {
    top: 20px;
  }
}

@media screen and (max-width: 540px) {
  /* line 160, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-pop-content, #map_panel.bigger-map .part-pop-content {
    top: 0;
  }
  /* line 164, app/assets/stylesheets/common.scss */
  #offering-cover-map .part-table.part-pop-content, #map_panel.bigger-map .part-table.part-pop-content {
    left: auto;
  }
}

/* line 169, app/assets/stylesheets/common.scss */
#nav-account .toggle-dropdown .fa-caret-down {
  font-size: 12px;
  margin-left: 3px;
}

/* line 174, app/assets/stylesheets/common.scss */
.public_iframe_index {
  padding-top: 0px !important;
  background: #fff !important;
}

/* line 179, app/assets/stylesheets/common.scss */
.public_iframe_index .bt-0 {
  border-top: 1px outset !important;
}

/* line 183, app/assets/stylesheets/common.scss */
.public_iframe_index .text.pl-5.pr-5 {
  background: #fff !important;
}

/* line 187, app/assets/stylesheets/common.scss */
.public_iframe_index #canvas {
  background: #fff !important;
}

/* line 191, app/assets/stylesheets/common.scss */
.public_iframe {
  padding-top: 0px !important;
  background: #fff !important;
}

/* line 196, app/assets/stylesheets/common.scss */
.public_iframe #canvas {
  background: #fff !important;
}

/* line 200, app/assets/stylesheets/common.scss */
.public_map_test_iframe {
  padding-top: 0px !important;
}

/* line 204, app/assets/stylesheets/common.scss */
.public_map_test_iframe #canvas {
  margin-top: 0px !important;
}

/* line 208, app/assets/stylesheets/common.scss */
.module-fix-height {
  height: 212px;
  overflow: hidden;
  margin-bottom: 3px;
}

/* line 214, app/assets/stylesheets/common.scss */
.mar-bottom-15 {
  margin-bottom: 15px;
}

/* line 218, app/assets/stylesheets/common.scss */
.location-height {
  white-space: normal !important;
  margin-bottom: 2px;
  height: 24px;
  overflow: hidden;
}

/* line 225, app/assets/stylesheets/common.scss */
.files_subsection {
  font-size: 15px;
  margin-bottom: 5px;
}

/* line 232, app/assets/stylesheets/common.scss */
.tablesorter td {
  color: #555a5d !important;
}

/* line 238, app/assets/stylesheets/common.scss */
.selectize-dropdown-content .create {
  padding: 5px 8px;
  color: rgba(48, 48, 48, 0.86);
}

/* line 244, app/assets/stylesheets/common.scss */
.input-symbol {
  position: relative;
}

/* line 247, app/assets/stylesheets/common.scss */
.input-symbol input {
  padding-left: 34px !important;
}

/* line 251, app/assets/stylesheets/common.scss */
.input-symbol-dollar:before {
  content: "$";
}

/* line 255, app/assets/stylesheets/common.scss */
.input-symbol-mail:before {
  content: "✉";
  font-size: 18px;
}

/* line 260, app/assets/stylesheets/common.scss */
.input-symbol-phone:before {
  content: "✆";
  font-size: 18px;
}

/* line 264, app/assets/stylesheets/common.scss */
.red {
  color: red;
}

/* line 268, app/assets/stylesheets/common.scss */
.nav-pills {
  border: 1px solid #D5D9DC;
  border-radius: 0.375rem;
  background-color: #FFF;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 276, app/assets/stylesheets/common.scss */
.nav-pills .pill-tiles {
  margin: 4px;
}

/* line 280, app/assets/stylesheets/common.scss */
.nav-pills .pill-table {
  margin: 4px 4px 4px 0px;
}

/* line 285, app/assets/stylesheets/common.scss */
.nav-pills .pill-tiles .nav-link:not(.active), .nav-pills .pill-table .nav-link:not(.active) {
  background-color: #FFF;
  color: #464646;
}

/* line 292, app/assets/stylesheets/common.scss */
.nav-pills .pill-tiles .nav-link, .nav-pills .pill-table .nav-link {
  background-color: #337FCC;
  color: #FFF;
}

/* line 299, app/assets/stylesheets/common.scss */
.table_total {
  margin-top: -15px;
}

/* line 301, app/assets/stylesheets/common.scss */
.table_total .loader_gif {
  width: 15px;
  height: 15px;
  margin: -2px 0 0 6px;
}

/* line 307, app/assets/stylesheets/common.scss */
.ellipsis_button {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* line 310, app/assets/stylesheets/common.scss */
.ellipsis_button i {
  margin: 4px 0 0 0;
}

/* line 315, app/assets/stylesheets/common.scss */
.ellipsis_button::after {
  display: none !important;
}

/* line 319, app/assets/stylesheets/common.scss */
.tox .tox-tbtn:hover,
.tox .tox-collection--list .tox-collection__item--active {
  background-color: #F1F5F9 !important;
}

/* line 5, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr,
.user_side.index.documents .filter_block_tr,
.user_side.index.cashflow .filter_block_tr,
.user_side.index.investments .filter_block_tr {
  display: none;
}

/* line 7, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .filter_label, .user_side.index.distributions .filter_block_tr label,
.user_side.index.documents .filter_block_tr .filter_label,
.user_side.index.documents .filter_block_tr label,
.user_side.index.cashflow .filter_block_tr .filter_label,
.user_side.index.cashflow .filter_block_tr label,
.user_side.index.investments .filter_block_tr .filter_label,
.user_side.index.investments .filter_block_tr label {
  font-size: 15px;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr,
.user_side.index.documents .filter_block_tr,
.user_side.index.cashflow .filter_block_tr,
.user_side.index.investments .filter_block_tr {
  margin-top: 1em;
  padding: 1em;
}

/* line 16, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .reset_filter_button,
.user_side.index.documents .filter_block_tr .reset_filter_button,
.user_side.index.cashflow .filter_block_tr .reset_filter_button,
.user_side.index.investments .filter_block_tr .reset_filter_button {
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
}

/* line 22, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .dropdown-menu,
.user_side.index.documents .filter_block_tr .dropdown-menu,
.user_side.index.cashflow .filter_block_tr .dropdown-menu,
.user_side.index.investments .filter_block_tr .dropdown-menu {
  width: max-content;
  padding: 0.5rem 0.0rem;
}

/* line 25, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label,
.user_side.index.documents .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label,
.user_side.index.cashflow .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label,
.user_side.index.investments .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label {
  cursor: pointer;
  padding: 0.5em 0.7em;
  display: block;
}

/* line 30, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label:hover,
.user_side.index.documents .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label:hover,
.user_side.index.cashflow .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label:hover,
.user_side.index.investments .filter_block_tr .dropdown-menu .dropdown-radio-checkbox-label:hover {
  background-color: #f3f3f3;
}

/* line 33, app/assets/stylesheets/user/common.scss */
.user_side.index.distributions .filter_block_tr .dropdown-menu .count,
.user_side.index.documents .filter_block_tr .dropdown-menu .count,
.user_side.index.cashflow .filter_block_tr .dropdown-menu .count,
.user_side.index.investments .filter_block_tr .dropdown-menu .count {
  font-size: 12px;
  float: right;
  color: #999999;
  margin-left: 8px;
}

/* line 1, app/assets/stylesheets/user/layout.scss */
html, body {
  background-color: #F8FAFC;
  color: #464646;
}

/* line 7, app/assets/stylesheets/user/layout.scss */
.container > .alert {
  margin-top: 1em;
}

/* line 11, app/assets/stylesheets/user/layout.scss */
.navbar {
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: 1px #ececec solid;
  padding-bottom: 0px;
}

/* line 17, app/assets/stylesheets/user/layout.scss */
.navbar .nav-item a.nav-link {
  font-size: 16px !important;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400 !important;
}

/* line 23, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-brand {
  padding: 0px;
  margin-right: 0rem;
}

/* line 26, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-brand .nav-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 80px;
  height: 80px;
  width: 250px;
  max-width: 100%;
  background-size: contain;
}

/* line 38, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-collapse .navbar-nav .dropdown-menu {
  min-width: 189px;
}

/* line 40, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-collapse .navbar-nav .dropdown-menu .nav-item {
  padding: 0 0.3em;
  transition: all 0.1s linear;
}

/* line 43, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-collapse .navbar-nav .dropdown-menu .nav-item a {
  font-size: 15px;
  font-weight: 500;
}

/* line 48, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-collapse .navbar-nav .dropdown-menu .nav-item:hover {
  background: #f6f6f6;
}

/* line 51, app/assets/stylesheets/user/layout.scss */
.navbar .navbar-collapse .navbar-nav .dropdown-menu .your_account {
  font-size: 15px;
  margin-top: 0.1em;
  text-align: center;
}

/* line 61, app/assets/stylesheets/user/layout.scss */
.footer_copyright {
  font-weight: 500;
  line-height: 9px;
  letter-spacing: -0.01em;
  font-size: 10px;
  color: #878d91;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 74, app/assets/stylesheets/user/layout.scss */
  .navbar .navbar-collapse .navbar-nav > .nav-item.active a.nav-link {
    color: #4c79f6 !important;
  }
  /* line 77, app/assets/stylesheets/user/layout.scss */
  .navbar .navbar-collapse .navbar-nav > .nav-item.active a.nav-link::after {
    content: '';
    width: 100%;
    height: 4px;
    position: relative;
    bottom: -25px;
    display: block;
    background: #4C79F6;
    border-radius: 2px 2px 0px 0px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 98, app/assets/stylesheets/user/layout.scss */
  .navbar .navbar-collapse .navbar-nav > .nav-item.active a.nav-link {
    color: #4c79f6 !important;
  }
  /* line 101, app/assets/stylesheets/user/layout.scss */
  .navbar .navbar-collapse .navbar-nav > .nav-item.active a.nav-link::after {
    content: '';
    width: 100%;
    height: 4px;
    position: relative;
    bottom: -4px;
    display: block;
    background: #4C79F6;
    border-radius: 2px 2px 0px 0px;
  }
  /* line 113, app/assets/stylesheets/user/layout.scss */
  .navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    height: 80px;
    line-height: 64px;
    font-size: 15px;
    font-weight: 500;
    padding-right: 0rem;
    padding-left: 1.24rem;
    margin-right: 0rem;
    margin-left: 1.8rem;
  }
}

/* line 130, app/assets/stylesheets/user/layout.scss */
#main_container {
  min-height: calc(100vh - 148px);
  padding-bottom: 50px;
}

/* line 3, app/assets/stylesheets/user/general.scss */
.stripped_data_blocks {
  margin-top: 18px;
}

/* line 5, app/assets/stylesheets/user/general.scss */
.stripped_data_blocks .overview_info_block {
  height: 99px;
  padding: 1.3em;
}

/* line 8, app/assets/stylesheets/user/general.scss */
.stripped_data_blocks .overview_info_block .metric {
  margin-top: 0.1em;
  white-space: nowrap;
  margin-right: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 16, app/assets/stylesheets/user/general.scss */
.stripped_data_blocks .overview_info_block .value {
  margin-top: 0.035em;
}

/* line 22, app/assets/stylesheets/user/general.scss */
.icon .folder_icon {
  margin: 5px 0 0 3px;
}

/* line 26, app/assets/stylesheets/user/general.scss */
select {
  background: url(/assets/icons/Dropdown-8e1dbd65d6c1a5954417d7dc9f1d8f1dc62fed30f4acfdd5eda04d635e1d8728.svg) no-repeat calc(100% - 10px) center;
}

/* line 30, app/assets/stylesheets/user/general.scss */
.modal-header .btn-close {
  position: relative;
  z-index: 10000;
}

/* line 35, app/assets/stylesheets/user/general.scss */
.loader_gif {
  margin: 11em auto 12em auto;
  display: block;
  width: 11em;
}

/* line 41, app/assets/stylesheets/user/general.scss */
.btn-gray {
  color: #464646;
  border: 1px #D7D7D7 solid;
  background-color: white;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 12.5px;
  padding-top: 7px;
  padding-bottom: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 52, app/assets/stylesheets/user/general.scss */
.btn-gray .filter_icon {
  width: 14px;
  margin-top: -3px;
  margin-left: -2px;
  margin-right: 2px;
}

/* line 58, app/assets/stylesheets/user/general.scss */
.btn-gray .download_icon {
  width: 12px;
  margin-top: -4px;
  margin-right: 0.1em;
}

/* line 63, app/assets/stylesheets/user/general.scss */
.btn-gray .fa-mobile {
  font-size: 20px;
  float: left;
  margin-right: 0.25em;
  margin-top: -0.03em;
}

/* line 69, app/assets/stylesheets/user/general.scss */
.btn-gray .fa-cloud-upload {
  font-size: 17px;
  float: left;
  margin-right: 0.25em;
  margin-top: 0.05em;
}

/* line 76, app/assets/stylesheets/user/general.scss */
.btn-gray.dropdown-toggle::after {
  vertical-align: 0.2em;
}

/* line 79, app/assets/stylesheets/user/general.scss */
.btn-gray:hover {
  opacity: 0.7;
}

/* line 83, app/assets/stylesheets/user/general.scss */
.btn-light-blue {
  color: #4c79f6;
  border: 1px #4c79f6 solid;
  background-color: white;
  padding-left: 1.0em;
  padding-right: 1.0em;
  font-size: 12px;
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/user/general.scss */
.btn-light-blue .filter_icon {
  width: 14px;
  margin-top: -3px;
}

/* line 95, app/assets/stylesheets/user/general.scss */
.btn-light-blue .download_icon {
  width: 12px;
  margin-top: -4px;
  margin-right: 0.1em;
}

/* line 100, app/assets/stylesheets/user/general.scss */
.btn-light-blue .fa-mobile {
  font-size: 20px;
  float: left;
  margin-right: 0.25em;
  margin-top: -0.03em;
}

/* line 106, app/assets/stylesheets/user/general.scss */
.btn-light-blue .fa-cloud-upload {
  font-size: 17px;
  float: left;
  margin-right: 0.25em;
  margin-top: 0.05em;
}

/* line 114, app/assets/stylesheets/user/general.scss */
.btn-light-blue:hover {
  opacity: 0.8;
  color: #4c79f6;
}

/* line 119, app/assets/stylesheets/user/general.scss */
.btn-fill-blue {
  color: white;
  border: 1px #4c79f6 solid;
  background-color: #4c79f6;
  font-size: 13px;
  font-weight: 600;
  padding-left: 1.1em;
  padding-right: 1.1em;
  transition: all 0.4s ease;
}

/* line 130, app/assets/stylesheets/user/general.scss */
.btn-fill-blue:hover {
  opacity: 0.8;
  color: white;
}

/* line 135, app/assets/stylesheets/user/general.scss */
.uc_field {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  padding: 0.2em 0.5em;
  height: 35px;
  line-height: 35px;
}

/* line 142, app/assets/stylesheets/user/general.scss */
.uc_field:focus-visible {
  border-radius: 6px;
  border: 2px solid #eeeeee;
  outline: none;
  margin-left: -2px;
}

/* line 149, app/assets/stylesheets/user/general.scss */
.btn-white {
  color: #000;
  background-color: #FFFFFF;
  border: 1px solid #c7ccd1;
}

/* line 155, app/assets/stylesheets/user/general.scss */
.btn-white:hover {
  text-decoration: none;
  background: #f6f8fa;
}

/* line 160, app/assets/stylesheets/user/general.scss */
.btn-check:focus .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.05rem #0d6efd40;
}

/* line 165, app/assets/stylesheets/user/general.scss */
.sub_header_title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 170, app/assets/stylesheets/user/general.scss */
.sub_header_title.align-left {
  text-align: left;
}

/* line 175, app/assets/stylesheets/user/general.scss */
.flex-grow-2 {
  flex-grow: 2;
}

/* line 179, app/assets/stylesheets/user/general.scss */
.uc-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-inline-size: -webkit-fit-content;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.23px;
  border-radius: 19px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 207, app/assets/stylesheets/user/general.scss */
.large_button {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 215, app/assets/stylesheets/user/general.scss */
.btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

/* line 221, app/assets/stylesheets/user/general.scss */
.btn-blue {
  background-color: #4c79f6;
  color: white;
}

/* line 226, app/assets/stylesheets/user/general.scss */
.btn-blue:hover {
  color: white;
  background-color: #436cdb;
}

/* line 231, app/assets/stylesheets/user/general.scss */
.uc-button:hover {
  background-color: #faf7f7;
}

/* line 235, app/assets/stylesheets/user/general.scss */
.uc-button {
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.5s ease;
  line-height: 15px;
}

/* line 251, app/assets/stylesheets/user/general.scss */
.field-group {
  margin-bottom: 1em;
}

/* line 252, app/assets/stylesheets/user/general.scss */
.field-group label {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

/* line 257, app/assets/stylesheets/user/general.scss */
.field-group input:not([type="checkbox"]):not([type="submit"]), .field-group select, .field-group textarea {
  display: block;
  width: 100%;
  padding: 3px 5px 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 275, app/assets/stylesheets/user/general.scss */
.field-group .bold {
  font-weight: 600;
}

/* line 281, app/assets/stylesheets/user/general.scss */
table td {
  color: #464646;
}

/* line 285, app/assets/stylesheets/user/general.scss */
.user_side {
  font-family: "Noto Sans", sans-serif;
}

/* line 289, app/assets/stylesheets/user/general.scss */
.user_side .list-group-item {
  color: #464646;
}

/* line 293, app/assets/stylesheets/user/general.scss */
.user_side .table tr:last-of-type {
  border-bottom: none;
}

/* line 295, app/assets/stylesheets/user/general.scss */
.user_side .table tr:last-of-type td {
  border-bottom: none;
}

/* line 300, app/assets/stylesheets/user/general.scss */
.user_side .header_title {
  padding: 34px 0 33px 0;
}

/* line 304, app/assets/stylesheets/user/general.scss */
.user_side .user_subtitle {
  margin: 0px 0 0 0;
  font-size: 19px;
}

/* line 309, app/assets/stylesheets/user/general.scss */
.user_side .white_container {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

/* line 315, app/assets/stylesheets/user/general.scss */
.user_side .white_container .smaller_container_header {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px #eeeeee solid;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 322, app/assets/stylesheets/user/general.scss */
.user_side .white_container .container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 0px;
}

/* line 329, app/assets/stylesheets/user/general.scss */
.user_side .white_container .container_header {
  margin-bottom: 0.7em;
  margin-top: 0.6em;
  padding-top: 0.77em;
  text-align: center;
  border-bottom: 1px #eeeeee solid;
  padding-bottom: 0.76em;
}

/* line 337, app/assets/stylesheets/user/general.scss */
.user_side .white_container .smaller_container_header.no_bottom_margin {
  border-bottom: 1.5px #eeeeee solid;
  margin-bottom: 0.0em !important;
}

/* line 345, app/assets/stylesheets/user/general.scss */
.disabled_input_overlay {
  position: relative;
  left: 0;
  top: 20px;
  right: 0;
  height: 30px;
  margin-bottom: -30px;
}

/* line 354, app/assets/stylesheets/user/general.scss */
.input-symbol:before {
  position: absolute;
  left: 14px;
  top: 0px;
  font-size: 15px;
  color: #333333;
  line-height: 31px;
}

/* line 363, app/assets/stylesheets/user/general.scss */
h1 {
  font-weight: 300;
  font-size: 35px;
  font-style: normal;
}

/* line 370, app/assets/stylesheets/user/general.scss */
h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}

/* line 378, app/assets/stylesheets/user/general.scss */
h3 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}

/* line 386, app/assets/stylesheets/user/general.scss */
h4 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}

/* line 394, app/assets/stylesheets/user/general.scss */
.subheader_title {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

/* line 401, app/assets/stylesheets/user/general.scss */
.table-tiles-header .active {
  background-color: #4c79f6;
  border: 1px #4c79f6 solid;
  color: white;
}

/* line 407, app/assets/stylesheets/user/general.scss */
.table-tiles-header .active:hover {
  opacity: 0.8;
}

/* line 411, app/assets/stylesheets/user/general.scss */
.table-tiles-header .inactive {
  color: #464646;
  border: 1px white solid;
  background-color: white;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 12.5px;
  padding-top: 7px;
  padding-bottom: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 424, app/assets/stylesheets/user/general.scss */
.table-tiles-header .inactive:hover {
  opacity: 0.7;
}

/* line 3, app/assets/stylesheets/user/overview.scss */
.user_side .graph_data_limiter {
  font-size: 17px;
  padding: 100px 0;
  line-height: 26px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/user/overview.scss */
.user_side .user_subtitle {
  padding-top: 6px;
}

/* line 13, app/assets/stylesheets/user/overview.scss */
.user_side .filters_block .overview_filters {
  margin-top: -0.25em;
  --bs-gutter-x: 15px;
}

/* line 17, app/assets/stylesheets/user/overview.scss */
.user_side .filters_block .overview_filter {
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-width: 13rem;
}

/* line 20, app/assets/stylesheets/user/overview.scss */
.user_side .filters_block .overview_filter .dropdown-radio-checkbox-label {
  font-size: 15px;
  display: block;
  margin: 0.3em 0 0.2em 0;
}

/* line 24, app/assets/stylesheets/user/overview.scss */
.user_side .filters_block .overview_filter .dropdown-radio-checkbox-label input {
  margin-right: 0.2em;
}

/* line 27, app/assets/stylesheets/user/overview.scss */
.user_side .filters_block .overview_filter .dropdown-radio-checkbox-label .count {
  font-size: 12px;
  float: right;
  color: #999999;
}

/* line 37, app/assets/stylesheets/user/overview.scss */
.user_side .user_subtitle a {
  color: #4B79F6;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/user/overview.scss */
.user_side #page-content {
  margin-top: -5px;
}

/* line 44, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data {
  margin-top: 8px;
}

/* line 47, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data h3 {
  padding: 25px 0 21px 24px;
}

/* line 51, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .no_data_info {
  color: #999;
  margin: 2.4em 0em 1em 0.5em;
  height: 2.8em;
}

/* line 57, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .graph .highcharts-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

/* line 64, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .graph #bar_chart {
  height: 345px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 73, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .bar_graph .white_container {
  height: 100%;
}

/* line 75, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .bar_graph .white_container .metric {
  font-size: 20px !important;
}

/* line 78, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .bar_graph .white_container .donut_chart_container {
  height: calc(100% - 80px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 100%;
  align-items: center;
}

/* line 85, app/assets/stylesheets/user/overview.scss */
.user_side #page-content .graphs_data .bar_graph .white_container .donut_chart_container #donut_chart {
  max-width: 220px;
  max-height: 220px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  /* line 102, app/assets/stylesheets/user/overview.scss */
  .bar_graph .metric {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* line 111, app/assets/stylesheets/user/overview.scss */
  .overview_info_block .metric {
    font-size: 14px !important;
  }
  /* line 114, app/assets/stylesheets/user/overview.scss */
  .overview_info_block .value {
    font-size: 20px !important;
  }
}

/* line 3, app/assets/stylesheets/user/property.scss */
#galeryModal .btn-close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  filter: invert(1);
  background-size: 80%;
}

/* line 12, app/assets/stylesheets/user/property.scss */
#galeryModal .carousel-control-next {
  position: fixed;
  right: 0px;
  width: 71px;
}

/* line 18, app/assets/stylesheets/user/property.scss */
#galeryModal .carousel-control-prev {
  position: fixed;
  left: 0px;
  width: 71px;
}

/* line 24, app/assets/stylesheets/user/property.scss */
#galeryModal .carousel-indicators {
  position: fixed;
  margin-bottom: 3em;
  transform: scale(1.25);
}

/* line 30, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-content {
  background-color: transparent;
  border: none;
}

/* line 35, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog {
  height: calc(100% - 100px) !important;
}

/* line 38, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content {
  height: calc(100vh - 100px) !important;
}

/* line 41, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content .carousel.slide {
  height: calc(100vh - 100px) !important;
}

/* line 45, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content .carouselIndicators {
  height: calc(100vh - 100px) !important;
}

/* line 49, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content .carousel-inner {
  height: calc(100vh - 100px) !important;
}

/* line 53, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content .carousel-item {
  line-height: calc(100vh - 110px);
  text-align: center;
}

/* line 57, app/assets/stylesheets/user/property.scss */
#galeryModal .modal-dialog .modal-content .carousel-item img {
  max-height: 100vh;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 70, app/assets/stylesheets/user/property.scss */
.property_page .distributions_table .smaller_container_header {
  margin-bottom: 0px !important;
}

/* line 75, app/assets/stylesheets/user/property.scss */
.property_page h3.smaller_container_header {
  font-size: 16px;
}

/* line 79, app/assets/stylesheets/user/property.scss */
.property_page .property_update_subject {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/user/property.scss */
.property_page .avatar {
  max-width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* line 92, app/assets/stylesheets/user/property.scss */
.property_page .avatar img {
  width: 100%;
  height: auto;
}

/* line 99, app/assets/stylesheets/user/property.scss */
.property_page .property_sidebar *:first-of-type {
  margin-top: 0px;
}

/* line 105, app/assets/stylesheets/user/property.scss */
.property_page .summary_html * {
  max-width: 100%;
  word-break: break-word;
}

/* line 111, app/assets/stylesheets/user/property.scss */
.property_page .main_image_top:not(.normal_cursor) {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/user/property.scss */
.property_page .stop_updates {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 14px;
}

/* line 122, app/assets/stylesheets/user/property.scss */
.property_page .property_updates a {
  text-decoration: none;
  font-size: 16px;
}

/* line 127, app/assets/stylesheets/user/property.scss */
.property_page .property_updates .ellipse.update_summary_block {
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 133, app/assets/stylesheets/user/property.scss */
.property_page .property_updates .update_attachment {
  margin-bottom: 5px;
}

/* line 136, app/assets/stylesheets/user/property.scss */
.property_page .property_updates .update_attachment .attachment-container {
  overflow: hidden;
  height: 26px;
  font-size: 14px;
}

/* line 141, app/assets/stylesheets/user/property.scss */
.property_page .property_updates .update_attachment .attachment-container img {
  width: 11px;
  margin: -1px 2px 2px 0;
}

/* line 148, app/assets/stylesheets/user/property.scss */
.property_page .property_updates .more_link {
  margin-bottom: 15px;
}

/* line 154, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container .modal-component {
  width: auto !important;
}

/* line 164, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container .modal-component .modal-body-container {
  padding: 0px 20px 20px 20px !important;
  height: auto;
  max-height: 80vh;
}

/* line 169, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container .modal-component .modal-body-container img {
  height: auto;
  width: auto;
  object-fit: contain;
  max-width: 75vw !important;
  max-height: 80vh !important;
}

/* line 179, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container .prev-button,
.property_page .photos_small_container .next-button {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  line-height: 64px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 1;
}

/* line 194, app/assets/stylesheets/user/property.scss */
.property_page .photos_small_container .prev-button:hover,
.property_page .photos_small_container .next-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darken on hover */
}

/* line 201, app/assets/stylesheets/user/property.scss */
.property_page .location_title {
  margin: 0px 0px 40px 0.1em;
  font-size: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #8f9498;
}

/* line 209, app/assets/stylesheets/user/property.scss */
.property_page .location_title i {
  margin-right: 0.3em;
}

/* line 214, app/assets/stylesheets/user/property.scss */
.property_page .property_fields {
  margin-bottom: 0;
}

/* line 218, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .list-group-item {
  min-height: 20px;
  padding: 0.22rem 1rem;
}

/* line 222, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .list-group-item .name {
  font-size: 15px;
  font-weight: 400;
}

/* line 227, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .list-group-item .value {
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 500;
}

/* line 235, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .list-group-item.border-0.entity {
  margin-bottom: 17px;
}

/* line 239, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .total_values {
  background: #F2F3F5;
  border-radius: 3px;
  border: none;
  margin-bottom: 20px;
}

/* line 247, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .group_name .name {
  font-size: 16px;
  font-weight: bold;
}

/* line 253, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .group_title {
  border: none;
}

/* line 256, app/assets/stylesheets/user/property.scss */
.property_page .property_fields .group_title .fund_details {
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 20px;
}

/* line 265, app/assets/stylesheets/user/property.scss */
.property_page .main_image_top {
  display: inline-block;
  height: 0;
  padding-bottom: 52.7%;
  width: 100%;
  margin-top: 21px;
  border-radius: 5px;
  margin-bottom: 11px;
  overflow: hidden;
}

/* line 275, app/assets/stylesheets/user/property.scss */
.property_page .main_image_top img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* line 285, app/assets/stylesheets/user/property.scss */
.property_page .invested_info {
  background: #F8F8F8;
  min-height: 42;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 14px 0px;
}

/* line 296, app/assets/stylesheets/user/property.scss */
.property_page .current_opportunity_data {
  text-align: center;
  border-right: 1px #eeeeee solid;
  margin-top: 1.26em;
  padding-top: 0.75em;
  padding-bottom: 0.6em;
}

/* line 303, app/assets/stylesheets/user/property.scss */
.property_page .current_opportunity_data .value {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.19em;
}

/* line 313, app/assets/stylesheets/user/property.scss */
.property_page .current_opportunity_data .metric {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

/* line 325, app/assets/stylesheets/user/property.scss */
.property_page .current_opportunity_header {
  margin-top: -31px;
  margin-bottom: 22px;
}

/* line 330, app/assets/stylesheets/user/property.scss */
.property_page #current_opportunity_detail {
  padding-bottom: 12px;
}

/* line 333, app/assets/stylesheets/user/property.scss */
.property_page #current_opportunity_detail .uc-btn {
  margin: 0 auto;
  display: block;
}

/* line 339, app/assets/stylesheets/user/property.scss */
.property_page .current_opportunity_data:last-of-type {
  border-right: none;
}

/* line 344, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .module-header {
  padding: 16px 19px;
}

/* line 348, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_wrapper .funding_bar {
  background-color: #4c79f6;
}

/* line 353, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .total_committed .smaller {
  font-size: 18px;
}

/* line 358, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .container {
  height: calc(100% - 122px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* line 365, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .total_committed {
  margin: 11px 0 9px 0;
}

/* line 370, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_wrapper {
  overflow: hidden;
  border-radius: 9px;
  height: 8px;
  width: 100%;
  background-color: #f2f3f5;
  margin: 10px 0px 6px 0px;
}

/* line 378, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_wrapper .funding_bar {
  height: 8px;
  background-color: #4c79f6;
}

/* line 384, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_info {
  display: flex;
  font-size: 14px;
  width: 100%;
  margin-bottom: 38px;
}

/* line 390, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_info .funded {
  font-size: 15px;
  font-weight: 500;
}

/* line 395, app/assets/stylesheets/user/property.scss */
.property_page #funding_info .funding_bar_info .percentage {
  flex-grow: 1;
  text-align: right;
}

/* line 403, app/assets/stylesheets/user/property.scss */
.property_page .user_committed_capital_table a {
  font-size: 11.5px;
}

/* line 409, app/assets/stylesheets/user/property.scss */
.property_page .user_committed_capital_table table tr td {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 14px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 419, app/assets/stylesheets/user/property.scss */
.property_page .user_committed_capital_table table tr td:first-of-type {
  text-align: left;
}

/* line 423, app/assets/stylesheets/user/property.scss */
.property_page .user_committed_capital_table table tr td:last-of-type {
  text-align: right;
}

/* line 431, app/assets/stylesheets/user/property.scss */
.property_page .investment_details .metric {
  font-size: 16.4px;
}

/* line 435, app/assets/stylesheets/user/property.scss */
.property_page .investment_details .value {
  font-weight: 600;
  text-align: right;
  font-size: 17px;
}

/* line 444, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #overview_tab_container #committed_capitals_totals_badge_container {
  padding: 20px 20px 0px 20px;
  gap: 10px;
}

/* line 448, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #overview_tab_container #committed_capitals_totals_badge_container .badge {
  padding: 0px !important;
}

/* line 455, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #updates_tab_container .update_summary_block img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 466, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #contributions_tab_container table th.date-column,
.property_page .property-tabs #distributions_tab_container table th.date-column,
.property_page .property-tabs #financials_tab_container table th.date-column {
  min-width: 120px;
}

/* line 474, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #documents_tab_container table th[data-sort-column="date"] {
  min-width: 120px;
}

/* line 480, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #documents_tab_container table .pending-file .file_object_link,
.property_page .property-tabs #documents_tab_container table .pending-file a,
.property_page .property-tabs #documents_tab_container table .pending-file .tw\:table-cell {
  color: red !important;
}

/* line 487, app/assets/stylesheets/user/property.scss */
.property_page .property-tabs #documents_tab_container table .pending-label {
  background-color: #CB9812;
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 5px;
  /* Space between file name and BATCH label */
  margin-top: 2px;
  font-size: 0.8em;
  /* Adjust as necessary */
  vertical-align: middle;
  display: inline-flex;
}

/* line 508, app/assets/stylesheets/user/property.scss */
.invest.properties .text-header {
  margin: -0.3em 0 1em 0;
}

/* line 513, app/assets/stylesheets/user/property.scss */
.invest.properties .property_card .card-footer {
  display: none;
}

/* line 518, app/assets/stylesheets/user/property.scss */
.invest.properties .invest-description {
  margin-top: -0.7em;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #303030;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/user/properties.scss */
.property_card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
}

/* line 5, app/assets/stylesheets/user/properties.scss */
.property_card a {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/user/properties.scss */
.property_card .card_image {
  border-radius: 4px;
  overflow: hidden;
  border: none;
  display: inline-block;
  height: 0;
  margin: 10px 10px 10px 10px;
  padding-bottom: 49.8%;
  width: calc(100% - 20px);
}

/* line 18, app/assets/stylesheets/user/properties.scss */
.property_card .card_image > a > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

/* line 25, app/assets/stylesheets/user/properties.scss */
.property_card .card_image .property_image_thumb {
  width: 100%;
}

/* line 29, app/assets/stylesheets/user/properties.scss */
.property_card .card_image .property-status {
  position: relative;
  height: 30px;
  margin-bottom: -30px;
  color: white;
  line-height: 30px;
  text-align: center;
  opacity: 0.95;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
}

/* line 45, app/assets/stylesheets/user/properties.scss */
.property_card .property-logo-container {
  width: 100%;
  display: flex;
  height: 0px;
  margin: -50px 0 50px 0px;
  /* align-items: center; */
  /* text-align: center; */
  place-content: center;
}

/* line 53, app/assets/stylesheets/user/properties.scss */
.property_card .property-logo-container img {
  width: 50px;
  height: 50px;
  border-radius: 3px;
}

/* line 60, app/assets/stylesheets/user/properties.scss */
.property_card .card-body {
  flex: 1 1 auto;
  padding: 10px 6px 14px 6px;
}

/* line 64, app/assets/stylesheets/user/properties.scss */
.property_card .card-title {
  text-align: center;
  margin-bottom: 0.21rem;
}

/* line 68, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info {
  padding: 0 8px;
  margin-top: 1.55em;
  margin-bottom: 1em;
}

/* line 72, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info .funding_bar_wrapper {
  overflow: hidden;
  border-radius: 9px;
  height: 8px;
  width: 100%;
  background-color: #f2f3f5;
  margin: 10px 0px 6px 0px;
}

/* line 79, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info .funding_bar_wrapper .funding_bar {
  height: 8px;
  background-color: #4c79f6;
}

/* line 84, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info .funding_bar_info {
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding: 4px 3px 10px 4px;
}

/* line 91, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info .funding_bar_info .funded {
  flex-grow: 1;
  text-align: left;
}

/* line 95, app/assets/stylesheets/user/properties.scss */
.property_card .mini_funding_info .funding_bar_info .percentage {
  flex-grow: 1;
  text-align: right;
}

/* line 101, app/assets/stylesheets/user/properties.scss */
.property_card .property_location {
  min-height: 14px;
  line-height: 14px;
  margin-bottom: 1em;
  color: #8f9498;
  font-size: 12.7px;
  text-align: center;
}

/* line 108, app/assets/stylesheets/user/properties.scss */
.property_card .property_location i {
  font-size: 13px;
  margin-right: 4px;
}

/* line 114, app/assets/stylesheets/user/properties.scss */
.property_card .card-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 11px;
  color: #656a6d;
  line-height: 23px;
}

/* line 125, app/assets/stylesheets/user/properties.scss */
.property_card .property_fields {
  padding: 0 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 0;
}

/* line 132, app/assets/stylesheets/user/properties.scss */
.property_card .property_fields .list-group-item {
  padding: 7px 0 10px 0;
  font-size: 14px;
  margin: 0.1em 0;
}

/* line 136, app/assets/stylesheets/user/properties.scss */
.property_card .property_fields .list-group-item .name {
  font-weight: 500;
  line-height: 13px;
  color: #878d91;
}

/* line 141, app/assets/stylesheets/user/properties.scss */
.property_card .property_fields .list-group-item .value {
  overflow-wrap: anywhere;
  color: #656a6d;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  text-align: right;
}

/* line 152, app/assets/stylesheets/user/properties.scss */
.property_card .card-footer {
  border-top: none;
  padding: 0.5em 1em;
}

/* line 155, app/assets/stylesheets/user/properties.scss */
.property_card .card-footer .uc-btn {
  margin: 0 auto 22px auto;
  padding-left: 3em;
  padding-right: 3em;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  line-height: 22px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/user/files.scss */
.index.documents .pending-file .file_object_link,
.index.documents .pending-file a,
.index.documents .pending-file .tw\:table-cell,
.files_folders_block .pending-file .file_object_link,
.files_folders_block .pending-file a,
.files_folders_block .pending-file .tw\:table-cell {
  color: red !important;
}

/* line 12, app/assets/stylesheets/user/files.scss */
.index.documents .pending-label,
.files_folders_block .pending-label {
  background-color: #CB9812;
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 5px;
  /* Space between file name and BATCH label */
  margin-top: 2px;
  font-size: 0.8em;
  /* Adjust as necessary */
  vertical-align: middle;
  display: inline-flex;
}

/* line 28, app/assets/stylesheets/user/files.scss */
.files_folders_block .link_for_scroll {
  height: 0px;
  display: block;
}

/* line 33, app/assets/stylesheets/user/files.scss */
.files_folders_block a {
  text-decoration: none;
  font-size: 15px;
  padding-left: 5px;
  color: #337FCC;
}

/* line 40, app/assets/stylesheets/user/files.scss */
.files_folders_block .fa.fa-chevron-right {
  font-size: 12px;
  margin: auto 3px;
}

/* line 45, app/assets/stylesheets/user/files.scss */
.files_folders_block .fs_header {
  font-weight: 600;
  font-size: 11.5px;
}

/* line 50, app/assets/stylesheets/user/files.scss */
.files_folders_block .folder-container,
.files_folders_block .go-back-files {
  border-bottom: 1px #eeeeee solid;
  padding: 0.45em 0em;
}

/* line 55, app/assets/stylesheets/user/files.scss */
.files_folders_block .folder-container .icon,
.files_folders_block .go-back-files .icon {
  width: 15px;
}

/* line 59, app/assets/stylesheets/user/files.scss */
.files_folders_block .folder-container .name,
.files_folders_block .go-back-files .name {
  padding-left: 0.9em;
  margin-top: 0.2em;
}

/* line 66, app/assets/stylesheets/user/files.scss */
.files_folders_block .go-back-files i {
  margin: 0 9px 0 3px;
}

/* line 71, app/assets/stylesheets/user/files.scss */
.files_folders_block .folder-container:last-of-type,
.files_folders_block .file-container:last-of-type {
  border-bottom: 0px;
}

/* line 76, app/assets/stylesheets/user/files.scss */
.files_folders_block .file-container {
  border-bottom: 1px #eeeeee solid;
  padding: 0.45em 0em;
}

/* line 81, app/assets/stylesheets/user/files.scss */
.files_folders_block .file-container .icon .pdf_icon {
  width: 14px;
  margin: 5px 0 0 5px;
}

/* line 87, app/assets/stylesheets/user/files.scss */
.files_folders_block .file-container .name {
  padding-left: 0.6em;
  margin-top: 0.2em;
}

/* line 92, app/assets/stylesheets/user/files.scss */
.files_folders_block .file-container .file_entity {
  font-size: 11.5px;
  border: 1px #565A5D solid;
  padding: 1.5px 10px 2.5px 10px;
  margin: 3px 0 0px 15px;
  border-radius: 4px;
  color: #565A5D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/user/files.scss */
.files_folders_block .entities_selector {
  margin: -0.1em 0 -1em 0;
}

/* line 112, app/assets/stylesheets/user/files.scss */
.files_folders_block .entities_selector a {
  font-size: 12px;
}

/* line 116, app/assets/stylesheets/user/files.scss */
.files_folders_block .entities_selector .dropdown-menu.show {
  margin-top: 10px !important;
}

/* line 2, app/assets/stylesheets/user/users.scss */
.registrations .buttons_row {
  padding-top: 27px;
}

/* line 6, app/assets/stylesheets/user/users.scss */
.registrations #page-content > .container {
  padding-bottom: 100px;
}

/* line 11, app/assets/stylesheets/user/users.scss */
.registrations .page-header h2 {
  margin-bottom: 0px;
}

/* line 20, app/assets/stylesheets/user/users.scss */
.edit.registrations .header_title,
.update.registrations .header_title {
  padding-top: 60px;
  text-align: center;
}

/* line 25, app/assets/stylesheets/user/users.scss */
.edit.registrations .user-edit-password,
.update.registrations .user-edit-password {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
}

/* line 40, app/assets/stylesheets/user/users.scss */
.update.users .user-profile-details img,
.profile.users .user-profile-details img,
.edit.users .user-profile-details img,
.show.login_actions .edit_user .user-profile-details img,
.update.users .user-profile-details img {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/user/users.scss */
.update.users .user-profile-details .pending-approval,
.profile.users .user-profile-details .pending-approval,
.edit.users .user-profile-details .pending-approval,
.show.login_actions .edit_user .user-profile-details .pending-approval,
.update.users .user-profile-details .pending-approval {
  background-color: yellow;
  color: black;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 0.8rem;
  margin-left: 8px;
}

/* line 54, app/assets/stylesheets/user/users.scss */
.update.users .fake_input,
.profile.users .fake_input,
.edit.users .fake_input,
.show.login_actions .edit_user .fake_input,
.update.users .fake_input {
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/user/users.scss */
.update.users h4,
.profile.users h4,
.edit.users h4,
.show.login_actions .edit_user h4,
.update.users h4 {
  font-size: 18px;
  margin-bottom: 8px;
  border-top: 1px solid #e9eaec;
  padding: 16px 0 4px 0;
}

/* line 65, app/assets/stylesheets/user/users.scss */
.update.users h2,
.profile.users h2,
.edit.users h2,
.show.login_actions .edit_user h2,
.update.users h2 {
  padding-top: 1em;
}

/* line 69, app/assets/stylesheets/user/users.scss */
.update.users .arrow_expand,
.update.users .arrow_collapse,
.profile.users .arrow_expand,
.profile.users .arrow_collapse,
.edit.users .arrow_expand,
.edit.users .arrow_collapse,
.show.login_actions .edit_user .arrow_expand,
.show.login_actions .edit_user .arrow_collapse,
.update.users .arrow_expand,
.update.users .arrow_collapse {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-right: 6px;
  margin-top: 0.11em;
}

/* line 78, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_closed::before,
.profile.users .collapsable_control.collapsable_closed::before,
.edit.users .collapsable_control.collapsable_closed::before,
.show.login_actions .edit_user .collapsable_control.collapsable_closed::before,
.update.users .collapsable_control.collapsable_closed::before {
  margin-top: 0.28em;
}

/* line 82, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_opened::before,
.profile.users .collapsable_control.collapsable_opened::before,
.edit.users .collapsable_control.collapsable_opened::before,
.show.login_actions .edit_user .collapsable_control.collapsable_opened::before,
.update.users .collapsable_control.collapsable_opened::before {
  margin-top: 0.3em;
}

/* line 87, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_opened .arrow_expand,
.profile.users .collapsable_control.collapsable_opened .arrow_expand,
.edit.users .collapsable_control.collapsable_opened .arrow_expand,
.show.login_actions .edit_user .collapsable_control.collapsable_opened .arrow_expand,
.update.users .collapsable_control.collapsable_opened .arrow_expand {
  display: none;
}

/* line 91, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_opened .arrow_collapse,
.profile.users .collapsable_control.collapsable_opened .arrow_collapse,
.edit.users .collapsable_control.collapsable_opened .arrow_collapse,
.show.login_actions .edit_user .collapsable_control.collapsable_opened .arrow_collapse,
.update.users .collapsable_control.collapsable_opened .arrow_collapse {
  display: block;
}

/* line 97, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_closed .arrow_expand,
.profile.users .collapsable_control.collapsable_closed .arrow_expand,
.edit.users .collapsable_control.collapsable_closed .arrow_expand,
.show.login_actions .edit_user .collapsable_control.collapsable_closed .arrow_expand,
.update.users .collapsable_control.collapsable_closed .arrow_expand {
  display: block;
}

/* line 101, app/assets/stylesheets/user/users.scss */
.update.users .collapsable_control.collapsable_closed .arrow_collapse,
.profile.users .collapsable_control.collapsable_closed .arrow_collapse,
.edit.users .collapsable_control.collapsable_closed .arrow_collapse,
.show.login_actions .edit_user .collapsable_control.collapsable_closed .arrow_collapse,
.update.users .collapsable_control.collapsable_closed .arrow_collapse {
  display: none;
}

/* line 107, app/assets/stylesheets/user/users.scss */
.crm_label_wrapper {
  display: flex;
  padding: 0px 0 3px 0;
}

/* line 111, app/assets/stylesheets/user/users.scss */
.crm_label_wrapper .info-tip {
  font-weight: bold;
  font-size: 8px;
  cursor: default;
  color: white;
  background: #555a5d;
  width: 12px;
  display: inline-block;
  text-align: center;
  height: 12px;
  line-height: 13px;
  border-radius: 15px;
  font-family: monospace;
  margin: 5px 0 0px 6px;
}

/* line 133, app/assets/stylesheets/user/users.scss */
.update.users .user_file_upload,
.profile.users .user_file_upload,
.edit.users .user_file_upload,
.show.login_actions .user_file_upload {
  display: none;
}

/* line 137, app/assets/stylesheets/user/users.scss */
.update.users .header_title,
.profile.users .header_title,
.edit.users .header_title,
.show.login_actions .header_title {
  text-align: center;
}

/* line 143, app/assets/stylesheets/user/users.scss */
.update.users .edit_user h1,
.update.users .user-profile-details h1,
.profile.users .edit_user h1,
.profile.users .user-profile-details h1,
.edit.users .edit_user h1,
.edit.users .user-profile-details h1,
.show.login_actions .edit_user h1,
.show.login_actions .user-profile-details h1 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 28px;
}

/* line 149, app/assets/stylesheets/user/users.scss */
.update.users .edit_user h2,
.update.users .user-profile-details h2,
.profile.users .edit_user h2,
.profile.users .user-profile-details h2,
.edit.users .edit_user h2,
.edit.users .user-profile-details h2,
.show.login_actions .edit_user h2,
.show.login_actions .user-profile-details h2 {
  margin-top: 30px;
  border-top: 2px #303030 solid;
  padding-top: 16px;
  font-size: 24px;
}

/* line 156, app/assets/stylesheets/user/users.scss */
.update.users .edit_user .empty_crm_value,
.update.users .user-profile-details .empty_crm_value,
.profile.users .edit_user .empty_crm_value,
.profile.users .user-profile-details .empty_crm_value,
.edit.users .edit_user .empty_crm_value,
.edit.users .user-profile-details .empty_crm_value,
.show.login_actions .edit_user .empty_crm_value,
.show.login_actions .user-profile-details .empty_crm_value {
  color: #90989e;
}

/* line 161, app/assets/stylesheets/user/users.scss */
.update.users .user-profile-details,
.profile.users .user-profile-details,
.edit.users .user-profile-details,
.show.login_actions .user-profile-details {
  margin-top: 2em;
  padding: 2em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 175, app/assets/stylesheets/user/users.scss */
  .profile_page .buttons_row a,
.edit.users .buttons_row a,
.show.login_actions .buttons_row a {
    margin-bottom: 10px;
    margin-right: 7px;
  }
  /* line 180, app/assets/stylesheets/user/users.scss */
  .profile_page .cancel_button,
.edit.users .cancel_button,
.show.login_actions .cancel_button {
    float: left !important;
  }
  /* line 184, app/assets/stylesheets/user/users.scss */
  .profile_page .edit_button,
.edit.users .edit_button,
.show.login_actions .edit_button {
    margin-left: 0px;
    float: left !important;
  }
}

/* line 193, app/assets/stylesheets/user/users.scss */
.show.users .highcharts-legend text {
  font-size: 11px;
}

/* line 198, app/assets/stylesheets/user/users.scss */
.show.users .user_subtitle {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

/* line 209, app/assets/stylesheets/user/users.scss */
.show.users .container.flex .header_block,
.show.users .container.flex .filter_block {
  flex-grow: 1;
}

/* line 214, app/assets/stylesheets/user/users.scss */
.show.users .container.flex .filters_block {
  margin: -14px -10px -3px 10px;
}

/* line 217, app/assets/stylesheets/user/users.scss */
.show.users .container.flex .filters_block .icon.icon-append {
  margin: -3px -3px 0px -1px;
}

/* line 221, app/assets/stylesheets/user/users.scss */
.show.users .container.flex .filters_block .button {
  font-weight: normal;
  font-size: 13px;
  padding: 0 8px;
  line-height: 28px;
}

/* line 228, app/assets/stylesheets/user/users.scss */
.show.users .container.flex .filters_block .float-left.has-dropdown {
  margin-top: 13px;
}

/* line 1, app/assets/stylesheets/user/distributions.scss */
.distributions_table {
  margin-top: 23px;
}

/* line 4, app/assets/stylesheets/user/distributions.scss */
.distributions_table .container_header {
  margin-bottom: 0px !important;
}

/* line 8, app/assets/stylesheets/user/distributions.scss */
.distributions_table b {
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/user/distributions.scss */
.distributions_table table {
  margin-bottom: 5px;
}

/* line 16, app/assets/stylesheets/user/distributions.scss */
.distributions_table table thead th {
  font-size: 13.5px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px #eeeeee solid;
  color: #6b7074;
  background: linear-gradient(180deg, #F9F9F9 0%, #EEEEEE 100%);
  padding-top: 13px;
  padding-bottom: 14px;
}

/* line 28, app/assets/stylesheets/user/distributions.scss */
.distributions_table table a {
  text-decoration: none;
  color: #4C79F6;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

/* line 36, app/assets/stylesheets/user/distributions.scss */
.distributions_table table td {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 17px;
  border: none;
  color: #464646;
}

/* line 46, app/assets/stylesheets/user/distributions.scss */
.distributions_table table span.pull-right {
  float: none !important;
}

/* line 52, app/assets/stylesheets/user/distributions.scss */
.distributions_table table tr:nth-child(2n) td {
  background: #F8F8F8;
}

/* line 59, app/assets/stylesheets/user/distributions.scss */
.distributions_table table tr td:first-of-type,
.distributions_table table tr th:first-of-type {
  padding-left: 20px;
}

/* line 64, app/assets/stylesheets/user/distributions.scss */
.distributions_table table tr th {
  border-right: 1px #dee2e6 solid;
}

/* line 68, app/assets/stylesheets/user/distributions.scss */
.distributions_table table tr last-of-type,
.distributions_table table tr th:last-of-type {
  border-right: none;
}

/* line 73, app/assets/stylesheets/user/distributions.scss */
.distributions_table table tr td.totals_result {
  font-weight: 600;
}

/* line 79, app/assets/stylesheets/user/distributions.scss */
.distributions_table table .no_border_bottom td {
  border-bottom: none;
}

/* line 85, app/assets/stylesheets/user/distributions.scss */
.distributions_table table .totals_row td {
  border-top: 1px solid #E0E0E0;
}

/* line 91, app/assets/stylesheets/user/distributions.scss */
.distributions_table .table > :not(:first-child) {
  border-top: none;
}

/* line 98, app/assets/stylesheets/user/distributions.scss */
.show.distributions .distribution_info {
  padding-bottom: 0.7em;
}

/* line 101, app/assets/stylesheets/user/distributions.scss */
.show.distributions .distribution_info .header {
  border-bottom: 1px #dee2e6 solid;
  padding: 1.1em 1.5em 0.5em 1.5em;
}

/* line 106, app/assets/stylesheets/user/distributions.scss */
.show.distributions .distribution_info table {
  margin: 0.5em 1.5em 0em 1.5em;
}

/* line 1, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa {
  display: flex;
  align-items: center;
}

/* line 4, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .panel_contents {
  margin: 0 auto;
  width: 500px;
}

/* line 8, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .small_text {
  color: #777777;
  margin: 2px 0 0 0;
}

/* line 14, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa input::-webkit-outer-spin-button,
.panel_2fa input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 19, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .erorr_texts {
  color: red;
}

/* line 23, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .gray_text {
  color: #888888;
}

/* line 27, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .regular_text {
  font-size: 16px;
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .qr-code {
  width: auto;
  border: 2px #EEEEEE solid;
  border-radius: 4px;
  display: block;
  padding: 19px 19px 19px 20px;
  margin: 8px auto 6px auto;
  max-inline-size: fit-content;
}

/* line 41, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .qr-code table {
  width: auto;
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}

/* line 49, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .qr-code td {
  border-left: solid 5px #000;
  padding: 0 !important;
  margin: 0 !important;
  width: 0px !important;
  height: 5px !important;
}

/* line 57, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .qr-code td.black {
  border-color: #000;
}

/* line 58, app/assets/stylesheets/user/two_factor.scss */
.panel_2fa .qr-code td.white {
  border-color: #fff;
}

/* line 63, app/assets/stylesheets/user/two_factor.scss */
.disable_2fa .disable_2fa_alert {
  color: #be1c24;
  margin: -7px 0 9px 0;
}

/* line 67, app/assets/stylesheets/user/two_factor.scss */
.disable_2fa input[type=submit] {
  background-color: #d15d5f;
  border: 2px solid #d15d5f;
}

/* line 71, app/assets/stylesheets/user/two_factor.scss */
.disable_2fa input[type=submit]:hover {
  background-color: #d1696b !important;
  border: 2px solid #d1696b;
}

/* line 1, app/assets/stylesheets/user/iframe.scss */
#iframe-modal-loader {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 49%;
  max-width: 65px;
}

/* line 9, app/assets/stylesheets/user/iframe.scss */
html.iframe_html {
  background: white;
  height: auto;
}

/* line 12, app/assets/stylesheets/user/iframe.scss */
html.iframe_html body {
  background: white;
}

/* line 15, app/assets/stylesheets/user/iframe.scss */
html.iframe_html body .prev-button, html.iframe_html body .next-button {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  line-height: 64px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 1;
}

/* line 29, app/assets/stylesheets/user/iframe.scss */
html.iframe_html body .prev-button:hover, html.iframe_html body .next-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darken on hover */
}

/* line 36, app/assets/stylesheets/user/iframe.scss */
#iframe-modal .modal-header {
  border-bottom: none;
  height: 0px;
  margin-bottom: -1.1em;
}

/* line 41, app/assets/stylesheets/user/iframe.scss */
#iframe-modal .modal-body {
  padding-left: 0;
  padding-right: 0;
}

/* line 3, app/assets/stylesheets/user/contact.scss */
.user_side.contacts .header_title {
  text-align: center;
}

/* line 6, app/assets/stylesheets/user/contact.scss */
.user_side.contacts .user_contacts {
  margin-left: auto;
  margin-right: auto;
}

/* line 10, app/assets/stylesheets/user/contact.scss */
.user_side.contacts .user_contacts .white_container {
  padding: 7px 33px 35px 33px;
}

/* line 12, app/assets/stylesheets/user/contact.scss */
.user_side.contacts .user_contacts .white_container .uc-btn {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 37px;
}

@media (max-width: 767.98px) {
  /* line 22, app/assets/stylesheets/user/contact.scss */
  .user_side.contacts .user_contacts .white_container .uc-btn {
    margin-top: 20px;
  }
}

/* line 2, app/assets/stylesheets/user/cashflow.scss */
.cashflow .date-range-selector .nav-link {
  border-right: 1px #dee2e6 solid;
  font-size: 14px;
  font-weight: 700;
}

/* line 8, app/assets/stylesheets/user/cashflow.scss */
.cashflow .date-range-selector .nav-link:last-of-type {
  border-right: none;
}

/* line 12, app/assets/stylesheets/user/cashflow.scss */
.cashflow .date-range-selector .nav-link.active {
  color: #464646;
}

/* line 17, app/assets/stylesheets/user/cashflow.scss */
.cashflow .out-of-date-range {
  color: #CB9812;
  font-size: 12px;
}

/* line 3, app/assets/stylesheets/user/documents.scss */
.documents .btn:disabled {
  border: 1px #D7D7D7 solid !important;
}

/* line 7, app/assets/stylesheets/user/documents.scss */
.documents .date_selector {
  max-width: 175px;
}

/* line 11, app/assets/stylesheets/user/documents.scss */
.documents .documents_filters {
  min-height: 47px;
}

/* line 3, app/assets/stylesheets/user/investments.scss */
.index.investments .sub_header_title {
  margin: 0;
  padding-bottom: 11px;
  font-weight: 300;
  font-size: 35px;
  font-style: normal;
  line-height: 100%;
}

/* line 12, app/assets/stylesheets/user/investments.scss */
.index.investments .no-results {
  padding: 15px 0 15px 10px;
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table {
  clear: both;
  border: 1px solid var(--slate-300, #CBD5E1);
  background: var(--white, #FFF);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 0 20px;
}

/* line 27, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table thead,
.index.investments .investments_table table#current_opportunities_table thead {
  box-shadow: none !important;
}

/* line 30, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table thead tr:first-child,
.index.investments .investments_table table#current_opportunities_table thead tr:first-child {
  border-bottom: 3px solid #DFE1E5;
}

/* line 35, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr,
.index.investments .investments_table table#current_opportunities_table tr {
  border-bottom: 1px solid #DFE1E5;
  background: #FFF !important;
}

/* line 39, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th,
.index.investments .investments_table table#current_opportunities_table tr th {
  position: relative;
}

/* line 42, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th > div > div,
.index.investments .investments_table table#current_opportunities_table tr th > div > div {
  margin-right: 4px;
}

/* line 46, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th::after,
.index.investments .investments_table table#current_opportunities_table tr th::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 26px;
  border-right: 1px solid var(--slate-200, #E4E7EC);
}

/* line 57, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th,
.index.investments .investments_table table#active_investments_table tr td,
.index.investments .investments_table table#current_opportunities_table tr th,
.index.investments .investments_table table#current_opportunities_table tr td {
  font-size: 13px;
  font-style: normal;
  line-height: 100%;
  border-bottom: none;
  font-family: "Noto Sans", sans-serif !important;
}

/* line 67, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr td,
.index.investments .investments_table table#current_opportunities_table tr td {
  padding: 14px 10px 14px 10px;
}

/* line 71, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th:first-child,
.index.investments .investments_table table#active_investments_table tr td:first-child,
.index.investments .investments_table table#current_opportunities_table tr th:first-child,
.index.investments .investments_table table#current_opportunities_table tr td:first-child {
  padding-left: 0px !important;
}

/* line 76, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th:last-child,
.index.investments .investments_table table#active_investments_table tr td:last-child,
.index.investments .investments_table table#current_opportunities_table tr th:last-child,
.index.investments .investments_table table#current_opportunities_table tr td:last-child {
  padding-right: 0px !important;
}

/* line 82, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th:last-child::after,
.index.investments .investments_table table#current_opportunities_table tr th:last-child::after {
  display: none;
}

/* line 87, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr td span,
.index.investments .investments_table table#current_opportunities_table tr td span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
}

/* line 95, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th,
.index.investments .investments_table table#current_opportunities_table tr th {
  min-width: 200px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 8px 12px 8px;
}

/* line 101, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr th.property-header,
.index.investments .investments_table table#current_opportunities_table tr th.property-header {
  min-width: 227px;
  padding-left: 20px;
}

/* line 109, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table tr.totals td,
.index.investments .investments_table table#current_opportunities_table tr.totals td {
  font-weight: 700;
}

/* line 115, app/assets/stylesheets/user/investments.scss */
.index.investments .investments_table table#active_investments_table .select-checkbox-container,
.index.investments .investments_table table#current_opportunities_table .select-checkbox-container {
  min-width: 49px;
  width: 49px;
}

/* line 6, app/assets/stylesheets/user/turbo_table.scss */
.documents .filter-button,
.cashflow .filter-button,
.show.users .filter-button,
.investments .filter-button {
  font-weight: 700;
  opacity: 1;
}

/* line 11, app/assets/stylesheets/user/turbo_table.scss */
.documents .text-search,
.cashflow .text-search,
.show.users .text-search,
.investments .text-search {
  background: white;
  border: 1px #D7D7D7 solid;
  width: 340px;
}

/* line 16, app/assets/stylesheets/user/turbo_table.scss */
.documents .text-search input,
.documents .text-search input:focus,
.documents .text-search input:focus-visible,
.documents .text-search input:hover,
.documents .text-search input:active,
.cashflow .text-search input,
.cashflow .text-search input:focus,
.cashflow .text-search input:focus-visible,
.cashflow .text-search input:hover,
.cashflow .text-search input:active,
.show.users .text-search input,
.show.users .text-search input:focus,
.show.users .text-search input:focus-visible,
.show.users .text-search input:hover,
.show.users .text-search input:active,
.investments .text-search input,
.investments .text-search input:focus,
.investments .text-search input:focus-visible,
.investments .text-search input:hover,
.investments .text-search input:active {
  border: none;
  background: transparent;
  outline: none;
  height: 33px;
  font-size: 13px;
}

/* line 28, app/assets/stylesheets/user/turbo_table.scss */
.documents .text-search .zoom-icon,
.cashflow .text-search .zoom-icon,
.show.users .text-search .zoom-icon,
.investments .text-search .zoom-icon {
  width: 17px;
  height: 17px;
  display: block;
  margin: 8px 10px 0 10px;
}

/* line 35, app/assets/stylesheets/user/turbo_table.scss */
.documents .text-search .close-icon,
.cashflow .text-search .close-icon,
.show.users .text-search .close-icon,
.investments .text-search .close-icon {
  margin: 3px 14px 0 0;
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table,
.cashflow .turbo-table,
.show.users .turbo-table,
.investments .turbo-table {
  padding-top: 1px;
  margin-top: 20px;
}

/* line 45, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table,
.cashflow .turbo-table .tw\:table,
.show.users .turbo-table .tw\:table,
.investments .turbo-table .tw\:table {
  margin-bottom: 0px !important;
  position: relative;
}

/* line 49, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-header-group,
.cashflow .turbo-table .tw\:table .tw\:table-header-group,
.show.users .turbo-table .tw\:table .tw\:table-header-group,
.investments .turbo-table .tw\:table .tw\:table-header-group {
  box-shadow: 0 0 2px #D5D9DC;
  position: sticky;
  top: 0;
}

/* line 54, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell,
.cashflow .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell,
.show.users .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell,
.investments .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px #eeeeee solid;
  color: #464646;
  background: linear-gradient(180deg, #F9F9F9 0%, #EEEEEE 100%);
  padding-top: 13px;
  padding-bottom: 14px;
  border-right: 1px #dee2e6 solid;
}

/* line 66, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell:last-of-type,
.cashflow .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell:last-of-type,
.show.users .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell:last-of-type,
.investments .turbo-table .tw\:table .tw\:table-header-group .tw\:table-cell:last-of-type {
  border-right: none;
}

/* line 71, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-cell a,
.cashflow .turbo-table .tw\:table .tw\:table-cell a,
.show.users .turbo-table .tw\:table .tw\:table-cell a,
.investments .turbo-table .tw\:table .tw\:table-cell a {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

/* line 77, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-cell,
.cashflow .turbo-table .tw\:table .tw\:table-cell,
.show.users .turbo-table .tw\:table .tw\:table-cell,
.investments .turbo-table .tw\:table .tw\:table-cell {
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 17px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  color: #464646;
}

/* line 90, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-row.even .tw\:table-cell,
.cashflow .turbo-table .tw\:table .tw\:table-row.even .tw\:table-cell,
.show.users .turbo-table .tw\:table .tw\:table-row.even .tw\:table-cell,
.investments .turbo-table .tw\:table .tw\:table-row.even .tw\:table-cell {
  background: #F8F8F8;
}

/* line 96, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:first-of-type,
.cashflow .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:first-of-type,
.show.users .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:first-of-type,
.investments .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:first-of-type {
  padding-left: 15px;
}

/* line 100, app/assets/stylesheets/user/turbo_table.scss */
.documents .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:last-of-type,
.cashflow .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:last-of-type,
.show.users .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:last-of-type,
.investments .turbo-table .tw\:table .tw\:table-row .tw\:table-cell:last-of-type {
  padding-right: 10px;
}

/* line 107, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame:not([busy]) ~ .frame-loading-show,
.cashflow turbo-frame:not([busy]) ~ .frame-loading-show,
.show.users turbo-frame:not([busy]) ~ .frame-loading-show,
.investments turbo-frame:not([busy]) ~ .frame-loading-show {
  display: none !important;
}

/* line 111, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame[busy][class*='frame-loading-hide'],
.cashflow turbo-frame[busy][class*='frame-loading-hide'],
.show.users turbo-frame[busy][class*='frame-loading-hide'],
.investments turbo-frame[busy][class*='frame-loading-hide'] {
  display: none !important;
}

/* line 115, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame[busy] ~ .frame-loading-show,
.cashflow turbo-frame[busy] ~ .frame-loading-show,
.show.users turbo-frame[busy] ~ .frame-loading-show,
.investments turbo-frame[busy] ~ .frame-loading-show {
  display: block;
}

/* line 119, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame[complete] .table-loading-show,
.cashflow turbo-frame[complete] .table-loading-show,
.show.users turbo-frame[complete] .table-loading-show,
.investments turbo-frame[complete] .table-loading-show {
  display: none !important;
}

/* line 123, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame:not([complete]) .table-loading-hide,
.cashflow turbo-frame:not([complete]) .table-loading-hide,
.show.users turbo-frame:not([complete]) .table-loading-hide,
.investments turbo-frame:not([complete]) .table-loading-hide {
  display: none !important;
}

/* line 127, app/assets/stylesheets/user/turbo_table.scss */
.documents turbo-frame:not([complete]) .table-loading-show,
.cashflow turbo-frame:not([complete]) .table-loading-show,
.show.users turbo-frame:not([complete]) .table-loading-show,
.investments turbo-frame:not([complete]) .table-loading-show {
  display: table-row-group !important;
}

/* line 131, app/assets/stylesheets/user/turbo_table.scss */
.documents .table-loading-show .tw\:table-cell,
.cashflow .table-loading-show .tw\:table-cell,
.show.users .table-loading-show .tw\:table-cell,
.investments .table-loading-show .tw\:table-cell {
  padding: 15px !important;
}

/* line 135, app/assets/stylesheets/user/turbo_table.scss */
.documents .user_side .page-footer,
.cashflow .user_side .page-footer,
.show.users .user_side .page-footer,
.investments .user_side .page-footer {
  margin-top: 130px;
}

/* line 139, app/assets/stylesheets/user/turbo_table.scss */
.documents .full_screen_loader,
.cashflow .full_screen_loader,
.show.users .full_screen_loader,
.investments .full_screen_loader {
  display: none;
  position: fixed;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.360784);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 149, app/assets/stylesheets/user/turbo_table.scss */
.documents .full_screen_loader img,
.cashflow .full_screen_loader img,
.show.users .full_screen_loader img,
.investments .full_screen_loader img {
  display: block;
  position: absolute;
  max-width: 150px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

/* line 163, app/assets/stylesheets/user/turbo_table.scss */
.investments .tw\:table-row:last-of-type .tw\:table-cell {
  background: #FFF;
}

/* line 2, app/assets/stylesheets/user/linked_account.scss */
.linked_account_name a {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/user/linked_account.scss */
.linked-account-header-sortable {
  font-weight: 700;
}

/* line 11, app/assets/stylesheets/user/linked_account.scss */
.linked_account_cell {
  border-bottom: 1px solid #E2E8F0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-e826a5531facc0abc6774a2a80431bd5ea63fdc30b436ccf2e355a715989ac7d.eot);
  src: url(/assets/fontawesome-webfont-e826a5531facc0abc6774a2a80431bd5ea63fdc30b436ccf2e355a715989ac7d.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-f90dea888cf1b07eab75251399669196686fe707688973322ca4621dcfda38bc.woff2) format("woff2"), url(/assets/fontawesome-webfont-1794002e6319785d0609df615311186d13dca427c40b9a99820d4501d5992513.woff) format("woff"), url(/assets/fontawesome-webfont-8a9dfd9d7fd19579e9ed8717e0f2f0ec6047558b20ca2a358a27f30200a3e186.ttf) format("truetype"), url(/assets/fontawesome-webfont-77dbe0c6b95e365223c4d33f6cdc432a83f7b84088a462ad7972ba7dc9181ec8.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2318, vendor/bundle/ruby/4.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/4.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/4.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/4.0.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media print {
  /* line 3, app/assets/stylesheets/print.scss */
  #page-nav, #top-bar-mobile, #page-header {
    display: none;
  }
  /* line 6, app/assets/stylesheets/print.scss */
  .print-only {
    display: block !important;
  }
  /* line 8, app/assets/stylesheets/print.scss */
  .print-only .page-title {
    font-weight: bold;
    font-size: 15px;
    margin: -15px 0 -5px 0;
  }
  /* line 15, app/assets/stylesheets/print.scss */
  .st, #page-content, .position-relative.container {
    padding: 0 !important;
  }
  /* line 18, app/assets/stylesheets/print.scss */
  .current-opportunity-block, .following-property-block {
    display: none !important;
  }
  /* line 22, app/assets/stylesheets/print.scss */
  html, body {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    height: auto !important;
    transform: scale(0.99);
  }
  /* line 28, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 {
    max-width: 200px !important;
    width: 200px !important;
  }
  /* line 32, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-section {
    font-size: 10px;
  }
  /* line 34, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-section .property-summary {
    font-size: 11px;
  }
  /* line 37, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-section .small.muted {
    font-size: 9px;
  }
  /* line 40, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-section .background_image {
    height: 75px !important;
  }
  /* line 43, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-section .h6 {
    font-size: 13px;
  }
  /* line 47, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .view_details_block {
    display: none !important;
  }
  /* line 50, app/assets/stylesheets/print.scss */
  .addWidth .row .col-md-4 .module-fix-height {
    height: 175px !important;
  }
}

/* line 2, app/assets/stylesheets/two_factor.scss */
.btn_2fa i {
  font-size: 16px;
  float: left;
  margin: -3px 5px 0 0;
}

/* line 12, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa table td {
  height: 5px;
  width: 5px;
}

/* line 16, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa table td.black {
  background: #000;
}

/* line 20, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa table td.white {
  background: #FFF;
}

/* line 26, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa .security_code {
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa .qr-code {
  padding: 15px 9px 24px 13px;
}

/* line 33, app/assets/stylesheets/two_factor.scss */
.active_admin .panel_2fa #modal_2fa .panel_contents {
  max-width: 550px !important;
}

/* line 38, app/assets/stylesheets/two_factor.scss */
.security_code {
  font-size: 16px;
  margin: 0px -1px 11px 0px;
}

/* line 41, app/assets/stylesheets/two_factor.scss */
.security_code code {
  color: #464646;
  letter-spacing: 1px;
}

/* line 47, app/assets/stylesheets/two_factor.scss */
.panel_2fa {
  display: flex;
  align-items: center;
}

/* line 51, app/assets/stylesheets/two_factor.scss */
.panel_2fa .panel_contents {
  margin: 0 auto;
  width: 500px;
}

/* line 55, app/assets/stylesheets/two_factor.scss */
.panel_2fa .small_text {
  color: #777777;
  margin: 2px 0 0 0;
}

/* line 61, app/assets/stylesheets/two_factor.scss */
.panel_2fa input::-webkit-outer-spin-button,
.panel_2fa input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 66, app/assets/stylesheets/two_factor.scss */
.panel_2fa .erorr_texts {
  color: red;
}

/* line 70, app/assets/stylesheets/two_factor.scss */
.panel_2fa .gray_text {
  color: #888888;
}

/* line 74, app/assets/stylesheets/two_factor.scss */
.panel_2fa .regular_text {
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/two_factor.scss */
.panel_2fa input[type=submit] {
  padding: 0 15px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* line 87, app/assets/stylesheets/two_factor.scss */
.panel_2fa .btn-default {
  padding-top: 7px;
  padding-bottom: 8px;
  margin-top: -1px;
}

/* line 93, app/assets/stylesheets/two_factor.scss */
.panel_2fa h5 {
  margin: -1px 0 7px 0;
}

/* line 97, app/assets/stylesheets/two_factor.scss */
.panel_2fa .buttons_block {
  margin: 12px 0 0 0;
  text-align: right;
}

/* line 102, app/assets/stylesheets/two_factor.scss */
.panel_2fa .qr-code {
  width: auto;
  border: 2px #EEEEEE solid;
  border-radius: 4px;
  display: inline-block;
  padding: 20px;
  margin: 15px 0 10px 0;
}

/* line 110, app/assets/stylesheets/two_factor.scss */
.panel_2fa .qr-code table {
  width: auto;
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
}

/* line 118, app/assets/stylesheets/two_factor.scss */
.panel_2fa .qr-code td {
  border-left: solid 5px #000;
  padding: 0 !important;
  margin: 0 !important;
  width: 0px !important;
  height: 5px;
}

/* line 126, app/assets/stylesheets/two_factor.scss */
.panel_2fa .qr-code td.black {
  border-color: #000;
}

/* line 127, app/assets/stylesheets/two_factor.scss */
.panel_2fa .qr-code td.white {
  border-color: #fff;
}

/* line 132, app/assets/stylesheets/two_factor.scss */
.disable_2fa .disable_2fa_alert {
  color: #be1c24;
  margin: -7px 0 9px 0;
}

/* line 136, app/assets/stylesheets/two_factor.scss */
.disable_2fa input[type=submit] {
  background-color: #d15d5f;
  border: 2px solid #d15d5f;
}

/* line 140, app/assets/stylesheets/two_factor.scss */
.disable_2fa input[type=submit]:hover {
  background-color: #d1696b !important;
  border: 2px solid #d1696b;
}

/* line 5, app/assets/stylesheets/application/login_action.scss */
body.login_actions.docusign #main_container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/application/login_action.scss */
.show.login_actions .modal-dialog .modal-header, .show.login_actions .modal-dialog .modal-footer {
  border: none;
}

/* line 21, app/assets/stylesheets/application/login_action.scss */
.selected_document_block {
  text-align: center;
}

/* line 24, app/assets/stylesheets/application/login_action.scss */
.login_actions_buttons {
  text-align: center;
  margin: 10px 0 0 0;
}

/* line 29, app/assets/stylesheets/application/login_action.scss */
.login_action_container {
  padding-bottom: 2em;
}

/* line 31, app/assets/stylesheets/application/login_action.scss */
.login_action_container .file_names {
  margin-top: 10px;
  text-align: left;
  line-height: 24px;
}

/* line 39, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar.too_wide .login_action_block {
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar.too_wide .login_action_block {
  display: none !important;
}

/* line 45, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar.too_wide .login_action_block.current, .login_action_header_bar.too_wide .login_action_block.pending {
  display: inline-block !important;
}

/* line 49, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar {
  height: 34px;
  align-items: center;
  margin: 8px 0px 0 0px;
  padding: 0 10px 0 10px;
  text-align: center;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .login_action_block {
  text-align: center !important;
  white-space: nowrap;
}

/* line 61, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .login_action_block {
  pointer-events: none;
  white-space: nowrap;
  float: none !important;
  display: inline-block !important;
  margin: 0 9px 20px 0;
}

/* line 68, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .login_action_number {
  background: #f8f7f3;
  border-color: #4c79f6;
  color: #2c2d32;
  font-size: 14px;
}

/* line 74, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .login_action_name {
  color: #313131;
  font-size: 17px;
}

/* line 80, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .pending .login_action_number {
  background: #fafafa;
  border-color: #ededed;
  color: #9d9d9d;
}

/* line 85, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .pending .login_action_name {
  color: #9d9d9d;
}

/* line 90, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .current .login_action_number {
  background: #4c79f6;
  border-color: #4c79f6;
  color: white;
}

/* line 95, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .current .login_action_name {
  color: #313131;
}

/* line 99, app/assets/stylesheets/application/login_action.scss */
.login_action_header_bar .login_action_number {
  border-style: solid;
  border-width: 2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 15px;
  line-height: 27px;
  text-align: center;
  margin: 0 4px 0 0;
}

/* line 3, app/assets/stylesheets/user_settings.scss */
.authenticator-app-form table td {
  height: 5px;
  width: 5px;
}

/* line 7, app/assets/stylesheets/user_settings.scss */
.authenticator-app-form table td.black {
  background: #000;
}

/* line 11, app/assets/stylesheets/user_settings.scss */
.authenticator-app-form table td.white {
  background: #FFF;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 16, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 24, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 41, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 51, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 75, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #00578d;
}

/* line 105, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

/* line 111, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 117, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control {
  position: relative;
}

/* line 120, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 129, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 135, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 152, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 155, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 158, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 162, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 166, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 171, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 178, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

/* line 186, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

/* line 191, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

/* line 197, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 212, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 215, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 218, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 223, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 233, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 249, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 253, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 259, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 263, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 269, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 272, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 275, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 280, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 284, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 287, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 290, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 296, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 300, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 304, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 317, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 322, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 326, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 329, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 333, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 337, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 344, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

/* line 348, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 351, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

/* line 367, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.multi .selectize-input .active[data-value] {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

/* line 377, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

/* line 389, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

/* line 393, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 398, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

/* line 401, vendor/bundle/ruby/4.0.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.default.scss */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* line 1, app/assets/stylesheets/sessions.scss */
.user_sessions,
body.passwords,
body.registrations,
.new.contacts,
.user_side.welcome.users {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 8, app/assets/stylesheets/sessions.scss */
.user_sessions .flash-error,
body.passwords .flash-error,
body.registrations .flash-error,
.new.contacts .flash-error,
.user_side.welcome.users .flash-error {
  color: red;
}

/* line 12, app/assets/stylesheets/sessions.scss */
.user_sessions .login_existing,
body.passwords .login_existing,
body.registrations .login_existing,
.new.contacts .login_existing,
.user_side.welcome.users .login_existing {
  color: #c5c8cb;
  margin: 40px 2px -5px 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

/* line 20, app/assets/stylesheets/sessions.scss */
.user_sessions h4,
body.passwords h4,
body.registrations h4,
.new.contacts h4,
.user_side.welcome.users h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0px;
  color: #555a5d;
  text-align: center;
  margin-top: 10px;
}

/* line 30, app/assets/stylesheets/sessions.scss */
.user_sessions label a,
body.passwords label a,
body.registrations label a,
.new.contacts label a,
.user_side.welcome.users label a {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/sessions.scss */
.user_sessions #main_container,
body.passwords #main_container,
body.registrations #main_container,
.new.contacts #main_container,
.user_side.welcome.users #main_container {
  min-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 148px);
  padding-bottom: 0px;
}

/* line 44, app/assets/stylesheets/sessions.scss */
.user_sessions .flash-alert,
body.passwords .flash-alert,
body.registrations .flash-alert,
.new.contacts .flash-alert,
.user_side.welcome.users .flash-alert {
  color: red;
  font-size: 14px;
  text-align: center;
}

/* line 50, app/assets/stylesheets/sessions.scss */
.user_sessions .page-footer,
body.passwords .page-footer,
body.registrations .page-footer,
.new.contacts .page-footer,
.user_side.welcome.users .page-footer {
  margin-top: 3em;
}

/* line 54, app/assets/stylesheets/sessions.scss */
.user_sessions input[type="text"],
.user_sessions input[type="tel"],
.user_sessions input[type="number"],
.user_sessions input[type="email"],
.user_sessions input[type="password"],
.user_sessions select,
body.passwords input[type="text"],
body.passwords input[type="tel"],
body.passwords input[type="number"],
body.passwords input[type="email"],
body.passwords input[type="password"],
body.passwords select,
body.registrations input[type="text"],
body.registrations input[type="tel"],
body.registrations input[type="number"],
body.registrations input[type="email"],
body.registrations input[type="password"],
body.registrations select,
.new.contacts input[type="text"],
.new.contacts input[type="tel"],
.new.contacts input[type="number"],
.new.contacts input[type="email"],
.new.contacts input[type="password"],
.new.contacts select,
.user_side.welcome.users input[type="text"],
.user_side.welcome.users input[type="tel"],
.user_side.welcome.users input[type="number"],
.user_side.welcome.users input[type="email"],
.user_side.welcome.users input[type="password"],
.user_side.welcome.users select {
  background-color: white;
  height: 50px;
  font-size: 15px !important;
  outline: none;
  box-shadow: none;
  color: #333333;
  border: 1px solid #d5d9dc;
  padding-left: 13px;
}

/* line 71, app/assets/stylesheets/sessions.scss */
.user_sessions .forgot_password a,
body.passwords .forgot_password a,
body.registrations .forgot_password a,
.new.contacts .forgot_password a,
.user_side.welcome.users .forgot_password a {
  font-size: 13px;
}

/* line 77, app/assets/stylesheets/sessions.scss */
.user_sessions .button-blue,
.user_sessions .button-blue:hover,
.user_sessions .button-blue-on-hover:hover,
body.passwords .button-blue,
body.passwords .button-blue:hover,
body.passwords .button-blue-on-hover:hover,
body.registrations .button-blue,
body.registrations .button-blue:hover,
body.registrations .button-blue-on-hover:hover,
.new.contacts .button-blue,
.new.contacts .button-blue:hover,
.new.contacts .button-blue-on-hover:hover,
.user_side.welcome.users .button-blue,
.user_side.welcome.users .button-blue:hover,
.user_side.welcome.users .button-blue-on-hover:hover {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  /* line 87, app/assets/stylesheets/sessions.scss */
  .navbar-toggler {
    margin-right: -15px;
  }
  /* line 92, app/assets/stylesheets/sessions.scss */
  .nav-item a {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  /* line 99, app/assets/stylesheets/sessions.scss */
  .session_page_link {
    display: flex;
    align-items: center;
  }
  /* line 103, app/assets/stylesheets/sessions.scss */
  .session_page_link a {
    margin-left: 20px !important;
    font-weight: bold !important;
    background: none;
    border: 1px solid #747f8b;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    height: 36px !important;
    line-height: 35px !important;
    text-align: center;
    padding: 0 15px !important;
    margin: 0;
    border-radius: 3px;
  }
}

/* line 129, app/assets/stylesheets/sessions.scss */
.welcome.users .page-footer {
  padding-top: 30px;
}

/* line 134, app/assets/stylesheets/sessions.scss */
.session_page {
  min-height: calc(100vh - 148px);
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0;
}

/* line 136, app/assets/stylesheets/sessions.scss */
.session_page .verification_help .verification_title {
  color: #2d507d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0px 13px 0;
}

/* line 144, app/assets/stylesheets/sessions.scss */
.session_page .verification_help img {
  width: 100px;
  display: block;
  margin: 10px auto 23px auto;
}

/* line 150, app/assets/stylesheets/sessions.scss */
.session_page .verification_help .verification_help_text {
  text-align: center;
  margin: 0px 0 17px 0;
  font-size: 15px;
}

/* line 158, app/assets/stylesheets/sessions.scss */
.session_page .registration_block form.new_user {
  padding-top: 0px;
  margin-top: -7px;
}

/* line 163, app/assets/stylesheets/sessions.scss */
.session_page .registration_block .cancel_button {
  color: #c5c8cb;
  margin: 8px 2px -5px 0;
}

/* line 175, app/assets/stylesheets/sessions.scss */
.session_page label,
.session_page .sign_up_link a {
  color: #2a2a2a;
}

/* line 180, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper {
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 148px);
  width: 100%;
  flex-grow: 20;
}

/* line 188, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper form {
  padding: 15px 0 0 0;
}

/* line 192, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper h1 {
  font-size: 20px;
  margin: 0px 0 -6px 0;
  font-weight: normal;
  text-align: center;
}

/* line 199, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .user_block {
  max-width: 540px;
  width: 100%;
  background: white;
  margin: 20px auto;
  padding: 30px 43px 25px 43px;
  border-radius: 6px;
}

/* line 208, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .horizontal_line {
  width: calc(100% + 40px);
  height: 1px;
  background-color: #cfd4d8;
  margin: 28px -20px -20px -20px;
}

/* line 215, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .forgot_password {
  text-decoration: underline;
  text-align: right;
  margin: -8px 0 0 0;
}

/* line 221, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .signup_information {
  color: #282828;
  text-align: center;
  font-size: 13px;
  margin: 23px 0 0 0;
}

/* line 227, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .signup_information a {
  text-decoration: none;
}

/* line 232, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .buttons_row {
  text-align: right;
}

/* line 235, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .buttons_row .sign_up_link {
  margin-top: 10px;
}

/* line 239, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .buttons_row button,
.session_page .background_wrapper .buttons_row .submit-button {
  width: 100%;
  margin: 12px 0 1px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  max-width: 100%;
}

/* line 251, app/assets/stylesheets/sessions.scss */
.session_page .background_wrapper .sensr_logo {
  width: 140px;
  margin: 21px auto -11px auto;
  display: block;
}

/* line 258, app/assets/stylesheets/sessions.scss */
.session_page .page-footer {
  padding-top: 10px;
  flex-grow: 1;
  padding-bottom: 0px;
}

/* line 264, app/assets/stylesheets/sessions.scss */
.session_page .user_block.registration_block {
  max-width: 780px;
}

/* line 273, app/assets/stylesheets/sessions.scss */
.create.registrations #error_explanation h3 {
  display: none;
}

/* line 277, app/assets/stylesheets/sessions.scss */
.create.registrations #error_explanation ul {
  margin-left: 0px !important;
}

/* line 280, app/assets/stylesheets/sessions.scss */
.create.registrations #error_explanation ul li {
  list-style: none;
  color: red;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/tippy.css */
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box {
  position: relative;
  background-color: #475569;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #475569;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

/* line 1, app/assets/stylesheets/tippy.css */
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=top] > .tippy-backdrop {
  transform-origin: 0 25%;
  border-radius: 40% 40% 0 0;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -55%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=top] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-50%, -45%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-backdrop {
  transform-origin: 0 -50%;
  border-radius: 0 0 30% 30%;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -45%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=bottom] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-50%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=left] > .tippy-backdrop {
  transform-origin: 50% 0;
  border-radius: 50% 0 0 50%;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=left] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-75%, -50%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=right] > .tippy-backdrop {
  transform-origin: -50% 0;
  border-radius: 0 50% 50% 0;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=visible] {
  transform: scale(1) translate(-50%, -50%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-placement^=right] > .tippy-backdrop[data-state=hidden] {
  transform: scale(0.2) translate(-25%, -50%);
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-box[data-animatefill] {
  background-color: transparent !important;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-backdrop {
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 32px);
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-backdrop[data-state=hidden] {
  opacity: 0;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-backdrop + .tippy-content {
  transition-property: opacity;
  will-change: opacity;
}

/* line 2, app/assets/stylesheets/tippy.css */
.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0;
}

/* line 3, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

/* line 3, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

/* line 3, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

/* line 3, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

/* line 3, app/assets/stylesheets/tippy.css */
.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

/* line 14, app/assets/stylesheets/application.scss */
.print-only {
  display: none;
}

/* line 18, app/assets/stylesheets/application.scss */
.hide {
  display: none;
}

/* line 22, app/assets/stylesheets/application.scss */
.powered_by {
  float: right;
  margin: -54px 0 0 0;
}

/* line 26, app/assets/stylesheets/application.scss */
.powered_by img {
  margin: 23px 0 0 0;
  height: 20px;
}

/* line 32, app/assets/stylesheets/application.scss */
.flash-notice {
  background-color: #dce9dd;
  background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
  border-bottom: 1px solid #adcbaf;
  color: #416347;
  padding: 10px;
}

/* line 40, app/assets/stylesheets/application.scss */
.panel_contents,
.index_as_table {
  box-shadow: none;
  position: relative;
  border: none;
  border: 0.02em solid #c7ccd1;
  border-radius: 11px;
  background-color: white;
  display: inline-block;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 55, app/assets/stylesheets/application.scss */
.panel_contents table,
.index_as_table table,
table.admin_table,
table.index_table {
  width: calc(100% - 44px);
  border: 0px none;
  border-spacing: 0px;
  font-size: 14px;
  border-collapse: separate;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 12px 22px 4px 22px;
}

/* line 69, app/assets/stylesheets/application.scss */
.panel_contents table .col.col-manage,
.index_as_table table .col.col-manage,
table.admin_table .col.col-manage,
table.index_table .col.col-manage {
  width: 0.1%;
  padding-right: 15px !important;
  padding-left: 7px !important;
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/application.scss */
.panel_contents table .col.col-manage .member_link,
.index_as_table table .col.col-manage .member_link,
table.admin_table .col.col-manage .member_link,
table.index_table .col.col-manage .member_link {
  margin-right: 5px;
}

/* line 79, app/assets/stylesheets/application.scss */
.panel_contents table .col.col-manage .member_link:last-of-type,
.index_as_table table .col.col-manage .member_link:last-of-type,
table.admin_table .col.col-manage .member_link:last-of-type,
table.index_table .col.col-manage .member_link:last-of-type {
  margin-right: 0px;
}

/* line 85, app/assets/stylesheets/application.scss */
.panel_contents table .col-description .pdf_icon,
.index_as_table table .col-description .pdf_icon,
table.admin_table .col-description .pdf_icon,
table.index_table .col-description .pdf_icon {
  margin: 3px 6px -5px 0;
}

/* line 91, app/assets/stylesheets/application.scss */
.panel_contents table .resource_selection_toggle_cell label,
.index_as_table table .resource_selection_toggle_cell label,
table.admin_table .resource_selection_toggle_cell label,
table.index_table .resource_selection_toggle_cell label {
  margin: 0px 0 -25px 0;
  display: block;
}

/* line 97, app/assets/stylesheets/application.scss */
.panel_contents table th.sorted-asc,
.panel_contents table th.sorted-desc,
.index_as_table table th.sorted-asc,
.index_as_table table th.sorted-desc,
table.admin_table th.sorted-asc,
table.admin_table th.sorted-desc,
table.index_table th.sorted-asc,
table.index_table th.sorted-desc {
  background: #ffffff;
}

/* line 102, app/assets/stylesheets/application.scss */
.panel_contents table th:first-child,
.index_as_table table th:first-child,
table.admin_table th:first-child,
table.index_table th:first-child {
  border-left: none;
}

/* line 106, app/assets/stylesheets/application.scss */
.panel_contents table tr:first-child th:first-child,
.panel_contents table tr:first-child td:first-child,
.index_as_table table tr:first-child th:first-child,
.index_as_table table tr:first-child td:first-child,
table.admin_table tr:first-child th:first-child,
table.admin_table tr:first-child td:first-child,
table.index_table tr:first-child th:first-child,
table.index_table tr:first-child td:first-child {
  border-radius: 3px 0 0 0;
}

/* line 111, app/assets/stylesheets/application.scss */
.panel_contents table tr:first-child th:last-child,
.panel_contents table tr:first-child td:last-child,
.index_as_table table tr:first-child th:last-child,
.index_as_table table tr:first-child td:last-child,
table.admin_table tr:first-child th:last-child,
table.admin_table tr:first-child td:last-child,
table.index_table tr:first-child th:last-child,
table.index_table tr:first-child td:last-child {
  border-radius: 0 3px 0 0;
}

/* line 116, app/assets/stylesheets/application.scss */
.panel_contents table tr td,
.index_as_table table tr td,
table.admin_table tr td,
table.index_table tr td {
  background: #fff;
  padding: 8px 6px 8px 7px;
  font-size: 14px;
  border-bottom: 1px solid #d5d9dc;
  vertical-align: middle;
  background: white;
}

/* line 125, app/assets/stylesheets/application.scss */
.panel_contents table tr:not(.totals_row):not(.row):hover td,
.index_as_table table tr:not(.totals_row):not(.row):hover td,
table.admin_table tr:not(.totals_row):not(.row):hover td,
table.index_table tr:not(.totals_row):not(.row):hover td {
  background: #f5f5f5;
}

/* line 129, app/assets/stylesheets/application.scss */
.panel_contents table tr th,
.index_as_table table tr th,
table.admin_table tr th,
table.index_table tr th {
  border-radius: 12px 12px 0px 0px;
  font-weight: 600;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px #e8e8e8 solid;
  cursor: default;
  text-align: left;
  border-top: none;
  line-height: inherit;
  padding: 0px 8px 10px 7px;
  font-size: 13px;
  position: relative;
  box-shadow: none;
  background: white;
  text-shadow: 0px 1px 0px white;
}

/* line 148, app/assets/stylesheets/application.scss */
.panel_contents table tr th::before,
.index_as_table table tr th::before,
table.admin_table tr th::before,
table.index_table tr th::before {
  content: ' ';
  float: right;
  width: 1px;
  height: 27px;
  margin: -4px -4px -19px 0;
  background: #e8e8e8;
}

/* line 157, app/assets/stylesheets/application.scss */
.panel_contents table tr th:last-of-type::before,
.index_as_table table tr th:last-of-type::before,
table.admin_table tr th:last-of-type::before,
table.index_table tr th:last-of-type::before {
  background: transparent;
}

/* line 161, app/assets/stylesheets/application.scss */
.panel_contents table th:last-child,
.index_as_table table th:last-child,
table.admin_table th:last-child,
table.index_table th:last-child {
  border-right: none;
}

/* line 165, app/assets/stylesheets/application.scss */
.panel_contents table th,
.panel_contents table th a,
.panel_contents table th a:link,
.panel_contents table th a:visited,
.index_as_table table th,
.index_as_table table th a,
.index_as_table table th a:link,
.index_as_table table th a:visited,
table.admin_table th,
table.admin_table th a,
table.admin_table th a:link,
table.admin_table th a:visited,
table.index_table th,
table.index_table th a,
table.index_table th a:link,
table.index_table th a:visited {
  color: #36383b;
}

/* line 173, app/assets/stylesheets/application.scss */
.panel_contents table th.sortable a,
.index_as_table table th.sortable a,
table.admin_table th.sortable a,
table.index_table th.sortable a {
  background: none;
  padding-left: 0;
  display: inline-block;
  width: max-content;
}

/* line 180, app/assets/stylesheets/application.scss */
.panel_contents table th.sortable a::after,
.index_as_table table th.sortable a::after,
table.admin_table th.sortable a::after,
table.index_table th.sortable a::after {
  content: ' ';
  width: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/assets/icons/arrow-up-down-35ea1ec671fee29b5271f4aaf9629dfba9b581e0e6275b4d50c44dd881a73198.svg);
  height: 18px;
  margin: 0px 3px -3px 8px;
  opacity: 0.3;
  transition: all ease 0.2s;
}

/* line 192, app/assets/stylesheets/application.scss */
.panel_contents table th.sortable:hover a::after,
.index_as_table table th.sortable:hover a::after,
table.admin_table th.sortable:hover a::after,
table.index_table th.sortable:hover a::after {
  opacity: 1;
}

/* line 196, app/assets/stylesheets/application.scss */
.panel_contents table th.sortable.sorted-desc a::after,
.index_as_table table th.sortable.sorted-desc a::after,
table.admin_table th.sortable.sorted-desc a::after,
table.index_table th.sortable.sorted-desc a::after {
  background-image: url(/assets/icons/Sort-1e66c0af9e928f57085751779265e04f63a175047e25223d7def6f54fa4ca0de.svg);
  height: 18px;
  background-position-y: 11px;
  margin: 1px 0 -4px 4px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 205, app/assets/stylesheets/application.scss */
.panel_contents table th.sortable.sorted-asc a::after,
.index_as_table table th.sortable.sorted-asc a::after,
table.admin_table th.sortable.sorted-asc a::after,
table.index_table th.sortable.sorted-asc a::after {
  background-image: url(/assets/icons/Sort-1e66c0af9e928f57085751779265e04f63a175047e25223d7def6f54fa4ca0de.svg);
  height: 18px;
  background-position-y: 11px;
  margin: 1px 0 -4px 4px;
}

/* line 212, app/assets/stylesheets/application.scss */
.panel_contents table tr:last-child td,
.panel_contents table tr:last-child:not(#pageless-loader) td,
.index_as_table table tr:last-child td,
.index_as_table table tr:last-child:not(#pageless-loader) td,
table.admin_table tr:last-child td,
table.admin_table tr:last-child:not(#pageless-loader) td,
table.index_table tr:last-child td,
table.index_table tr:last-child:not(#pageless-loader) td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  /* line 219, app/assets/stylesheets/application.scss */
  .tab-content #tiles.tab-pane {
    display: block;
    /* always show tiles on mobile */
    opacity: 1;
  }
  /* line 225, app/assets/stylesheets/application.scss */
  .tab-content #table.tab-pane {
    display: none;
    /* always hide table on mobile */
    opacity: 0;
  }
}
