@charset "UTF-8";
/* line 1, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../../shared/bundle/ruby/3.4.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 2, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 11, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 14, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 28, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 32, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 36, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 40, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 44, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 73, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 86, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 91, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 105, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 110, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 113, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 130, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 133, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 139, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 142, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 145, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 148, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 151, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 154, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 160, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 163, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 189, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 192, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 200, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 204, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 207, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 212, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 219, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 231, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 239, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 245, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 248, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 251, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 261, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 264, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 280, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 288, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 291, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 307, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 310, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 313, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 326, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 340, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 346, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 349, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 361, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 369, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 374, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 379, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 384, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 388, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 394, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 401, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 404, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 407, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 418, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 422, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 427, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 431, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 434, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 437, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

/* line 440, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 444, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 449, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 457, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 462, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 467, ../../shared/bundle/ruby/3.4.0/gems/actiontext-8.0.2/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 5, app/assets/stylesheets/shared/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 14, app/assets/stylesheets/shared/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 23, app/assets/stylesheets/shared/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 29, app/assets/stylesheets/shared/actiontext.scss */
.trix-content ul li {
  list-style-type: disc;
}

/* line 1, app/assets/stylesheets/v1/institute.css */
.d_square {
  background: #f8f8f8;
  width: 76px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 11, app/assets/stylesheets/v1/institute.css */
.d_square:hover {
  background: #ccc;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/v1/institute.css */
.d_lead {
  background: #f8f8f8;
  width: 220px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 26, app/assets/stylesheets/v1/institute.css */
.d_six {
  background: #f8f8f8;
  width: 160px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 36, app/assets/stylesheets/v1/institute.css */
.d_six_small {
  background: #f8f8f8;
  width: 52px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 46, app/assets/stylesheets/v1/institute.css */
.d_rect {
  background: #f8f8f8;
  width: 100px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 56, app/assets/stylesheets/v1/institute.css */
.d_open {
  background: #f8f8f8;
  width: 200px;
  height: 76px;
  border: 1px solid #ccc;
  float: left;
  margin: 2px;
  padding: 2px;
}

/* line 66, app/assets/stylesheets/v1/institute.css */
.d_button {
  font: normal 12px/19px arial;
  border: 1px solid black;
  width: 74px;
  text-align: center;
  float: left;
  margin: 2px;
  background: #3399cc;
  color: #fff;
}

/* line 77, app/assets/stylesheets/v1/institute.css */
.d_button_small,
.d_button_small:visited,
.d_button_small:link {
  font: normal 12px/19px arial;
  border: 1px solid black;
  width: 20px;
  text-align: center;
  float: left;
  margin: 2px;
  background: #77a866;
  color: #fff;
}

/* line 90, app/assets/stylesheets/v1/institute.css */
.d_button_small:hover {
  background: #89c15b;
}

/* line 94, app/assets/stylesheets/v1/institute.css */
.d_button_small_select,
.d_button_small_select:visited,
.d_button_small_select:link {
  font: normal 12px/19px arial;
  border: 1px solid black;
  width: 20px;
  text-align: center;
  float: left;
  margin: 2px;
  background: #ccc;
  color: #fff;
}

/* line 107, app/assets/stylesheets/v1/institute.css */
.d_text {
  font: normal 12px/16px arial;
}

/* line 111, app/assets/stylesheets/v1/institute.css */
.d_text_center {
  font: normal 12px/16px arial;
  text-align: center;
  width: 100%;
}

/* line 117, app/assets/stylesheets/v1/institute.css */
.d_name {
  font: bold 18px/24px arial;
  color: #3399cc;
}

/* line 122, app/assets/stylesheets/v1/institute.css */
.d_score,
.d_score:hover {
  font: bold 24px/30px arial;
  text-align: center;
  color: #77a866;
  width: 100%;
  text-decoration: none;
}

/* line 131, app/assets/stylesheets/v1/institute.css */
.d_rate,
.d_rate:link,
.d_rate:visited {
  font: normal 12px/14px arial;
  border: 1px solid #ccc;
  text-align: center;
  width: 11px;
  float: left;
  margin: 0px 1px;
  background: #93daff;
  color: #fff;
}

/* line 144, app/assets/stylesheets/v1/institute.css */
.d_rate:hover {
  background: #3399cc;
}

/* line 148, app/assets/stylesheets/v1/institute.css */
.d_rate_select,
.d_rate_select:link,
.d_rate_select:visited {
  font: normal 12px/14px arial;
  border: 1px solid #ccc;
  text-align: center;
  width: 11px;
  float: left;
  margin: 0px 1px;
  background: #3399cc;
  color: #fff;
}

/* line 161, app/assets/stylesheets/v1/institute.css */
.d_tag,
.d_tag:link,
.d_tag:visited {
  font: normal 12px/14px arial;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  margin: 0px 1px;
  background: #93daff;
  color: #fff;
  padding: 0px 5px;
  margin: 0px 2px;
}

/* line 175, app/assets/stylesheets/v1/institute.css */
.d_tag:hover {
  background: #3399cc;
}

/* line 179, app/assets/stylesheets/v1/institute.css */
.d_tag_select,
.d_tag_select:link,
.d_tag_select:visited {
  font: normal 12px/14px arial;
  border: 1px solid #ccc;
  text-align: center;
  float: left;
  margin: 0px 1px;
  background: #3399cc;
  color: #fff;
  padding: 0px 5px;
  margin: 0px 2px;
}

/* line 193, app/assets/stylesheets/v1/institute.css */
.d_select {
  height: 21px;
  width: 76px;
  font: normal 12px/14px arial;
  border: 1px solid black;
  text-align: center;
  background: #93daff;
  float: left;
  padding: 0px 5px;
  margin: 0px 2px;
}

/* line 205, app/assets/stylesheets/v1/institute.css */
.d_select_wide {
  height: 21px;
  width: 96px;
  font: normal 12px/14px arial;
  border: 1px solid black;
  text-align: center;
  background: #93daff;
  float: left;
  padding: 0px 5px;
  margin: 0px 2px;
}

/* line 217, app/assets/stylesheets/v1/institute.css */
.d_note {
  width: 88px;
  height: 38px;
  border: 1px solid #ccc;
  background: #e6f2ff;
  margin: 2px;
  font: normal 10px/12px arial;
}

/* line 226, app/assets/stylesheets/v1/institute.css */
.d_date_box {
  height: 17px;
  width: 42px;
  font: normal 12px/14px arial;
  border: 1px solid black;
  text-align: center;
  background: #e6f2ff;
  margin: 2p;
}

/* background:#e6f2ff */
/* line 238, app/assets/stylesheets/v1/institute.css */
.d_date_text {
  font: normal 12px/19px arial;
  width: 44px;
  text-align: center;
  float: left;
  margin: 2px;
}

/* line 246, app/assets/stylesheets/v1/institute.css */
.d_submit {
  font: normal 12px/22px arial;
  border: 1px solid black;
  max-height: 24px;
  width: 44px;
  text-align: center;
  float: left;
  margin: 2px;
  background: #3399cc;
  color: #fff;
}

/* line 258, app/assets/stylesheets/v1/institute.css */
.d_submit_select {
  font: normal 12px/22px arial;
  border: 1px solid black;
  max-height: 24px;
  width: 44px;
  text-align: center;
  float: left;
  margin: 2px;
  background: #93daff;
  color: #fff;
}

/* line 270, app/assets/stylesheets/v1/institute.css */
.d_break {
  clear: both;
  border-bottom: 2px solid #ccc;
  height: 5px;
  margin: 5px;
}

/* line 277, app/assets/stylesheets/v1/institute.css */
.d_clear {
  clear: both;
}

/* line 281, app/assets/stylesheets/v1/institute.css */
body {
  color: #777;
  font-family: arial, helvetica, sans-serif;
  line-height: 20px;
  font-size: 16px;
}

/* line 288, app/assets/stylesheets/v1/institute.css */
h1 {
  color: #464646;
  font-size: 38px;
  font-weight: bold;
  line-height: 42px;
  margin: 5px 0px 5px 0px;
}

/* line 296, app/assets/stylesheets/v1/institute.css */
h2 {
  color: #464646;
  font-size: 27px;
  line-height: 32px;
  margin: 0px 0px 7px 0px;
}

/* line 303, app/assets/stylesheets/v1/institute.css */
h3 {
  color: #464646;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

/* line 310, app/assets/stylesheets/v1/institute.css */
h4 {
  color: #464646;
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0px 10px 0px;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

/* line 320, app/assets/stylesheets/v1/institute.css */
h4.stats-cat {
  margin-bottom: 3px;
  border-bottom: none;
}

/* line 325, app/assets/stylesheets/v1/institute.css */
h5 {
  color: #464646;
  font-size: 18px;
  line-height: 20px;
  margin: 0px 10px;
  color: #696969;
}

/* line 333, app/assets/stylesheets/v1/institute.css */
strong {
  font-weight: bold;
}

/* line 337, app/assets/stylesheets/v1/institute.css */
b {
  font-weight: bold;
}

/* line 341, app/assets/stylesheets/v1/institute.css */
table {
  font-size: 14px;
  width: 810px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

/* line 348, app/assets/stylesheets/v1/institute.css */
td {
  padding: 5px;
  border: 1px solid #b0b0b0;
}

/* line 356, app/assets/stylesheets/v1/institute.css */
table .lead {
  background-color: #608a6c;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 2px;
  width: auto;
}

/* line 366, app/assets/stylesheets/v1/institute.css */
table .lead .city_status_description {
  font-size: 10px;
  font-style: italic;
}

/* line 371, app/assets/stylesheets/v1/institute.css */
table .lead a {
  color: #d5e4ed;
  font-weight: bold;
}

/* line 376, app/assets/stylesheets/v1/institute.css */
td input[type='file'] {
  font: normal 12px/12px Arial, Helvetica, sans-serif;
  width: 80px;
}

/* line 381, app/assets/stylesheets/v1/institute.css */
td select,
td input[type='text'] {
  font: normal 12px/12px Arial, Helvetica, sans-serif;
  width: 100px;
}

/* line 387, app/assets/stylesheets/v1/institute.css */
.long_form textarea {
  font: normal 12px/12px Arial, Helvetica, sans-serif;
  width: 94%;
  height: 30px;
  border: #aaa;
  background: #d4d4d4;
}

/* line 395, app/assets/stylesheets/v1/institute.css */
select {
  max-width: 100%;
}

/* line 399, app/assets/stylesheets/v1/institute.css */
td select {
  width: 100px;
}

/* line 403, app/assets/stylesheets/v1/institute.css */
td input[type='submit'] {
  padding: 2px;
}

/* line 407, app/assets/stylesheets/v1/institute.css */
p {
  margin-bottom: 1.5em;
}

/* line 411, app/assets/stylesheets/v1/institute.css */
img {
  border: 0;
}

/* line 415, app/assets/stylesheets/v1/institute.css */
li {
  margin-bottom: 10px;
}

/* line 419, app/assets/stylesheets/v1/institute.css */
hr {
  color: #7da989;
  background-color: #7da989;
  height: 7px;
  border: 0;
  margin-bottom: 10px;
}

/* line 427, app/assets/stylesheets/v1/institute.css */
pre {
  font: normal 14px/18px Courier, Verdana, monospace;
  color: #666;
  background: #f5f5f5;
  padding: 10px;
  white-space: normal;
}

/* line 435, app/assets/stylesheets/v1/institute.css */
a {
  color: #327ba7;
  text-decoration: none;
}

/* line 440, app/assets/stylesheets/v1/institute.css */
a:hover {
  color: #327ba7;
  text-decoration: underline;
}

/* line 445, app/assets/stylesheets/v1/institute.css */
a:active {
  color: #327ba7;
  text-decoration: none;
}

/* line 450, app/assets/stylesheets/v1/institute.css */
a:visited {
  color: #327ba7;
  text-decoration: none;
}

/* line 455, app/assets/stylesheets/v1/institute.css */
.button {
  width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

/* line 468, app/assets/stylesheets/v1/institute.css */
.button a {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 475, app/assets/stylesheets/v1/institute.css */
.button a:hover {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 482, app/assets/stylesheets/v1/institute.css */
.button a:active {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 489, app/assets/stylesheets/v1/institute.css */
.button a:visited {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 496, app/assets/stylesheets/v1/institute.css */
.button_center {
  width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 512, app/assets/stylesheets/v1/institute.css */
.button_center a {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 519, app/assets/stylesheets/v1/institute.css */
.button_center a:hover {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 526, app/assets/stylesheets/v1/institute.css */
.button_center a:active {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 533, app/assets/stylesheets/v1/institute.css */
.button_center a:visited {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 540, app/assets/stylesheets/v1/institute.css */
.button_hover {
  width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

/* line 553, app/assets/stylesheets/v1/institute.css */
.button_hover a {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 560, app/assets/stylesheets/v1/institute.css */
.button_hover a:hover {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 567, app/assets/stylesheets/v1/institute.css */
.button_hover a:active {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 574, app/assets/stylesheets/v1/institute.css */
.button_hover a:visited {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* BEGIN HEADER AND NAVIGATION */
/* line 583, app/assets/stylesheets/v1/institute.css */
#header {
  width: 1100px;
  height: 90px;
  margin: 0 auto;
}

/* line 589, app/assets/stylesheets/v1/institute.css */
#logo {
  float: left;
}

/* line 593, app/assets/stylesheets/v1/institute.css */
#logo img {
  margin: 8px 0px 11px 0px;
  width: 395px;
}

/* line 598, app/assets/stylesheets/v1/institute.css */
#beta {
  height: 40px;
  width: 140px;
  float: left;
  margin-left: 310px;
  margin-top: 30px;
}

/* line 606, app/assets/stylesheets/v1/institute.css */
#box {
  width: 240px;
  height: 90px;
  float: right;
  font-size: 13px;
  margin-top: 0px;
  z-index: 70;
}

/* line 615, app/assets/stylesheets/v1/institute.css */
#login {
  font-size: 13px;
  height: 20px;
  text-align: right;
  width: 300px;
  margin-left: -60px;
}

/* line 623, app/assets/stylesheets/v1/institute.css */
.login_box_open {
  background-color: #f5f5f5;
  width: 330px;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  z-index: 55;
  border: 1px solid #dedede;
  position: absolute;
  top: 0;
  color: #464646;
  font-size: 12px;
  margin-left: -100px;
}

/* line 637, app/assets/stylesheets/v1/institute.css */
#side_login table {
  float: left;
  width: 250px;
  color: #777777;
  border: 0;
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 646, app/assets/stylesheets/v1/institute.css */
#side_login td {
  border: 0;
  padding: 3px;
}

/* line 651, app/assets/stylesheets/v1/institute.css */
#user_email {
  width: 180px;
  height: 18px;
  font: normal 12px/12px Arial;
  background: #fff;
  border: 1px solid #dedede;
  padding: 0;
  margin: 0;
}

/* line 661, app/assets/stylesheets/v1/institute.css */
#user_password {
  width: 180px;
  height: 18px;
  font: normal 12px/12px Arial;
  background: #fff;
  border: 1px solid #dedede;
  padding: 0;
  margin: 0;
}

/* line 671, app/assets/stylesheets/v1/institute.css */
.submit {
  border-radius: 2px;
  padding: 2px 13px !important;
  font-size: 12px !important;
  background-color: #82b171;
  border: 1px solid #82b171;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* line 682, app/assets/stylesheets/v1/institute.css */
#login_join_text {
  text-align: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  color: #777777;
  line-height: 15px;
}

/* line 691, app/assets/stylesheets/v1/institute.css */
#close_login {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/* line 698, app/assets/stylesheets/v1/institute.css */
#city_list {
  width: 240px;
  height: 45px;
  margin-top: 5px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  display: table;
  vertical-align: middle;
  border-collapse: collapse;
}

/* line 709, app/assets/stylesheets/v1/institute.css */
#city_list a {
  color: #777888;
  text-decoration: none;
}

/* line 714, app/assets/stylesheets/v1/institute.css */
#city_list a:hover {
  color: #777888;
  text-decoration: none;
}

/* line 719, app/assets/stylesheets/v1/institute.css */
#city_list a:active {
  color: #777888;
  text-decoration: none;
}

/* line 724, app/assets/stylesheets/v1/institute.css */
#city_list a:visited {
  color: #777888;
  text-decoration: none;
}

/* line 729, app/assets/stylesheets/v1/institute.css */
#city_image {
  display: table-cell;
  width: 40px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}

/* line 737, app/assets/stylesheets/v1/institute.css */
#city_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 743, app/assets/stylesheets/v1/institute.css */
#city_name {
  width: 160px;
  height: 45px;
  display: table-cell;
  font-size: 15px;
  vertical-align: middle;
}

/* line 751, app/assets/stylesheets/v1/institute.css */
#city_arrow {
  height: 45px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}

/* line 758, app/assets/stylesheets/v1/institute.css */
#city_arrow img {
  margin-left: 10px;
}

/* line 762, app/assets/stylesheets/v1/institute.css */
.toggle_cities {
  background-color: #f5f5f5;
  width: 1059px;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  z-index: 50;
  margin-left: -860px;
  margin-top: -1px;
  border: 1px solid #dedede;
  position: absolute;
  color: #464646;
}

/* line 775, app/assets/stylesheets/v1/institute.css */
#cities_select {
  font-weight: bold;
  font-size: 20px;
  font-family: arial, helvetica, sans-serif;
  color: #464646;
  margin-bottom: 20px;
}

/* line 783, app/assets/stylesheets/v1/institute.css */
#cities_select table {
  vertical-align: middle;
  width: 620px;
  border: none;
  font-size: 20px;
  padding: 0;
}

/* line 791, app/assets/stylesheets/v1/institute.css */
#cities_select td {
  border: none;
  padding: 0;
}

/* line 796, app/assets/stylesheets/v1/institute.css */
#cities_select_small {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  padding-left: 10px;
}

/* line 803, app/assets/stylesheets/v1/institute.css */
.location {
  font-family: arial, helvetica, sans-serif;
  width: 140px;
  border-top: 6px solid #dbdbdb;
  margin-bottom: 17px;
  display: block;
  text-align: left;
  padding: 5px 0px 0px 0px;
}

/* line 813, app/assets/stylesheets/v1/institute.css */
#city_list_wrap {
  display: table;
  width: 1060px;
  margin-top: 10px;
}

/* line 819, app/assets/stylesheets/v1/institute.css */
#city_list_wrap_body {
  display: table;
  width: 790px;
}

/* line 824, app/assets/stylesheets/v1/institute.css */
.city_col li {
  padding: none;
  margin-bottom: 0px;
}

/* line 829, app/assets/stylesheets/v1/institute.css */
.city_col a {
  color: #666666;
  text-decoration: underline;
}

/* line 834, app/assets/stylesheets/v1/institute.css */
.city_col a:hover {
  color: #666666;
  text-decoration: none;
}

/* line 839, app/assets/stylesheets/v1/institute.css */
.city_col a:active {
  color: #666666;
  text-decoration: underline;
}

/* line 844, app/assets/stylesheets/v1/institute.css */
.city_col a:visited {
  color: #666666;
  text-decoration: underline;
}

/* line 849, app/assets/stylesheets/v1/institute.css */
.city_col {
  display: table-cell;
}

/* line 853, app/assets/stylesheets/v1/institute.css */
.country {
  font-weight: bold;
  color: #464646;
  font-size: 13px;
}

/* line 859, app/assets/stylesheets/v1/institute.css */
.location ul {
  font-size: 12px;
  list-style-type: none;
  padding: 0;
  line-height: 0.8em;
  margin-top: 4px;
}

/* line 867, app/assets/stylesheets/v1/institute.css */
.lead_button {
  width: 140px;
  height: 60px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  margin-top: 20px;
}

/* line 881, app/assets/stylesheets/v1/institute.css */
.lead_button a {
  width: 140px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

/* line 890, app/assets/stylesheets/v1/institute.css */
.lead_button a:hover {
  width: 140px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

/* line 899, app/assets/stylesheets/v1/institute.css */
.lead_button a:active {
  width: 140px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

/* line 908, app/assets/stylesheets/v1/institute.css */
.lead_button a:visited {
  width: 140px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

/* line 917, app/assets/stylesheets/v1/institute.css */
#nav_wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #777888;
}

/* line 924, app/assets/stylesheets/v1/institute.css */
#top_menu a {
  color: #777;
  text-decoration: none;
}

/* line 929, app/assets/stylesheets/v1/institute.css */
#top_menu a:hover {
  color: #777;
  text-decoration: underline;
}

/* line 934, app/assets/stylesheets/v1/institute.css */
#top_menu a:active {
  color: #777;
  text-decoration: none;
}

/* line 939, app/assets/stylesheets/v1/institute.css */
#top_menu a:visited {
  color: #777;
  text-decoration: none;
}

/* line 944, app/assets/stylesheets/v1/institute.css */
#top_menu ul {
  display: table;
  width: 1100px;
  margin-bottom: -9px;
  border: 0;
  padding: 0;
}

/* line 952, app/assets/stylesheets/v1/institute.css */
#top_menu li {
  display: table-cell;
  border: 0;
  padding: 0;
  text-align: center;
  width: 157px;
}

/* line 960, app/assets/stylesheets/v1/institute.css */
#top_menu li:first-child {
  text-align: left;
  width: 100px;
}

/* line 965, app/assets/stylesheets/v1/institute.css */
#top_menu li:last-child {
  text-align: right;
  width: 100px;
}

/* line 970, app/assets/stylesheets/v1/institute.css */
.top_current {
  font-weight: bold;
}

/* line 974, app/assets/stylesheets/v1/institute.css */
.admin_super_wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #777888;
}

/* line 981, app/assets/stylesheets/v1/institute.css */
.admin_super a {
  color: #777;
  text-decoration: none;
}

/* line 986, app/assets/stylesheets/v1/institute.css */
.admin_super a:hover {
  color: #777;
  text-decoration: underline;
}

/* line 991, app/assets/stylesheets/v1/institute.css */
.admin_super a:active {
  color: #777;
  text-decoration: none;
}

/* line 996, app/assets/stylesheets/v1/institute.css */
.admin_super a:visited {
  color: #777;
  text-decoration: none;
}

/* line 1001, app/assets/stylesheets/v1/institute.css */
.admin_super ul {
  display: table;
  width: 1100px;
  padding: 10px 0px 0px 0px;
  margin-bottom: -10px;
  border-top: 1px solid #cccccc;
}

/* line 1009, app/assets/stylesheets/v1/institute.css */
.admin_super li {
  display: table-cell;
  border: 0;
  padding: 0;
  text-align: center;
  width: 157px;
}

/* line 1017, app/assets/stylesheets/v1/institute.css */
.admin_super li:first-child {
  text-align: left;
  width: 100px;
}

/* line 1022, app/assets/stylesheets/v1/institute.css */
.admin_super li:last-child {
  text-align: right;
  width: 100px;
}

/* line 1028, app/assets/stylesheets/v1/institute.css */
.admin_super_nav .nav-bar {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  border-top: 1px solid #777888;
  padding-top: 10px;
}

/* line 1036, app/assets/stylesheets/v1/institute.css */
.admin_super_nav .nav-bar li {
  color: #777888;
  margin-bottom: 0;
}

/* line 1039, app/assets/stylesheets/v1/institute.css */
.admin_super_nav .nav-bar li a {
  color: #777888;
}

/* END HEADER AND NAVIGATION */
/* BEGIN FEATURE IMAGE */
/* line 1050, app/assets/stylesheets/v1/institute.css */
#feature_press_wrap {
  width: 100%;
  height: 490px;
}

/* line 1055, app/assets/stylesheets/v1/institute.css */
#feature_wrap {
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #252525;
  margin-top: 40px;
}

/* line 1064, app/assets/stylesheets/v1/institute.css */
#feature_container {
  width: 1100px;
  height: 373px;
  margin: 0 auto;
  background-image: url(/images/main_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1073, app/assets/stylesheets/v1/institute.css */
#feature_container a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* line 1079, app/assets/stylesheets/v1/institute.css */
#feature_container a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* line 1085, app/assets/stylesheets/v1/institute.css */
#feature_container a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* line 1091, app/assets/stylesheets/v1/institute.css */
#feature_container a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* line 1097, app/assets/stylesheets/v1/institute.css */
#feature_left {
  float: left;
  width: 480px;
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
}

/* line 1105, app/assets/stylesheets/v1/institute.css */
#feature_left p {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

/* line 1110, app/assets/stylesheets/v1/institute.css */
#feature_left h1 {
  font-size: 53px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
  padding-top: 10px;
}

/* line 1118, app/assets/stylesheets/v1/institute.css */
#feature_right {
  float: right;
  height: 80px;
  margin-top: 250px;
  color: #ffffff;
  padding: 10px;
  background-color: #252525;
}

/* line 1127, app/assets/stylesheets/v1/institute.css */
#feature_right_logos:last-child {
  width: 220px;
}

/* line 1131, app/assets/stylesheets/v1/institute.css */
#feature_right_logos ul {
  display: table;
  width: 220px;
  border: 0;
  padding: 0;
  margin-top: 10px;
}

/* line 1139, app/assets/stylesheets/v1/institute.css */
#feature_right_logos li {
  display: table-cell;
  border: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

/* END FEATURE IMAGE */
/*PRESS BAR*/
/* line 1151, app/assets/stylesheets/v1/institute.css */
#press_wrap {
  height: 85px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  margin-top: 410px;
}

/* line 1162, app/assets/stylesheets/v1/institute.css */
#press_content {
  width: 1100px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f5f5f5;
}

/* line 1170, app/assets/stylesheets/v1/institute.css */
#press_content:last-child {
  width: 1100px;
}

/* line 1174, app/assets/stylesheets/v1/institute.css */
#press_content ul {
  display: table;
  width: 1100px;
  border: 0;
  padding: 0;
  margin-top: 25px;
}

/* line 1182, app/assets/stylesheets/v1/institute.css */
#press_content li {
  display: table-cell;
  border: 0;
  padding: 0;
  text-align: center;
  width: 130px;
  vertical-align: middle;
}

/* line 1191, app/assets/stylesheets/v1/institute.css */
#press_content li:first-child {
  text-align: left;
}

/* line 1195, app/assets/stylesheets/v1/institute.css */
#press_content li:last-child {
  text-align: right;
  width: 100px;
}

/* line 1200, app/assets/stylesheets/v1/institute.css */
#head_bar_container {
  width: 100%;
  height: 85px;
  margin-top: 40px;
  background-color: #f5f5f5;
}

/* line 1207, app/assets/stylesheets/v1/institute.css */
#head_bar_wrap {
  height: 85px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}

/* line 1217, app/assets/stylesheets/v1/institute.css */
#head_bar_content {
  width: 1100px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 16px;
}

/* line 1225, app/assets/stylesheets/v1/institute.css */
#head_bar_content h1 {
  float: left;
}

/* line 1229, app/assets/stylesheets/v1/institute.css */
#head_bar_content img {
  float: right;
  margin-top: -16px;
}

/* line 1234, app/assets/stylesheets/v1/institute.css */
#events_header img {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 200px;
}

/*END PRESS BAR*/
/* BEGIN CONTENT WRAPPER */
/* line 1246, app/assets/stylesheets/v1/institute.css */
#sections_wrap {
  width: 1100px;
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}

/* END CONTENT WRAPPER */
/* BEGIN LEFT COLUMN CONTENT */
/* line 1257, app/assets/stylesheets/v1/institute.css */
#main_content {
  float: left;
  display: table-cell;
  width: 810px;
  line-height: 25px;
}

/* line 1264, app/assets/stylesheets/v1/institute.css */
#main_content_fix {
  float: left;
  display: table-cell;
  width: 810px;
  line-height: 25px;
}

/* line 1271, app/assets/stylesheets/v1/institute.css */
#main_content strong {
  font-weight: bold;
}

/* line 1275, app/assets/stylesheets/v1/institute.css */
#main_content b {
  font-weight: bold;
}

/* line 1279, app/assets/stylesheets/v1/institute.css */
.content_section_lt {
  width: 790px;
  border-top: 7px solid #b3d99b;
  padding: 15px 0px 10px 0px;
  margin-bottom: 50px;
  text-align: left;
  display: table;
}

/* line 1288, app/assets/stylesheets/v1/institute.css */
.content_section_dk {
  width: 790px;
  border-top: 7px solid #7da989;
  padding: 15px 0px 10px 0px;
  margin-bottom: 50px;
  text-align: right;
  display: table;
}

/* line 1297, app/assets/stylesheets/v1/institute.css */
.text_left {
  float: left;
  width: 240px;
  display: table-cell;
}

/* line 1303, app/assets/stylesheets/v1/institute.css */
.content_right {
  float: right;
  margin-top: 10px;
  width: 530px;
  display: table-cell;
}

/* line 1310, app/assets/stylesheets/v1/institute.css */
.text_right {
  float: right;
  width: 240px;
  display: table-cell;
}

/* line 1316, app/assets/stylesheets/v1/institute.css */
.content_left {
  float: left;
  margin-top: 10px;
  width: 530px;
  display: table-cell;
}

/* line 1323, app/assets/stylesheets/v1/institute.css */
.mentor_table td {
  border: 0px;
}

/* line 1327, app/assets/stylesheets/v1/institute.css */
.mentor_table table {
  border: 0px;
}

/* line 1331, app/assets/stylesheets/v1/institute.css */
.curriculum_wrap {
  display: table;
  width: 510px;
  float: right;
}

/* line 1337, app/assets/stylesheets/v1/institute.css */
.month_wrap {
  display: table-cell;
  width: 196px;
  height: 124px;
}

/* line 1343, app/assets/stylesheets/v1/institute.css */
.month_bar {
  background-color: #5f7097;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

/* line 1353, app/assets/stylesheets/v1/institute.css */
.month_calendar {
  display: table-cell;
  width: 196px;
  height: 124px;
  background-image: url(/images/calendar.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 23px;
  color: #8e8e8e;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 27px;
  padding: 0px 10px 0px 10px;
}

/* line 1369, app/assets/stylesheets/v1/institute.css */
.arrow {
  display: table-cell;
  height: 124px;
  vertical-align: middle;
}

/* line 1375, app/assets/stylesheets/v1/institute.css */
.arrow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1381, app/assets/stylesheets/v1/institute.css */
.down_arrow_wrap {
  display: table-row;
  height: 70px;
}

/* line 1386, app/assets/stylesheets/v1/institute.css */
.down_arrow {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}

/* line 1392, app/assets/stylesheets/v1/institute.css */
.down_arrow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1398, app/assets/stylesheets/v1/institute.css */
.mentors {
  width: 550px;
  text-align: center;
  font-size: 13px;
  color: #777777;
  margin-bottom: 20px;
  margin-left: -20px;
}

/* line 1407, app/assets/stylesheets/v1/institute.css */
.mentor_name {
  font-weight: bold;
  color: #464646;
}

/* line 1412, app/assets/stylesheets/v1/institute.css */
#stat_wrap {
  display: table;
  width: 570px;
  margin-left: -10px;
}

/* line 1418, app/assets/stylesheets/v1/institute.css */
.stat {
  display: table-cell;
  width: 150px;
  height: 150px;
  background-image: url(/images/results_circle.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 128px;
  color: #fff;
}

/* line 1432, app/assets/stylesheets/v1/institute.css */
#stat_desc {
  display: table;
  width: 570px;
  margin-left: -10px;
}

/* line 1438, app/assets/stylesheets/v1/institute.css */
.desc {
  display: table-cell;
  font-weight: bold;
}

/* line 1443, app/assets/stylesheets/v1/institute.css */
.desc_text {
  text-align: center;
  margin: 0 auto;
  width: 130px;
}

/* line 1449, app/assets/stylesheets/v1/institute.css */
#footnote {
  font-size: 13px;
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  width: 510px;
  float: right;
}

/* line 1459, app/assets/stylesheets/v1/institute.css */
#grads_row {
  width: 510px;
  float: right;
  height: 60px;
  z-index: 0;
}

/* line 1466, app/assets/stylesheets/v1/institute.css */
#grads_row ul {
  display: table;
  width: 510px;
  border: 0;
  padding: 0;
}

/* line 1473, app/assets/stylesheets/v1/institute.css */
#grads_row li {
  display: table-cell;
  border: 0;
  padding-left: 7px;
}

/* line 1479, app/assets/stylesheets/v1/institute.css */
#grads_row li:first-child {
  float: left;
  width: 70px;
  padding-left: 0;
  margin-bottom: 5px;
}

/* line 1486, app/assets/stylesheets/v1/institute.css */
#grads_row li:last-child {
  float: right;
  padding: 0;
  margin-bottom: 5px;
}

/* line 1492, app/assets/stylesheets/v1/institute.css */
#acquired {
  z-index: 1;
  margin-left: 5px;
  margin-top: -13px;
}

/* line 1498, app/assets/stylesheets/v1/institute.css */
#acquired img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 1503, app/assets/stylesheets/v1/institute.css */
#join_wrap {
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  width: 780px;
  height: 80px;
  padding: 10px 0px 10px 10px;
  margin-top: -30px;
}

/* line 1512, app/assets/stylesheets/v1/institute.css */
#join_wrap h1 {
  float: left;
  margin-right: 50px;
  line-height: 50px;
  margin-top: -2px;
}

/* line 1519, app/assets/stylesheets/v1/institute.css */
#join_center {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  margin-top: 15px;
}

/* line 1526, app/assets/stylesheets/v1/institute.css */
#cta_attend {
  float: left;
  margin-right: 50px;
}

/* line 1531, app/assets/stylesheets/v1/institute.css */
#cta_join {
  float: left;
}

/* line 1535, app/assets/stylesheets/v1/institute.css */
#join_center a {
  color: #fff;
  text-decoration: none;
}

/* line 1540, app/assets/stylesheets/v1/institute.css */
#join_center a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 1545, app/assets/stylesheets/v1/institute.css */
#join_center a:active {
  color: #fff;
  text-decoration: none;
}

/* line 1550, app/assets/stylesheets/v1/institute.css */
#join_center a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 1555, app/assets/stylesheets/v1/institute.css */
#join_left {
  float: left;
}

/* line 1559, app/assets/stylesheets/v1/institute.css */
.city_col_body {
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}

/* line 1565, app/assets/stylesheets/v1/institute.css */
.city_col_join h2 {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

/* line 1571, app/assets/stylesheets/v1/institute.css */
#city_list_body ul {
  line-height: 0.8em;
}

/* line 1575, app/assets/stylesheets/v1/institute.css */
#city_list_body {
  display: table-cell;
}

/* line 1579, app/assets/stylesheets/v1/institute.css */
#city_col_join {
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  width: 780px;
  padding: 10px 10px 0px 10px;
}

/* line 1586, app/assets/stylesheets/v1/institute.css */
#city_col_join table {
  width: 780px;
}

/* line 1590, app/assets/stylesheets/v1/institute.css */
#city_col_join td {
  border: 0;
  text-align: center;
}

/* END LEFT COLUMN CONTENT */
/* BEGIN RIGHT COLUMN CONTENT */
/* line 1599, app/assets/stylesheets/v1/institute.css */
#main_right {
  float: right;
  width: 240px;
  display: table-cell;
}

/* line 1605, app/assets/stylesheets/v1/institute.css */
#main_right a {
  color: #5d90ae;
  text-decoration: none;
}

/* line 1610, app/assets/stylesheets/v1/institute.css */
#main_right a:hover {
  color: #5d90ae;
  text-decoration: underline;
}

/* line 1615, app/assets/stylesheets/v1/institute.css */
#main_right a:active {
  color: #5d90ae;
  text-decoration: none;
}

/* line 1620, app/assets/stylesheets/v1/institute.css */
#main_right a:visited {
  color: #5d90ae;
  text-decoration: none;
}

/* line 1625, app/assets/stylesheets/v1/institute.css */
#fi_promo {
  margin-bottom: 20px;
  width: 240px;
  line-height: 26px;
}

/* line 1631, app/assets/stylesheets/v1/institute.css */
#fi_promo a {
  color: #ffffff;
  text-decoration: none;
}

/* line 1636, app/assets/stylesheets/v1/institute.css */
#fi_promo a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 1641, app/assets/stylesheets/v1/institute.css */
#fi_promo a:active {
  color: #ffffff;
  text-decoration: none;
}

/* line 1646, app/assets/stylesheets/v1/institute.css */
#fi_promo a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 1651, app/assets/stylesheets/v1/institute.css */
#news_box {
  float: right;
  width: 240px;
  height: 40px;
  text-align: center;
  background-color: #7aab3b;
  opacity: 0.9;
  filter: alpha(opacity=90);
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  margin: 5px 0px 50px 0px;
}

/* line 1666, app/assets/stylesheets/v1/institute.css */
#social {
  width: 260px;
  height: 25px;
  margin-bottom: 15px;
}

/* line 1672, app/assets/stylesheets/v1/institute.css */
#social img {
  float: left;
  width: 24px;
  margin-right: 12px;
  border: none;
}

/* line 1679, app/assets/stylesheets/v1/institute.css */
#social a {
  border: none;
}

/* line 1683, app/assets/stylesheets/v1/institute.css */
#promo_box {
  width: 218px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  border-top: 7px solid #dedede;
  padding: 10px;
  line-height: 30px;
  margin-bottom: 50px;
}

/* line 1693, app/assets/stylesheets/v1/institute.css */
#promo_box a {
  font-weight: bold;
}

/* line 1697, app/assets/stylesheets/v1/institute.css */
#main_right ul {
  line-height: 25px;
  display: inline-block;
  padding: 0;
  margin: 0px 0px 20px 0px;
  width: 200px;
}

/* line 1705, app/assets/stylesheets/v1/institute.css */
#main_right li {
  list-style-type: none;
  margin-bottom: 20px;
}

/* line 1710, app/assets/stylesheets/v1/institute.css */
.more_link {
  width: 240px;
  margin-top: -15px;
  text-align: right;
  font-size: 13px;
}

/* line 1717, app/assets/stylesheets/v1/institute.css */
#semester_select {
  margin-bottom: 40px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
  font-size: 14px;
  line-height: 22px;
}

/* line 1726, app/assets/stylesheets/v1/institute.css */
#semester_select select {
  width: 240px;
  height: 30px;
  font-size: 12px;
  padding: 5px 0px 5px 5px;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  cursor: pointer;
}

/* line 1737, app/assets/stylesheets/v1/institute.css */
#events {
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
}

/* line 1744, app/assets/stylesheets/v1/institute.css */
.event_title {
  font-weight: bold;
}

/* line 1748, app/assets/stylesheets/v1/institute.css */
#partners {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
}

/* line 1756, app/assets/stylesheets/v1/institute.css */
.partner_desc {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 40px;
}

/* line 1762, app/assets/stylesheets/v1/institute.css */
.partner_desc img {
  width: 240px;
  margin-bottom: 5px;
}

/* line 1767, app/assets/stylesheets/v1/institute.css */
#partners hr {
  display: none;
}

/* line 1771, app/assets/stylesheets/v1/institute.css */
#featured_news {
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
}

/* line 1778, app/assets/stylesheets/v1/institute.css */
#featured_news ul {
  width: 240px;
}

/* line 1782, app/assets/stylesheets/v1/institute.css */
#side_login input[type='submit'] {
  background-color: #82b171;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  padding: 5px 15px 5px 15px;
  border-style: none;
  border-radius: 2px;
  cursor: pointer;
}

/*
input[type="text"] {width: 195px; height: 25px; margin-right: 5px; border: 1px solid #ccc}
*/
/* line 1797, app/assets/stylesheets/v1/institute.css */
.sidebar_title {
  font-size: 22px;
  color: #464646;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 1805, app/assets/stylesheets/v1/institute.css */
.sidebar_item {
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
}

/* line 1814, app/assets/stylesheets/v1/institute.css */
#sidebar_speakers {
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
}

/* line 1823, app/assets/stylesheets/v1/institute.css */
#sidebar_speakers img {
  width: 80px;
}

/* line 1827, app/assets/stylesheets/v1/institute.css */
#sidebar_speakers table {
  width: 240px;
  border: 0;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 15px;
}

/* line 1835, app/assets/stylesheets/v1/institute.css */
#sidebar_speakers td {
  text-align: left;
  border-collapse: collapse;
  padding: 0;
  border: 0;
}

/* line 1842, app/assets/stylesheets/v1/institute.css */
.left_spacing {
  padding-left: 10px;
}

/* END RIGHT COLUMN CONTENT */
/* BEGIN FOOTER */
/* line 1850, app/assets/stylesheets/v1/institute.css */
#main_footer {
  height: 380px;
  background: #f3f3f3;
  margin-top: 70px;
  position: absolute;
  border-top: 1px solid #dedede;
  left: 0;
  width: 100%;
  right: 0;
}

/* line 1861, app/assets/stylesheets/v1/institute.css */
#footer_content {
  color: #464646;
  width: 1101px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  font-size: 14px;
  line-height: 20px;
}

/* line 1872, app/assets/stylesheets/v1/institute.css */
#footer_content ul {
  line-height: 35px;
  display: inline-block;
  padding: 0;
  margin: 10px 0px 20px 0px;
}

/* line 1879, app/assets/stylesheets/v1/institute.css */
#footer_content li {
  list-style-type: none;
}

/* line 1883, app/assets/stylesheets/v1/institute.css */
#about {
  width: 315px;
  height: 200px;
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  margin-top: 15px;
}

/* line 1892, app/assets/stylesheets/v1/institute.css */
#press {
  width: 345px;
  height: 200px;
  float: left;
  margin-right: 30px;
}

/* line 1899, app/assets/stylesheets/v1/institute.css */
#support {
  width: 345px;
  height: 200px;
  float: left;
}

/* line 1905, app/assets/stylesheets/v1/institute.css */
#copyright {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -40px;
  font-size: 14px;
  color: #464646;
}

/* END FOOTER */
/* POPUPS */
/* line 1918, app/assets/stylesheets/v1/institute.css */
#popup {
  display: inline;
}

/* line 1922, app/assets/stylesheets/v1/institute.css */
#popup a,
#popup a:visited {
  position: relative;
  text-decoration: none;
  font-weight: normal;
}

/* line 1929, app/assets/stylesheets/v1/institute.css */
#popup a span,
#popup span {
  display: none;
}

/* line 1934, app/assets/stylesheets/v1/institute.css */
#popup a:hover {
  background-color: #e9e9e2;
}

/* the IE correction rule */
/* line 1940, app/assets/stylesheets/v1/institute.css */
#popup a:hover {
  color: #327ba7;
  text-decoration: underline;
  background-color: #fff;
  text-indent: 0;
  /* added the default value */
}

/* line 1948, app/assets/stylesheets/v1/institute.css */
#popup:hover span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0;
  top: 90%;
  width: 350px;
  margin: 0px;
  padding: 10px;
  color: #777888;
  font-weight: normal;
  background: #f5f5f5;
  text-align: left;
  border: 1px solid #dedede;
  z-index: 9999;
}

/* END POPUPS */
/* BEGIN MENTORS PAGE */
/* line 1970, app/assets/stylesheets/v1/institute.css */
.m_wrapper {
  height: auto;
  font-size: 13px;
}

/* line 1978, app/assets/stylesheets/v1/institute.css */
.m_thumb img {
  width: 100%;
  padding: 0;
}

/* line 1983, app/assets/stylesheets/v1/institute.css */
.m_left {
  float: left;
  width: 100px;
  height: 100px;
}

/* line 1989, app/assets/stylesheets/v1/institute.css */
.m_right {
  float: right;
  height: 100px;
  width: 150px;
}

/* line 1995, app/assets/stylesheets/v1/institute.css */
.m_wrapper a:visited {
  border: none;
  color: #fff;
  text-decoration: none;
}

/* line 2001, app/assets/stylesheets/v1/institute.css */
.m_wrapper a:active {
  border: none;
  color: #fff;
  text-decoration: none;
}

/* line 2007, app/assets/stylesheets/v1/institute.css */
.m_wrapper a {
  border: none;
  color: #fff;
  text-decoration: none;
}

/* line 2013, app/assets/stylesheets/v1/institute.css */
.m_thumb {
  position: relative;
  width: 250px;
  overflow: hidden;
  height: 100px;
  margin-right: 15px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}

/* line 2024, app/assets/stylesheets/v1/institute.css */
.m_thumb:hover .m_second {
  display: block;
}

/* line 2028, app/assets/stylesheets/v1/institute.css */
.m_second {
  width: 250px;
  height: 100px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  margin-right: 17px;
  z-index: 10;
  background: #618f6e;
}

/* line 2041, app/assets/stylesheets/v1/institute.css */
.m_first {
  z-index: 1;
}

/* line 2045, app/assets/stylesheets/v1/institute.css */
.m_info {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  text-align: center;
}

/* line 2053, app/assets/stylesheets/v1/institute.css */
.m_image {
  width: 100px;
  height: 100px;
}

/* line 2058, app/assets/stylesheets/v1/institute.css */
.m_text_top {
  height: 30px;
  width: 250px;
  background-color: #618f6e;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  font-size: 12px;
  display: table-row;
}

/* line 2069, app/assets/stylesheets/v1/institute.css */
.m_text_low {
  height: 70px;
  width: 250px;
  color: #464646;
  text-align: center;
  line-height: 1.2em;
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  padding: 0px 3px 0x 3px;
  background-color: #ededed;
}

/* line 2082, app/assets/stylesheets/v1/institute.css */
.m_name {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

/*END MENTORS PAGE*/
/* CURRICULUM PAGE */
/* line 2101, app/assets/stylesheets/v1/institute.css */
.public_events {
  border: 0;
  width: 785px;
  font-size: 15px;
  line-height: 20px;
}

/* line 2108, app/assets/stylesheets/v1/institute.css */
#p_breakout {
  background: #f5f5f5;
  padding: 15px 10px 10px 10px;
  margin: 0;
  color: #666;
  border: 1px solid #dedede;
  display: block;
  margin-bottom: 30px;
}

/* line 2118, app/assets/stylesheets/v1/institute.css */
#p_breakout td {
  border: 0;
  vertical-align: top;
}

/* line 2123, app/assets/stylesheets/v1/institute.css */
#assignment {
  background: #eee;
  padding: 5px;
}

/* line 2128, app/assets/stylesheets/v1/institute.css */
#assignment hr {
  color: #7da989;
  background-color: #7da989;
  height: 1px;
  border: 0;
  margin-bottom: 10px;
}

/* line 2136, app/assets/stylesheets/v1/institute.css */
.public_events hr {
  height: 1px;
  color: #c4c2c2;
  background-color: #c4c2c2;
}

/* line 2142, app/assets/stylesheets/v1/institute.css */
.public_events a {
  font-weight: bold;
}

/* line 2146, app/assets/stylesheets/v1/institute.css */
.public_events a:hover {
  font-weight: bold;
}

/* line 2150, app/assets/stylesheets/v1/institute.css */
.public_events a:active {
  font-weight: bold;
}

/* line 2154, app/assets/stylesheets/v1/institute.css */
.public_events a:visited {
  font-weight: bold;
}

/* line 2158, app/assets/stylesheets/v1/institute.css */
#p_events_box {
  width: 190px;
  border: 1px solid #82b171;
  background-color: #ffffff;
  border-top: 7px solid #82b171;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

/* line 2169, app/assets/stylesheets/v1/institute.css */
.p_events_title {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 190px;
}

/* line 2176, app/assets/stylesheets/v1/institute.css */
.p_info {
  width: 530px;
  font-size: 15px;
  line-height: 20px;
  margin-top: -10px;
}

/* line 2183, app/assets/stylesheets/v1/institute.css */
.table_center {
  font-size: 15px;
  height: 20px;
  text-align: center;
}

/* line 2189, app/assets/stylesheets/v1/institute.css */
.hidden {
  display: none !important;
}

/* line 2193, app/assets/stylesheets/v1/institute.css */
.old_cohort {
  background-color: #ffcece;
}

/* END CURRICULUM PAGE */
/* FORMS */
/* line 2201, app/assets/stylesheets/v1/institute.css */
#form {
  float: left;
  padding: 5px 10px 5px 0px;
  width: 390px;
}

/* line 2207, app/assets/stylesheets/v1/institute.css */
#form_small {
  float: left;
  padding: 5px;
  width: 200px;
  margin-right: 50px;
  margin-left: -9px;
}

/* line 2215, app/assets/stylesheets/v1/institute.css */
#form_smaller {
  float: left;
  padding: 5px;
  width: 175px;
  margin-right: 25px;
  margin-left: -9px;
}

/* line 2223, app/assets/stylesheets/v1/institute.css */
#form_larger {
  clear: left;
  padding: 5px;
  width: 807px;
  margin-left: -10px;
}

/* line 2230, app/assets/stylesheets/v1/institute.css */
#form_larger input[type='text'] {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  background: #eee;
  border: 1px solid #ccc;
}

/* line 2238, app/assets/stylesheets/v1/institute.css */
#form_large,
#form_rev {
  clear: left;
  padding: 5px;
  width: 807px;
  margin-left: -10px;
}

/* line 2246, app/assets/stylesheets/v1/institute.css */
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form_large input[type='text'],
#form input[type='password'],
#form_large input[type='password'],
#item select {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  background: #eee;
  border: 1px solid #ccc;
}

/* line 2260, app/assets/stylesheets/v1/institute.css */
#item_smaller input[type='text'],
#form_smaller textarea,
#form_smaller input[type='number'],
#form_smaller input[type='password'],
#item_smaller select {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  background: #eee;
  border: 1px solid #ccc;
}

/* line 2272, app/assets/stylesheets/v1/institute.css */
#form textarea,
#form_large textarea {
  width: 810px;
  height: 200px;
  font-size: 15px;
  line-height: 20px;
  color: #464646;
  background: #eee;
  border: 1px solid #ccc;
}

/* line 2283, app/assets/stylesheets/v1/institute.css */
#form_rev textarea {
  height: 36px;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  background: #eee;
  border: 1px solid #777;
  margin-left: 10px;
}

/* line 2291, app/assets/stylesheets/v1/institute.css */
#item,
#item_calendar {
  width: 100%;
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  padding: 4px;
  margin: 0;
  color: #464646;
}

/* line 2300, app/assets/stylesheets/v1/institute.css */
#item_small {
  width: 50px;
  font: bold 14px/16px Arial, Helvetica, sans-serif;
  padding: 4px;
  margin: 0;
  float: left;
}

/* line 2308, app/assets/stylesheets/v1/institute.css */
#item_smaller {
  width: 100%;
  font: bold 14px/16px Arial, Helvetica, sans-serif;
  padding: 1px;
  margin: 0;
}

/* line 2315, app/assets/stylesheets/v1/institute.css */
#item_resource textarea {
  height: 50px;
}

/* line 2319, app/assets/stylesheets/v1/institute.css */
#item_display {
  width: 100%;
  min-height: 16px;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  background: #ccc;
  padding: 4px;
  margin: 0;
}

/* line 2328, app/assets/stylesheets/v1/institute.css */
#item_content hr {
  color: #ccc;
  background-color: #ccc;
  height: 3px;
  border: 0;
  margin-top: 10px;
}

/* line 2336, app/assets/stylesheets/v1/institute.css */
#item_content {
  width: 100%;
  font: bold 12px/14x Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  border-top: 3px solid #ccc;
  padding: 4px;
  margin: 0;
}

/* line 2345, app/assets/stylesheets/v1/institute.css */
#item_detail {
  width: 100%;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  color: #777777;
  margin-left: 5px;
  margin-bottom: 20px;
}

/* line 2353, app/assets/stylesheets/v1/institute.css */
#clear {
  clear: left;
  padding: 2px 0px;
}

/* line 2358, app/assets/stylesheets/v1/institute.css */
input[type='file'] {
  font: bold 18px/25px Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  border: 1px solid #dedede;
}

/* line 2364, app/assets/stylesheets/v1/institute.css */
#form_large_empty {
  clear: left;
  padding: 5px;
  width: 670px;
}

/* line 2370, app/assets/stylesheets/v1/institute.css */
.list_semester_offers {
  margin: 0.5rem 0;
}

/*END FORMS */
/* BEGIN EVENTS PAGE */
/* line 2378, app/assets/stylesheets/v1/institute.css */
.intro_text {
  margin-bottom: 40px;
}

/* line 2382, app/assets/stylesheets/v1/institute.css */
.intro_text td {
  vertical-align: top;
}

/* line 2386, app/assets/stylesheets/v1/institute.css */
#events_social {
  margin-bottom: -20px;
}

/* line 2390, app/assets/stylesheets/v1/institute.css */
#events_social div {
  margin-bottom: 10px;
  width: 100px;
}

/* line 2395, app/assets/stylesheets/v1/institute.css */
#event_form_box {
  border: 1px solid #ccc;
  padding: 20px 20px 0px 20px;
  background-color: #f5f5f5;
  color: #464646;
  margin-top: 10px;
}

/* line 2403, app/assets/stylesheets/v1/institute.css */
#login_form_box {
  border: 1px solid #ccc;
  padding: 20px 10px 0px 20px;
  background-color: #f5f5f5;
  color: #464646;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 2412, app/assets/stylesheets/v1/institute.css */
.event_section_lt {
  width: 790px;
  border-top: 7px solid #b3d99b;
  padding: 15px 0px 10px 0px;
  margin-bottom: 30px;
  text-align: left;
  display: table;
}

/* line 2421, app/assets/stylesheets/v1/institute.css */
.event_section_dk {
  width: 790px;
  border-top: 7px solid #7da989;
  padding: 15px 0px 10px 0px;
  margin-bottom: 30px;
  text-align: left;
  display: table;
}

/* line 2430, app/assets/stylesheets/v1/institute.css */
.event_button_center {
  width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  font-size: 15px;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
}

/* line 2447, app/assets/stylesheets/v1/institute.css */
.event_button_center a {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2454, app/assets/stylesheets/v1/institute.css */
.event_button_center a:hover {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2461, app/assets/stylesheets/v1/institute.css */
.event_button_center a:active {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2468, app/assets/stylesheets/v1/institute.css */
.event_button_center a:visited {
  width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2475, app/assets/stylesheets/v1/institute.css */
#event_form_large {
  clear: left;
  padding: 5px;
  width: 670px;
  margin-right: 20px;
  margin-left: -5px;
}

/* line 2483, app/assets/stylesheets/v1/institute.css */
#event_form {
  float: left;
  padding: 5px;
  width: 345px;
  margin-right: 20px;
  margin-left: -5px;
}

/* line 2491, app/assets/stylesheets/v1/institute.css */
#event_form_long {
  float: left;
  padding: 5px;
  width: 715px;
  margin-right: 20px;
  margin-left: -5px;
}

/* line 2499, app/assets/stylesheets/v1/institute.css */
#event_form_long input[type='text'],
#event_form_long input[type='password'] {
  width: 100%;
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 2508, app/assets/stylesheets/v1/institute.css */
#event_form input[type='text'],
#event_form_large input[type='text'],
#event_form input[type='password'],
#event_form_large input[type='password'],
#event_item select {
  width: 100%;
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 2520, app/assets/stylesheets/v1/institute.css */
#event_item {
  width: 100%;
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  padding: 1px;
  margin: 0;
}

/* line 2527, app/assets/stylesheets/v1/institute.css */
#event_item_detail {
  width: 100%;
  font: normal 12px/12px Arial, Helvetica, sans-serif;
  color: #666;
  margin-top: 5px;
}

/* line 2534, app/assets/stylesheets/v1/institute.css */
.event_button {
  min-width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 2548, app/assets/stylesheets/v1/institute.css */
.event_button a {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2555, app/assets/stylesheets/v1/institute.css */
.event_button a:hover {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2562, app/assets/stylesheets/v1/institute.css */
.event_button a:active {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2569, app/assets/stylesheets/v1/institute.css */
.event_button a:visited {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2576, app/assets/stylesheets/v1/institute.css */
.event_button_hover {
  min-width: 240px;
  text-align: center;
  background-color: #82b171;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 2590, app/assets/stylesheets/v1/institute.css */
.event_button_hover a {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2597, app/assets/stylesheets/v1/institute.css */
.event_button_hover a:hover {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2604, app/assets/stylesheets/v1/institute.css */
.event_button_hover a:active {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2611, app/assets/stylesheets/v1/institute.css */
.event_button_hover a:visited {
  min-width: 240px;
  display: block;
  color: #fff;
  text-decoration: none;
}

/* line 2618, app/assets/stylesheets/v1/institute.css */
.intro_text table {
  border-collapse: collapse;
  padding: 0;
  font-size: 16px;
  border: 0;
}

/* line 2625, app/assets/stylesheets/v1/institute.css */
.intro_text td {
  border-collapse: collapse;
  padding: 0;
  border: 0;
}

/* line 2631, app/assets/stylesheets/v1/institute.css */
#event_admin {
  background-color: #f3f3f3;
  margin-top: 70px;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  display: inline-block;
}

/* line 2643, app/assets/stylesheets/v1/institute.css */
#event_admin_content {
  color: #464646;
  width: 1101px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}

/* line 2654, app/assets/stylesheets/v1/institute.css */
#event_admin_left {
  float: left;
  color: #464646;
  display: table-cell;
  width: 810px;
  line-height: 25px;
}

/* line 2662, app/assets/stylesheets/v1/institute.css */
#event_admin_left #breakout {
  background-color: #ffffff;
}

/* line 2666, app/assets/stylesheets/v1/institute.css */
#event_admin_right {
  float: right;
  width: 240px;
  display: table-cell;
  margin-top: 30px;
}

/* line 2673, app/assets/stylesheets/v1/institute.css */
.sidebar_item_dark {
  margin-bottom: 50px;
  width: 240px;
  overflow: hidden;
  border-top: 7px solid #c4c2c2;
  font-size: 14px;
  line-height: 18px;
}

/* line 2682, app/assets/stylesheets/v1/institute.css */
#events_copyright {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  color: #464646;
  margin-top: 10px;
}

/* END EVENTS PAGE */
/* BEGIN BLOG TOP STORIES */
/* line 2695, app/assets/stylesheets/v1/institute.css */
#story1 {
  float: left;
  width: 390px;
  border: 1px solid #82b171;
  background-color: #ffffff;
  border-top: 7px solid #82b171;
  margin-bottom: 40px;
}

/* line 2704, app/assets/stylesheets/v1/institute.css */
#story2 {
  float: right;
  width: 390px;
  border: 1px solid #82b171;
  background-color: #ffffff;
  border-top: 7px solid #82b171;
  margin-bottom: 40px;
}

/* line 2713, app/assets/stylesheets/v1/institute.css */
.story_pic {
  width: 370px;
  margin: 10px 10px 0px 10px;
}

/* line 2718, app/assets/stylesheets/v1/institute.css */
.story_title {
  font-size: 20px;
  color: #327ba7;
  padding: 10px 10px 10px 10px;
  line-height: 27px;
}

/*END BLOG TOP STORIES*/
/* line 2727, app/assets/stylesheets/v1/institute.css */
#new_note {
  width: 95%;
  height: 75px;
  background: #ececec;
  padding: 5px;
  border: 1px solid #76ac34;
}

/* line 2735, app/assets/stylesheets/v1/institute.css */
#calendar_form input[type='text'] {
  width: 100px;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: #ffffcc;
  border: 2px solid #ccc;
}

/* line 2742, app/assets/stylesheets/v1/institute.css */
.completed {
  font: bold 20px Arial, Helvetica, sans-serif;
  padding-top: 10px;
  color: black;
  text-decoration: none;
}

/* line 2749, app/assets/stylesheets/v1/institute.css */
.table_form_large select {
  width: 110px;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  background: #ffffcc;
  border: 2px solid #ccc;
}

/* line 2756, app/assets/stylesheets/v1/institute.css */
.table_form_small select {
  width: 50px;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  background: #ffffcc;
  border: 2px solid #ccc;
}

/* line 2763, app/assets/stylesheets/v1/institute.css */
#checklist_box_event {
  width: 218px;
  border: 1px solid #7da989;
  background-color: #ffffff;
  border-top: 7px solid #7da989;
  padding: 10px;
  line-height: 15px;
  margin-bottom: 50px;
}

/* line 2773, app/assets/stylesheets/v1/institute.css */
#checklist_box_event hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 4px;
}

/* line 2779, app/assets/stylesheets/v1/institute.css */
#checklist_box {
  width: 218px;
  border: 1px solid #7da989;
  background-color: #ffffff;
  border-top: 7px solid #7da989;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 50px;
}

/* line 2790, app/assets/stylesheets/v1/institute.css */
#checklist_box hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 4px;
}

/* line 2796, app/assets/stylesheets/v1/institute.css */
#checklist {
  margin: 5px;
}

/* line 2800, app/assets/stylesheets/v1/institute.css */
#lead_text {
  float: left;
  display: inline-block;
  width: 100px;
  font-weight: bold;
  color: #464646;
}

/* line 2808, app/assets/stylesheets/v1/institute.css */
#breakout {
  background: #f5f5f5;
  padding: 10px 10px 10px 10px;
  margin: 0;
  color: #666;
  border: 1px solid #dedede;
  display: block;
}

/* line 2817, app/assets/stylesheets/v1/institute.css */
#calendar_form input[type='text'] {
  width: 100px;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #777;
}

/* line 2824, app/assets/stylesheets/v1/institute.css */
#notes input[type='text'] {
  width: 25px;
}

/* line 2828, app/assets/stylesheets/v1/institute.css */
iframe {
  border: 1px solid #ccc;
}

/* line 2832, app/assets/stylesheets/v1/institute.css */
#discussion {
  background: #ececec;
  padding: 5px;
  border: 1px solid #76ac34;
}

/* line 2838, app/assets/stylesheets/v1/institute.css */
#discussion input[type='text'] {
  width: 98%;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  background: #ffffcc;
  border: 2px solid #ccc;
}

/* line 2845, app/assets/stylesheets/v1/institute.css */
#discussion textarea {
  width: 98%;
  height: 225px;
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: #ffffcc;
  border: 2px solid #ccc;
  margin-bottom: 4px;
}

/* line 2854, app/assets/stylesheets/v1/institute.css */
#option {
  width: 108px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 2px;
  font-weight: bold;
  float: left;
}

/* line 2865, app/assets/stylesheets/v1/institute.css */
.selected,
.selected a {
  background: #a2cd5a;
  color: #000;
  font-weight: bold;
}

/* line 2872, app/assets/stylesheets/v1/institute.css */
#accept select {
  width: 30px;
  font: normal 10px/10px Arial, Helvetica, sans-serif;
  background: #7da989;
  color: #fff;
  border: 1px solid black;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 2px;
}

/* line 2883, app/assets/stylesheets/v1/institute.css */
#accept input[type='submit'] {
  font: normal 10px/10px Arial, Helvetica, sans-serif;
  background: #7da989;
  color: #fff;
  border: 1px solid black;
}

/* line 2890, app/assets/stylesheets/v1/institute.css */
#rating select,
#rating input[type='submit'] {
  width: 35px;
  float: left;
  font: normal 10px/25px Arial, Helvetica, sans-serif;
}

/* line 2897, app/assets/stylesheets/v1/institute.css */
#sections {
  border-bottom: 1px solid black;
  padding: 0px;
  margin: 2px;
}

/* line 2903, app/assets/stylesheets/v1/institute.css */
.tabbed {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 5px;
  margin: 5px;
  font: bold 20px/25px Arial;
}

/* line 2912, app/assets/stylesheets/v1/institute.css */
.tabbed a:hover {
  background: #aaa;
  color: #fff;
}

/* Basic CSS Classes
---------------------------------------------------------------------------------------*/
/* line 2920, app/assets/stylesheets/v1/institute.css */
.rate {
  width: 50px;
}

/* line 2924, app/assets/stylesheets/v1/institute.css */
.black {
  color: black;
}

/* line 2928, app/assets/stylesheets/v1/institute.css */
.blue1 {
  color: #93daff;
}

/* line 2932, app/assets/stylesheets/v1/institute.css */
.blue2 {
  color: #3399cc;
}

/* line 2936, app/assets/stylesheets/v1/institute.css */
.blue,
.blue a {
  background: #3399cc;
  color: #fff;
}

/* line 2942, app/assets/stylesheets/v1/institute.css */
.pink,
.pink a {
  background: #ff69b4;
  color: #fff;
}

/* line 2948, app/assets/stylesheets/v1/institute.css */
.blue_border {
  border: 2px solid #3399cc;
}

/* line 2952, app/assets/stylesheets/v1/institute.css */
.pink_border {
  border: 2px solid #ff69b4;
}

/* line 2956, app/assets/stylesheets/v1/institute.css */
.orange_border {
  border: 2px solid #ff6601;
}

/* line 2960, app/assets/stylesheets/v1/institute.css */
.red_border {
  border: 2px solid #ff0000;
}

/* line 2964, app/assets/stylesheets/v1/institute.css */
.green {
  color: #608a6c;
}

/* line 2968, app/assets/stylesheets/v1/institute.css */
.red {
  color: #990000;
}

/* line 2972, app/assets/stylesheets/v1/institute.css */
.strike {
  text-decoration: line-through;
}

/* line 2976, app/assets/stylesheets/v1/institute.css */
.space {
  height: 16px;
  border: 0;
  margin: 0;
}

/* line 2982, app/assets/stylesheets/v1/institute.css */
.space-large {
  height: 32px;
  border: 0;
  margin: 0;
}

/* line 2988, app/assets/stylesheets/v1/institute.css */
.form {
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #ccc;
  width: 225px;
  margin-bottom: 5px;
}

/* line 2996, app/assets/stylesheets/v1/institute.css */
.title {
  font-weight: bold;
  color: #1d7400;
}

/* line 3001, app/assets/stylesheets/v1/institute.css */
.info {
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
  height: 30px;
}

/* line 3008, app/assets/stylesheets/v1/institute.css */
.lead a:visited {
  color: white;
}

/* line 3012, app/assets/stylesheets/v1/institute.css */
.lead a:hover {
  color: #990000;
}

/* line 3016, app/assets/stylesheets/v1/institute.css */
.lead2 {
  background: #79ae35;
  color: white;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

/* line 3024, app/assets/stylesheets/v1/institute.css */
.lead2 a:visited {
  color: white;
}

/* line 3028, app/assets/stylesheets/v1/institute.css */
.lead2 a:hover {
  color: #990000;
}

/* line 3032, app/assets/stylesheets/v1/institute.css */
.select_small {
  font-size: 10px;
  line-height: 12px;
  background: #ecf1b7;
  border: 0px;
  border-bottom: 4px solid #76ac34;
  width: 100%;
}

/* line 3041, app/assets/stylesheets/v1/institute.css */
.lead_link {
  text-decoration: none;
  color: #d5e4ed;
}

/* line 3046, app/assets/stylesheets/v1/institute.css */
.space {
  height: 16px;
  margin: 0;
  padding: 0;
}

/* line 3052, app/assets/stylesheets/v1/institute.css */
.next {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
}

/* line 3059, app/assets/stylesheets/v1/institute.css */
.white {
  color: white;
}

/* line 3063, app/assets/stylesheets/v1/institute.css */
.black {
  color: black;
}

/* line 3067, app/assets/stylesheets/v1/institute.css */
.dark {
  color: #003300;
}

/* line 3071, app/assets/stylesheets/v1/institute.css */
.highlight {
  color: #ecf1b7;
}

/* line 3075, app/assets/stylesheets/v1/institute.css */
.notice {
  color: #ecf1b7;
  background: #accd52;
}

/* line 3080, app/assets/stylesheets/v1/institute.css */
.color1 {
  background: #e9f3bc;
}

/* line 3084, app/assets/stylesheets/v1/institute.css */
.color2 {
  background: #def0c9;
}

/* line 3088, app/assets/stylesheets/v1/institute.css */
.smallest {
  font-size: 9px;
  line-height: 10px;
}

/* line 3093, app/assets/stylesheets/v1/institute.css */
.smaller {
  font-size: 11px;
  line-height: 13px;
}

/* line 3098, app/assets/stylesheets/v1/institute.css */
.small {
  font-size: 13px;
  line-height: 17px;
}

/* line 3103, app/assets/stylesheets/v1/institute.css */
.large {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}

/* line 3109, app/assets/stylesheets/v1/institute.css */
.larger {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
}

/* line 3115, app/assets/stylesheets/v1/institute.css */
.largest {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}

/* line 3121, app/assets/stylesheets/v1/institute.css */
.dark {
  color: #464646;
}

/* line 3125, app/assets/stylesheets/v1/institute.css */
.underline {
  text-decoration: underline;
}

/* line 3129, app/assets/stylesheets/v1/institute.css */
.delete {
  background: red;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 4px;
}

/* line 3137, app/assets/stylesheets/v1/institute.css */
.tab {
  margin-top: -5px;
  padding: 3px 10px;
  background: #2c7e12;
  color: white;
  border: 1px solid #accd52;
  text-decoration: none;
}

/* line 3146, app/assets/stylesheets/v1/institute.css */
.candy {
  margin: 1px 0px 0px 0px;
  width: 18px;
  background: #3399cc;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
}

/* line 3159, app/assets/stylesheets/v1/institute.css */
.bold {
  font-weight: bold;
}

/* line 3163, app/assets/stylesheets/v1/institute.css */
.admin_select {
  width: 75px;
}

/* line 3167, app/assets/stylesheets/v1/institute.css */
.left {
  float: left;
}

/* line 3171, app/assets/stylesheets/v1/institute.css */
.clear {
  clear: both;
}

/* line 3175, app/assets/stylesheets/v1/institute.css */
.center {
  text-align: center;
}

/* line 3179, app/assets/stylesheets/v1/institute.css */
.public {
  font-weight: bold;
  color: #1d7400;
}

/* line 3184, app/assets/stylesheets/v1/institute.css */
.wide {
  width: 100px;
}

/* line 3188, app/assets/stylesheets/v1/institute.css */
.wider {
  width: 200px;
}

/* line 3192, app/assets/stylesheets/v1/institute.css */
.ohours_rating {
  background: #3399cc;
}

/* line 3196, app/assets/stylesheets/v1/institute.css */
.grey1 {
  background: #f5f7bd;
}

/* line 3200, app/assets/stylesheets/v1/institute.css */
.grey2 {
  background: #f0f0f0;
}

/* line 3204, app/assets/stylesheets/v1/institute.css */
.grey3 {
  background: #d6d6d6;
}

/* line 3208, app/assets/stylesheets/v1/institute.css */
.grey4 {
  background: #c4c4c4;
}

/* line 3212, app/assets/stylesheets/v1/institute.css */
.grey5 {
  background: #f5f7bd;
}

/* line 3216, app/assets/stylesheets/v1/institute.css */
.grey6 {
  background: #f5f7bd;
}

/* line 3220, app/assets/stylesheets/v1/institute.css */
#past-semester-mentors .visibility-status {
  margin: 0 0.8rem;
}

/* line 3224, app/assets/stylesheets/v1/institute.css */
.tags.markup {
  background: none;
}

/* line 3228, app/assets/stylesheets/v1/institute.css */
.tags {
  background: #d6e9d6;
  color: #464646;
  padding: 3px 5px 3px 5px;
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  line-height: 22px;
}

/* line 3236, app/assets/stylesheets/v1/institute.css */
.cleartags {
  background: #fdf5e6;
  color: #464646;
  padding: 3px 5px 3px 5px;
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  line-height: 15px;
}

/* line 3245, app/assets/stylesheets/v1/institute.css */
.data {
  background: #3399cc;
  color: #fff;
  padding: 3px 5px 3px 5px;
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  line-height: 15px;
}

/* line 3254, app/assets/stylesheets/v1/institute.css */
.state {
  background: #aaa;
  color: #fff;
  padding: 3px 5px 3px 5px;
  margin: 10px 0px 10px 0px;
  font-size: 13px;
  line-height: 15px;
}

/* line 3263, app/assets/stylesheets/v1/institute.css */
.tags a,
:tags a:visited {
  color: black;
}

/* line 3268, app/assets/stylesheets/v1/institute.css */
.right {
  text-align: right;
}

/* line 3272, app/assets/stylesheets/v1/institute.css */
.inc_missing,
.inc_missing a,
.inc_missing a:visited,
.inc_missing a:hover {
  background: #ccc;
  padding: 1px 2px;
  color: #fff;
  min-width: 10px;
  display: inline-block;
  text-align: center;
}

/* line 3284, app/assets/stylesheets/v1/institute.css */
.inc_done,
.inc_done a,
.inc_done a:visited,
.inc_done a:active,
.inc_done a:hover {
  background: #608a6c !important;
  padding: 1px 2px;
  color: #fff !important;
  min-width: 10px;
  display: inline-block;
  text-align: center;
}

/* line 3297, app/assets/stylesheets/v1/institute.css */
.stats {
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}

/* line 3303, app/assets/stylesheets/v1/institute.css */
.stats_text {
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  vertical-align: text-top;
}

/* line 3310, app/assets/stylesheets/v1/institute.css */
.stats_head {
  background: #ccc;
  color: white;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}

/* line 3318, app/assets/stylesheets/v1/institute.css */
.stats_subhead {
  background: #f0f0f0;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}

/* line 3325, app/assets/stylesheets/v1/institute.css */
.stats_lead {
  background: #f0f8ff;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
}

/* line 3332, app/assets/stylesheets/v1/institute.css */
.stats_blank {
  border: 0px;
}

/* line 3336, app/assets/stylesheets/v1/institute.css */
.previous-semester-green-font,
.previous-semester-green-font a:link,
.previous-semester-green-font a:visited {
  color: #608a6c;
  display: block;
  padding: 0 0 0 0;
}

/* line 3344, app/assets/stylesheets/v1/institute.css */
.drop-font,
.drop-font a:link,
.drop-font a:visited {
  color: #ff0000;
}

/* line 3350, app/assets/stylesheets/v1/institute.css */
.warned-font,
.warned-font a:link,
.warned-font a:visited {
  color: #ff6600;
}

/* line 3356, app/assets/stylesheets/v1/institute.css */
.help-font,
.help-font a:link,
.help-font a:visited {
  color: #ff9900;
}

/* line 3362, app/assets/stylesheets/v1/institute.css */
.prior-weak-font,
.prior-weak-font a:link,
.prior-weak-font a:visited {
  color: #fbff00;
}

/* line 3368, app/assets/stylesheets/v1/institute.css */
.weak-font,
.weak-font a:link,
.weak-font a:visited {
  color: #f7d64f;
}

/* line 3374, app/assets/stylesheets/v1/institute.css */
.strong-font,
.strong-font a:link,
.strong-font a:visited {
  color: #caff70;
}

/* line 3380, app/assets/stylesheets/v1/institute.css */
.rockstar-font,
.rockstar-font a:link,
.rockstar-font a:visited {
  color: #a2cd5a;
}

/* line 3386, app/assets/stylesheets/v1/institute.css */
.alert-font,
.alert-font a:link,
.alert-font a:visited {
  color: #faf9c0;
}

/* line 3392, app/assets/stylesheets/v1/institute.css */
.past-font,
.past-font a:link,
.past-font a:visited {
  color: #ededed;
}

/* line 3398, app/assets/stylesheets/v1/institute.css */
.drop,
.drop a:link,
.drop a:visited {
  background: #ff0000;
  color: white;
}

/* line 3405, app/assets/stylesheets/v1/institute.css */
.warned,
.warned a:link,
.warned a:visited {
  background: #ff6601;
  color: white;
}

/* line 3412, app/assets/stylesheets/v1/institute.css */
.dark-green,
.dark-green a:link,
.dark-green a:hover,
.dark-green a:active,
.dark-green a:visited {
  background-color: #316e35 !important;
  color: #fff !important;
}

/* line 3421, app/assets/stylesheets/v1/institute.css */
.help,
.help a:link,
.help a:visited {
  background: #ff9900;
}

/* line 3427, app/assets/stylesheets/v1/institute.css */
.prior-weak,
.prior-weak a:link,
.prior-weak a:visited {
  background: #fbff00;
}

/* line 3433, app/assets/stylesheets/v1/institute.css */
.weak,
.weak a:link,
.weak a:visited {
  background: #f7d64f;
}

/* line 3439, app/assets/stylesheets/v1/institute.css */
.strong,
.strong a:link,
.strong a:visited {
  background: #caff70;
}

/* line 3445, app/assets/stylesheets/v1/institute.css */
.rockstar,
.rockstar a:link,
.rockstar a:visited {
  background: #a2cd5a;
}

/* line 3451, app/assets/stylesheets/v1/institute.css */
.alert,
.alert a:link,
.alert a:visited {
  background: #faf9c0;
}

/* line 3457, app/assets/stylesheets/v1/institute.css */
.alert-block {
  background: #faf9c0;
  padding: 1rem 2rem;
  border: 1px solid #ccc9ac;
  color: #777;
}

/* line 3464, app/assets/stylesheets/v1/institute.css */
.alert-block .alert-button {
  color: inherit;
  background-color: #777;
  color: #faf9c0;
  padding: 0.5rem 2rem;
  display: inline-block;
  margin-top: 1em;
}

/* line 3473, app/assets/stylesheets/v1/institute.css */
.alert-block .alert-button:hover {
  background-color: #666;
  text-decoration: none;
}

/* line 3478, app/assets/stylesheets/v1/institute.css */
.past,
.past a:link,
.past a:visited {
  background: #ededed;
}

/* line 3484, app/assets/stylesheets/v1/institute.css */
.not-live {
  background-color: #f8d7da;
}

/* line 3488, app/assets/stylesheets/v1/institute.css */
.not-live .not-live-alert {
  color: #721c24;
  font-size: 0.75em;
}

/* line 3493, app/assets/stylesheets/v1/institute.css */
table.admin-courses .online-event {
  background: #cac7c7;
}

/* line 3496, app/assets/stylesheets/v1/institute.css */
table.admin-courses .online-event.course {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3502, app/assets/stylesheets/v1/institute.css */
table.admin-courses .online-event .course-name {
  white-space: nowrap;
}

/* line 3506, app/assets/stylesheets/v1/institute.css */
table.admin-events a.toggle-webinar-cities,
table.admin-courses a.toggle-past-events {
  text-decoration: none;
}

/* line 3511, app/assets/stylesheets/v1/institute.css */
table.admin-events tr.global-event,
table.admin-events tr.toggle-webinar-cities-wrapper,
table.admin-courses tr.toggle-past-events-wrapper {
  background-color: #dee;
}

/* line 3517, app/assets/stylesheets/v1/institute.css */
table.admin-courses.hide-past-events tr.past-event {
  display: none;
}

/* line 3521, app/assets/stylesheets/v1/institute.css */
.blog_bar_wrap {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 3526, app/assets/stylesheets/v1/institute.css */
.label {
  font-size: 0.6rem;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  margin: 0.1rem 0.1rem 0.3rem;
  border-radius: 0.5rem;
  letter-spacing: 0.03rem;
  color: #fff;
}

/* line 3536, app/assets/stylesheets/v1/institute.css */
.label.no_emails {
  background-color: #3498db;
}

/* line 3540, app/assets/stylesheets/v1/institute.css */
.label.trouble {
  background-color: #c0392b;
}

/* line 3544, app/assets/stylesheets/v1/institute.css */
.label.no_timed_emails {
  background-color: #2980b9;
}

/* line 3548, app/assets/stylesheets/v1/institute.css */
.label.pause_semester {
  background-color: #e67e22;
}

/* line 3552, app/assets/stylesheets/v1/institute.css */
.label.no_launch_date {
  background-color: #ee2929;
}

/* line 3556, app/assets/stylesheets/v1/institute.css */
#blog_category {
  float: left;
  width: 250px;
  height: 25px;
  padding-left: 10px;
  background: #e5e5e5;
  font: normal 14px/25px Arial;
  color: #000;
}

/* line 3566, app/assets/stylesheets/v1/institute.css */
#blog_category a {
  color: #464646;
}

/* line 3570, app/assets/stylesheets/v1/institute.css */
#blog_category a:hover {
  color: #990000;
}

/* line 3574, app/assets/stylesheets/v1/institute.css */
#blog_details {
  float: left;
  width: 540px;
  height: 25px;
  padding-left: 10px;
  background: #e5e5e5;
  font: normal 12px/25px Arial;
}

/* line 3583, app/assets/stylesheets/v1/institute.css */
#blog_image {
  float: left;
  width: 260px;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  margin: 20px 10px 10px 0;
}

/* line 3592, app/assets/stylesheets/v1/institute.css */
#blog_image img {
  max-height: 100%;
  max-width: 100%;
}

/* line 3597, app/assets/stylesheets/v1/institute.css */
#blog_body {
  width: 520px;
  float: left;
  margin-top: 1em;
}

/* line 3606, app/assets/stylesheets/v1/institute.css */
div[itemscope] {
  display: none;
}

/* line 3610, app/assets/stylesheets/v1/institute.css */
#bar {
  width: 100%;
  height: 60px;
  background: url(/images/bar.png) no-repeat;
  padding-top: 12px;
  font: bold 24px/50px Arial;
  color: #1d7400;
  text-align: center;
}

/* line 3620, app/assets/stylesheets/v1/institute.css */
blockquote {
  font-size: 18px;
  font-style: italic;
  width: 650px;
  margin: 40px auto 30px auto;
  padding: 15px 30px 15px 50px;
  line-height: 1.45;
  border-top: 7px solid #e5e5e5;
  color: #464646;
  position: relative;
}

/* line 3632, app/assets/stylesheets/v1/institute.css */
blockquote:before {
  display: block;
  content: '\201C';
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #464646;
}

/* line 3642, app/assets/stylesheets/v1/institute.css */
blockquote cite {
  color: #888888;
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

/* line 3649, app/assets/stylesheets/v1/institute.css */
blockquote cite:before {
  content: '\2016 \2015 \2009';
}

/* line 3653, app/assets/stylesheets/v1/institute.css */
.blog_social {
  margin: 10px 0px 0px 5px;
}

/* line 3657, app/assets/stylesheets/v1/institute.css */
#twitter-widget-0 {
  border: 0;
}

/* line 3661, app/assets/stylesheets/v1/institute.css */
#twitter-widget-1 {
  border: 0;
}

/* line 3665, app/assets/stylesheets/v1/institute.css */
#twitter-widget-2 {
  border: 0;
}

/* line 3669, app/assets/stylesheets/v1/institute.css */
#twitter-widget-3 {
  border: 0;
}

/* line 3673, app/assets/stylesheets/v1/institute.css */
#twitter-widget-4 {
  border: 0;
}

/* line 3677, app/assets/stylesheets/v1/institute.css */
#main_message,
#new_website_message,
.load_in_v4_layout,
.special_banner {
  text-align: center;
  background-color: #f8ff7c;
  color: #990000;
  font-size: 15px;
  padding: 10px 0px 5px 0px;
  margin-top: -10px;
  margin-bottom: 10px;
  /*width: 1100px; */
  margin-left: -10px;
  margin-right: -10px;
}

/* line 3693, app/assets/stylesheets/v1/institute.css */
.special_banner {
  background-color: #4a5568 !important;
}

/* line 3697, app/assets/stylesheets/v1/institute.css */
.special_banner,
.special_banner > a {
  color: white;
  text-decoration: none;
}

/* line 3703, app/assets/stylesheets/v1/institute.css */
.main_message_error {
  text-align: center;
  background-color: #da4040;
  color: #fff;
  font-size: 15px;
  padding: 10px 0px 5px 0px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 3715, app/assets/stylesheets/v1/institute.css */
.preview_warning {
  text-align: center;
  background-color: #f8ff7c;
  color: #990000;
  font-size: 15px;
  padding: 10px 0px 10px 0px;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 3727, app/assets/stylesheets/v1/institute.css */
.course-notice,
.admin-mentor-notice {
  background-color: #f0ad4e;
  color: #fff;
  padding: 0.4rem;
  margin-bottom: 0.2rem;
}

/* line 3735, app/assets/stylesheets/v1/institute.css */
.admin-mentor-notice {
  font-size: 0.95rem;
}

/* line 3739, app/assets/stylesheets/v1/institute.css */
#new_website_message,
.load_in_v4_layout {
  background-color: #94c866;
  color: #fff;
}

/* line 3745, app/assets/stylesheets/v1/institute.css */
#new_website_message > a,
.load_in_v4_layout > a {
  text-decoration: none;
  color: #fff;
}

/* line 3751, app/assets/stylesheets/v1/institute.css */
#top_warning {
  text-align: center;
  background-color: #ad3434;
  color: #fff;
  font-size: 15px;
  padding: 10px 0px 5px 0px;
  margin-top: -10px;
  margin-bottom: 10px;
  /*width: 1100px; */
  margin-left: -10px;
  margin-right: -10px;
}

/* line 3764, app/assets/stylesheets/v1/institute.css */
#about_box {
  display: inline-block;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  border-top: 7px solid #dedede;
  padding: 10px;
  text-align: center;
}

/* line 3773, app/assets/stylesheets/v1/institute.css */
#about_box table,
#about_box td {
  border: 0;
  font-size: 16px;
  line-height: 20px;
}

/* Rating
---------------------------------------------------------------------------------------*/
/* line 3783, app/assets/stylesheets/v1/institute.css */
#rating {
  display: inline-block;
  width: 75px;
}

/* line 3788, app/assets/stylesheets/v1/institute.css */
#rate_5 {
  height: 3px;
  border-left: 5px solid #33cc33;
  padding-left: 2px;
}

/* line 3794, app/assets/stylesheets/v1/institute.css */
#rate_4 {
  height: 3px;
  border-left: 5px solid #99cc66;
  padding-left: 2px;
}

/* line 3800, app/assets/stylesheets/v1/institute.css */
#rate_3 {
  height: 3px;
  border-left: 5px solid #eeeeee;
  padding-left: 2px;
}

/* line 3806, app/assets/stylesheets/v1/institute.css */
#rate_2 {
  height: 3px;
  border-left: 5px solid #ff66ff;
  padding-left: 2px;
}

/* line 3812, app/assets/stylesheets/v1/institute.css */
#rate_1 {
  height: 3px;
  border-left: 5px solid #ff3333;
  padding-left: 2px;
}

/* TinyMCE CSS Classes
---------------------------------------------------------------------------------------*/
/* line 3821, app/assets/stylesheets/v1/institute.css */
.mceContentBody {
  text-align: left;
  background: #fff;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  margin: 8px;
  color: #666;
}

/* line 3829, app/assets/stylesheets/v1/institute.css */
.mceContentBody a {
  color: red !important;
  /* FF requires a important here */
}

/* WhiteBox
---------------------------------------------------------------------------------------*/
/* line 3837, app/assets/stylesheets/v1/institute.css */
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 3851, app/assets/stylesheets/v1/institute.css */
.white_content {
  display: none;
  position: absolute;
  top: 15%;
  left: 13%;
  width: 70%;
  height: 70%;
  padding: 16px;
  border: 10px solid #c1ff53;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

/* line 3865, app/assets/stylesheets/v1/institute.css */
.ajax_form input {
  width: 100%;
}

/* line 3869, app/assets/stylesheets/v1/institute.css */
.customEmailInstructions {
  display: none;
  color: red;
}

/* line 3874, app/assets/stylesheets/v1/institute.css */
.j-ajax-spinner {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: j-ajax-spin 2s linear infinite;
  /* Safari */
  animation: j-ajax-spin 2s linear infinite;
  display: none;
}

/* Safari */
@-webkit-keyframes j-ajax-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

/* line 3904, app/assets/stylesheets/v1/institute.css */
.label {
  display: inline-block;
  padding: 0.3em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 0.1rem;
}

/* line 3918, app/assets/stylesheets/v1/institute.css */
.label-info {
  background-color: #5bc0de;
}

/* line 3922, app/assets/stylesheets/v1/institute.css */
a.label:visited,
a.label:active {
  color: #fff;
}

/* line 3927, app/assets/stylesheets/v1/institute.css */
.label-success {
  background-color: #5cb85c;
}

/* line 3931, app/assets/stylesheets/v1/institute.css */
.create-event__form {
  display: inline;
}

/* line 3934, app/assets/stylesheets/v1/institute.css */
.create-event__form select {
  width: 60%;
}

/* line 3937, app/assets/stylesheets/v1/institute.css */
.create-event__heading {
  margin: 0.5rem 0;
}

/* line 3941, app/assets/stylesheets/v1/institute.css */
.sem_deadline_info {
  margin-top: 0.5rem;
  font-size: 14px;
}

/* line 3946, app/assets/stylesheets/v1/institute.css */
.stats-description {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
  font-style: italic;
  border-bottom: 1px solid #ccc;
}

/* line 3954, app/assets/stylesheets/v1/institute.css */
.jq-dropdown-menu li a {
  background-color: white !important;
}

/* line 1, app/assets/stylesheets/v1/admin.scss */
.semester-admin-emailer-dropdown {
  vertical-align: top;
}

/* line 4, app/assets/stylesheets/v1/admin.scss */
.semester-admin-emailer-dropdown h4 {
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  border-bottom: none;
  line-height: 1em;
  padding-bottom: 0;
  margin: 0.3rem 0 0.6rem;
}

/* line 14, app/assets/stylesheets/v1/admin.scss */
.semester-admin-emailer-dropdown input {
  display: block;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/v1/admin.scss */
.single-column-admin-layout table {
  width: 100%;
}

/* line 26, app/assets/stylesheets/v1/admin.scss */
.tabbed.active {
  background-color: #bad0c0;
}

/* .checklist-icons a:first-child .checklist-icon {
  filter: hue-rotate(260deg) saturate(500%);
} */
/* line 36, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .sem-stats-header-90 {
  width: 90px;
}

/* line 36, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .sem-stats-header-105 {
  width: 105px;
}

/* line 36, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .sem-stats-header-350 {
  width: 350px;
}

/* line 42, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .admin-stats-sem-tools a {
  display: inline-block;
  margin: 0 0.3rem;
}

/* line 46, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .admin-stats-sem-tools a.admin_stats_badge_link {
  font-weight: bold;
  color: #fff;
  background-color: #327ba7;
  padding: 0.4em;
  font-size: 1.2em;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .admin-stats-sem-tools .manager-dropdown {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 96px;
  white-space: nowrap;
}

/* line 65, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .title-container img {
  font-size: 1.2rem;
  padding: 0 0.15rem;
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .admin-stats-sem-partners {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
  white-space: nowrap;
}

/* line 78, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-title {
  font-size: 1.2rem;
}

/* line 82, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .admin-stats-sem-stats {
  padding-left: 1rem;
  margin-bottom: 0.6rem;
}

/* line 87, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats {
  vertical-align: top;
}

/* line 90, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats h4 {
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  border-bottom: none;
  line-height: 1em;
  padding-bottom: 0;
  margin: 0.3rem 0 0.6rem;
}

/* line 100, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats input {
  display: block;
  margin: 0 auto;
}

/* line 105, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats ul:not(.jq-dropdown-menu) {
  margin: 0;
  padding-left: 0.5rem;
  position: relative;
  left: 0.5rem;
}

/* line 111, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats ul:not(.jq-dropdown-menu) li {
  margin-bottom: 0;
  margin-bottom: 0.3rem;
}

/* line 117, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .semester-sub-stats .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.admin-stats-enrolling-semesters .semester-sub-stats .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 400px;
  overflow: auto;
}

/* line 124, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .white-bg-semester {
  background-color: #fff;
}

/* line 128, app/assets/stylesheets/v1/admin.scss */
.admin-stats-enrolling-semesters .light-gray-bg-semester {
  background-color: #eee;
}

/* line 134, app/assets/stylesheets/v1/admin.scss */
.admin-stats-configuring-semester .notes-container a img {
  vertical-align: middle;
}

/* line 139, app/assets/stylesheets/v1/admin.scss */
.eventbrite-link {
  vertical-align: middle;
  display: inline-block;
}

/* line 143, app/assets/stylesheets/v1/admin.scss */
.eventbrite-link img {
  height: 1.4rem;
}

/* line 148, app/assets/stylesheets/v1/admin.scss */
.eventbrite-unpublish-link {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
}

/* line 154, app/assets/stylesheets/v1/admin.scss */
.scrollable-course-div {
  height: 200px;
  overflow: auto;
  padding: 1em;
  background-color: #ededed;
  border-top-left-radius: 2px;
}

/* line 161, app/assets/stylesheets/v1/admin.scss */
.scrollable-course-div p {
  margin: 0 !important;
  line-height: 1.7rem;
}

/* line 165, app/assets/stylesheets/v1/admin.scss */
.scrollable-course-div .heading {
  color: #4f8e4f;
}

/* line 170, app/assets/stylesheets/v1/admin.scss */
.scrollable-course-div .event-info:before {
  content: '- ';
}

/* line 174, app/assets/stylesheets/v1/admin.scss */
.scrollable-course-div .event-info .event-name {
  color: #615b5b;
}

/* line 181, app/assets/stylesheets/v1/admin.scss */
.admin-events .city-col {
  width: 12%;
}

/* line 184, app/assets/stylesheets/v1/admin.scss */
.admin-events .form-inline input {
  vertical-align: middle;
  margin: 1px 1px 1px 0;
  padding: 5px;
}

/* line 191, app/assets/stylesheets/v1/admin.scss */
.admin-events #update_checklist p {
  display: -webkit-inline-box;
  margin-bottom: 0.1em;
}

/* line 197, app/assets/stylesheets/v1/admin.scss */
.admin-events #popup a:hover span {
  left: unset !important;
  right: 25px;
  top: unset;
  border-radius: 2px;
  border: none;
  background-color: #736363;
  color: #fff;
}

/* line 208, app/assets/stylesheets/v1/admin.scss */
.superadmin_event_star_icon:hover {
  cursor: pointer;
}

/* line 212, app/assets/stylesheets/v1/admin.scss */
.superadmin_event_one_icon {
  vertical-align: text-bottom;
  width: 12px;
  margin-right: 2px;
}

/* line 219, app/assets/stylesheets/v1/admin.scss */
#send-later-option {
  display: none;
}

/* line 223, app/assets/stylesheets/v1/admin.scss */
.delete-attachment-button {
  color: #900;
  margin-left: 1em;
}

/* line 226, app/assets/stylesheets/v1/admin.scss */
.delete-attachment-button:hover {
  color: #f00;
}

/* line 231, app/assets/stylesheets/v1/admin.scss */
.datetimepicker {
  max-width: 100%;
}

/* line 235, app/assets/stylesheets/v1/admin.scss */
.semester_type_info {
  background-color: #D0EDD8;
  color: #2E7142;
  height: 18px;
  border-radius: 9999px;
  padding: 2px 6px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

/* line 250, app/assets/stylesheets/v1/admin.scss */
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ccc;
}

/* line 257, app/assets/stylesheets/v1/admin.scss */
.ttags {
  display: inline-block;
  padding: 2px 6px;
  /* adds spacing */
  text-align: center;
  font-weight: 500;
  line-height: 1.25rem;
  border-radius: 0.375rem;
  /* rounded-md */
  background-color: #047857;
  /* bg-green-700 */
  color: white;
  font-size: 0.75rem;
  /* roughly text-xs/sm */
  margin-right: 4px;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/v1/scaffold.css */
.fieldWithErrors {
  color: red;
}

/* line 3, app/assets/stylesheets/v1/scaffold.css */
#errorExplanation {
  width: 680px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 12, app/assets/stylesheets/v1/scaffold.css */
#errorExplanation h2 {
  width: 674px;
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

/* line 23, app/assets/stylesheets/v1/scaffold.css */
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

/* line 29, app/assets/stylesheets/v1/scaffold.css */
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 36, app/assets/stylesheets/v1/scaffold.css */
.watchlist-icon {
  width: 20px;
  /* adjust to what looks good */
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* Colors */
/* line 44, app/assets/stylesheets/v1/scaffold.css */
.watchlist-icon.fi {
  color: #16a34a;
  /* blue */
}

/* line 47, app/assets/stylesheets/v1/scaffold.css */
.watchlist-icon.fc {
  color: #16a34a;
  /* green */
}

/* line 52, app/assets/stylesheets/v1/scaffold.css */
.popup-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text hidden by default */
/* line 59, app/assets/stylesheets/v1/scaffold.css */
.popup-wrapper .popup-tooltip {
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: white;
  text-align: center;
  padding: 4px 6px;
  border-radius: 4px;
  /* Position above the icon */
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* Show tooltip on hover */
/* line 77, app/assets/stylesheets/v1/scaffold.css */
.popup-wrapper:hover .popup-tooltip {
  visibility: visible;
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 6, vendor/assets/stylesheets/toastr.css */
.toast-title {
  font-weight: bold;
}

/* line 9, vendor/assets/stylesheets/toastr.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 13, vendor/assets/stylesheets/toastr.css */
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

/* line 17, vendor/assets/stylesheets/toastr.css */
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

/* line 21, vendor/assets/stylesheets/toastr.css */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 36, vendor/assets/stylesheets/toastr.css */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 45, vendor/assets/stylesheets/toastr.css */
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 53, vendor/assets/stylesheets/toastr.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 60, vendor/assets/stylesheets/toastr.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 65, vendor/assets/stylesheets/toastr.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 70, vendor/assets/stylesheets/toastr.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 75, vendor/assets/stylesheets/toastr.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 80, vendor/assets/stylesheets/toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 84, vendor/assets/stylesheets/toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 88, vendor/assets/stylesheets/toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 92, vendor/assets/stylesheets/toastr.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 96, vendor/assets/stylesheets/toastr.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

/* line 102, vendor/assets/stylesheets/toastr.css */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 107, vendor/assets/stylesheets/toastr.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 127, vendor/assets/stylesheets/toastr.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 132, vendor/assets/stylesheets/toastr.css */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 141, vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 144, vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 147, vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 150, vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 153, vendor/assets/stylesheets/toastr.css */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 159, vendor/assets/stylesheets/toastr.css */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 165, vendor/assets/stylesheets/toastr.css */
.toast {
  background-color: #030303;
}

/* line 168, vendor/assets/stylesheets/toastr.css */
.toast-success {
  background-color: #51A351;
}

/* line 171, vendor/assets/stylesheets/toastr.css */
.toast-error {
  background-color: #BD362F;
}

/* line 174, vendor/assets/stylesheets/toastr.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 177, vendor/assets/stylesheets/toastr.css */
.toast-warning {
  background-color: #F89406;
}

/* line 180, vendor/assets/stylesheets/toastr.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 192, vendor/assets/stylesheets/toastr.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 196, vendor/assets/stylesheets/toastr.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 199, vendor/assets/stylesheets/toastr.css */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 203, vendor/assets/stylesheets/toastr.css */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 209, vendor/assets/stylesheets/toastr.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 213, vendor/assets/stylesheets/toastr.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 216, vendor/assets/stylesheets/toastr.css */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  /* line 220, vendor/assets/stylesheets/toastr.css */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 226, vendor/assets/stylesheets/toastr.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 230, vendor/assets/stylesheets/toastr.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* line 1, app/assets/stylesheets/shared/datetimepicker-overrides.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: #94c866;
  box-shadow: #82b171 0 1px 3px 0 inset;
}

/* line 8, app/assets/stylesheets/shared/datetimepicker-overrides.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #82b171;
}

/* line 11, app/assets/stylesheets/shared/datetimepicker-overrides.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
  color: #fff;
}

/* line 5, app/assets/stylesheets/shared/pagination.scss */
.pagination-block .pagination {
  display: block !important;
  transform: scale(1.6);
}

/* line 10, app/assets/stylesheets/shared/pagination.scss */
.pagination {
  text-align: center;
  padding: 2rem 0;
}

/* line 14, app/assets/stylesheets/shared/pagination.scss */
.pagination a {
  color: #3a3838;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/shared/pagination.scss */
.pagination span {
  font-size: 12px;
  margin: 0 3px;
}

/* line 25, app/assets/stylesheets/shared/pagination.scss */
.pagination .page a {
  border: 1px solid #7A7A7A;
  border-radius: 5px;
  padding: 3px 6px;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/shared/pagination.scss */
.pagination .page a:hover {
  background: #E6E6E6;
}

/* line 36, app/assets/stylesheets/shared/pagination.scss */
.pagination .page.current {
  color: #3a3838;
}

/* line 1, app/assets/stylesheets/shared/popover.css */
.fi-popover {
  display: inline-block;
  position: relative;
}

/* line 6, app/assets/stylesheets/shared/popover.css */
.fi-popover .fi-popover--trigger {
  cursor: help;
}

/* line 10, app/assets/stylesheets/shared/popover.css */
.fi-popover .fi-popover--content {
  display: none;
  position: absolute;
  bottom: 90%;
  left: 0;
  z-index: 4;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: #374151;
  padding: 4px 8px;
  min-width: 16em;
}

/* line 27, app/assets/stylesheets/shared/popover.css */
.fi-popover:hover .fi-popover--content {
  display: block;
  animation: fi-popover-fadeIn 0.3s linear, fi-popover-move-up 0.3s linear;
}

@keyframes fi-popover-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fi-popover-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fi-popover-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fi-popover-fade-in {
  /* line 57, app/assets/stylesheets/shared/popover.css */
  from {
    opacity: 0;
  }
  /* line 60, app/assets/stylesheets/shared/popover.css */
  to {
    opacity: 1;
  }
}

@keyframes fi-popover-move-up {
  from {
    bottom: 70%;
  }
  to {
    bottom: 90%;
  }
}

@-webkit-keyframes fi-popover-move-up {
  from {
    bottom: 70%;
  }
  to {
    bottom: 90%;
  }
}

@-moz-keyframes fi-popover-move-up {
  from {
    bottom: 70%;
  }
  to {
    bottom: 90%;
  }
}

@-ms-keyframes fi-popover-move-up {
  /* line 89, app/assets/stylesheets/shared/popover.css */
  from {
    bottom: 70%;
  }
  /* line 92, app/assets/stylesheets/shared/popover.css */
  to {
    bottom: 90%;
  }
}

/* line 1, app/assets/stylesheets/v1/signature.scss */
.signature-container {
  margin: 3rem auto;
  text-align: center;
}

/* line 5, app/assets/stylesheets/v1/signature.scss */
.signature-container canvas {
  background-color: #eee;
  border: 1px dotted #444;
  margin: 0 auto;
}

/*
 * jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
/* line 18, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}

/* line 22, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: white;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}

/* line 35, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}

/* line 38, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}

/* line 40, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}

/* line 50, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
}

/* line 61, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}

/* line 65, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}

/* line 70, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}

/* line 76, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  text-indent: 0;
  margin: 0;
  line-height: 18px;
}

/* line 83, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}

/* line 92, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}

/* line 97, vendor/assets/stylesheets/jquery.dropdown.sass */
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}

/* line 1, app/assets/stylesheets/v1/embedded_iframe.scss */
.embedded_within_v4_iframe {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f4f5f6;
}

/* line 5, app/assets/stylesheets/v1/embedded_iframe.scss */
.embedded_within_v4_iframe #header, .embedded_within_v4_iframe #nav_wrap, .embedded_within_v4_iframe #main_right, .embedded_within_v4_iframe #new_website_message {
  display: none;
}

/* line 9, app/assets/stylesheets/v1/embedded_iframe.scss */
.embedded_within_v4_iframe #sections_wrap {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0;
}

/* line 15, app/assets/stylesheets/v1/embedded_iframe.scss */
.embedded_within_v4_iframe #sections_wrap #main_content {
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  padding: 20px 40px;
}

/* line 22, app/assets/stylesheets/v1/embedded_iframe.scss */
.embedded_within_v4_iframe #sections_wrap #main_content table {
  width: 100%;
}

/*!
 *  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-3b6636ca4a146cade88ac7a6416de2adc9aef3d061c6bc0752ba977b22d68d42.eot);
  src: url(/assets/fontawesome-webfont-3b6636ca4a146cade88ac7a6416de2adc9aef3d061c6bc0752ba977b22d68d42.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-ea14fce464e0880cd9f61dfcee2c39fee08bd22b2fb95891642777ce6e100d28.woff2) format("woff2"), url(/assets/fontawesome-webfont-35fa38964276588fc45978b61fd6d35b73d93c017bd936a13ae4ae20eabfdaae.woff) format("woff"), url(/assets/fontawesome-webfont-1279cbfcdcc9a619ba56fb93e423fc2d08710547f2e2db847f5ab9230f023508.ttf) format("truetype"), url(/assets/fontawesome-webfont-1757a246c3acd2479c3cc2cc7a0ed3aa9ff92fe49f4a70e8ece18755d5263147.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

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

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

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

/* line 45, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

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

/* line 78, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

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

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

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

/* line 97, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

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

/* line 183, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 227, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

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

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

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

/* line 244, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

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

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

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

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

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

/* line 266, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 360, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

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

/* line 370, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

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

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

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

/* line 387, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 457, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

/* line 478, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

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

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

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

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

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

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

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

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

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

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

/* line 515, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 558, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

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

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

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

/* line 574, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 635, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

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

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

/* line 648, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

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

/* line 664, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

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

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

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

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

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

/* line 706, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

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

/* line 720, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

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

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

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

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

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

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

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

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

/* line 770, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

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

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

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

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

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

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

/* line 794, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

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

/* line 812, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

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

/* line 830, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

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

/* line 840, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

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

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

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

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

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

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

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

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

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

/* line 874, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

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

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

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

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

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

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

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

/* line 901, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

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

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

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

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

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

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

/* line 934, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

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

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

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

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

/* line 953, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

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

/* line 963, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

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

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

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

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

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

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

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

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

/* line 993, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

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

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

/* line 1011, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1057, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

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

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

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

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

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

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

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

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

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

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

/* line 1102, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

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

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

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

/* line 1117, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

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

/* line 1126, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

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

/* line 1178, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1244, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

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

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

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

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

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

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

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

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

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

/* line 1286, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

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

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

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

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

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

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

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

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

/* line 1317, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

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

/* line 1336, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

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

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

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

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

/* line 1358, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

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

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

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

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

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

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

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

/* line 1391, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1442, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

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

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

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

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

/* line 1465, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

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

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

/* line 1506, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

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

/* line 1531, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

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

/* line 1542, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

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

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

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

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

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

/* line 1572, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1636, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1693, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

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

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

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

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

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

/* line 1731, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

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

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

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

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

/* line 1761, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

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

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

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

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

/* line 1780, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

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

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

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

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

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

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

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

/* line 1810, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

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

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

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

/* line 1826, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

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

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

/* line 1839, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

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

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

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

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

/* line 1875, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

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

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

/* line 1893, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1976, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

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

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

/* line 1989, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2040, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

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

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

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

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

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

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

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

/* line 2067, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

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

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

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

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

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

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

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

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

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

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

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

/* line 2112, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

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

/* line 2121, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

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

/* line 2145, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

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

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

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

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

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

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

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

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

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

/* line 2179, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

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

/* line 2193, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

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

/* line 2202, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

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

/* line 2225, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

/* line 2283, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

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

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

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

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

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

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

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

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

/* line 2318, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../shared/bundle/ruby/3.4.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../shared/bundle/ruby/3.4.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, ../../shared/bundle/ruby/3.4.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;
}

/* line 1, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/3.4.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
