/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module {
  margin-bottom: 2rem;
  padding-top: 15px;
  cursor: pointer;
}
/* line 7, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 16, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages {
  margin-bottom: 38px;
  position: relative;
}
/* line 20, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages h3.survey_dash_module_90_day_average {
  color: #444;
  font-size: 28px;
}
/* line 24, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages h3.survey_dash_module_90_day_average .small-text {
  font-size: 16px;
}

/* line 31, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change {
  position: absolute;
  right: 0;
  top: 12px;
  color: #a1abb3;
  font-size: 20px;
  line-height: 24px;
}
/* line 39, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change .change_arrow {
  height: 22px;
  width: 22px;
  position: relative;
  border-radius: 12px;
  margin-right: 5px;
  bottom: 1px;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  display: none;
}
/* line 51, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change .change_arrow i {
  position: relative;
  bottom: 0px;
}

/* line 59, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_positive {
  color: #5127FD;
}
/* line 63, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_positive .change_arrow {
  background: #5127FD;
  display: inline-block;
  color: #fff;
}
/* line 69, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_positive .fa-arrow-down {
  display: none;
}

/* line 74, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_negative {
  color: #ed326e;
}
/* line 76, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_negative .change_arrow {
  background: #ed326e;
  display: inline-block;
  color: #fff;
}
/* line 83, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_averages_change.direction_negative .fa-arrow-up {
  display: none;
}

/* line 89, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_label {
  color: #a1abb3;
  padding: 35px 0 0;
  clear: both;
  font-size: 13px;
}

/* line 96, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column {
  width: 8.333333333333333%;
  float: left;
}

/* line 101, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_bar {
  height: 150px;
  position: relative;
}

/* line 106, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module {
  position: relative;
  padding-left: 24px;
}

/* line 111, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

/* line 118, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_bar_fill {
  display: block;
  position: absolute;
  bottom: 0;
  width: 8px;
  left: calc(50% - 4px);
  right: calc(50% - 4px);
  border-radius: 4px;
  overflow: hidden;
}

/* line 134, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_label {
  padding: 10px 2px;
  font-size: 10px;
  color: #a1abb3;
  text-align: center;
}

/* line 141, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale {
  position: absolute;
  left: 0;
  top: 10px;
  background: yellow;
  height: 144px;
}

/* line 149, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level {
  position: absolute;
  left: 0px;
  font-size: 12px;
  color: #a1abb3;
}

/* line 157, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level_1 {
  top: calc(0% - 10px);
}

/* line 162, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level_2 {
  top: calc(25% - 10px);
}

/* line 167, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level_3 {
  top: calc(50% - 10px);
}

/* line 172, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level_4 {
  top: calc(75% - 10px);
}

/* line 177, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_module_scale_level_5 {
  top: calc(100% - 10px);
}

/* line 182, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip.tooltip_left {
  right: calc(50% + 16px);
  left: auto;
}

/* line 187, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column:hover .timeline_chart_column_tooltip {
  display: block;
}

/* line 191, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 15px 10px;
  z-index: 1;
  border-radius: 8px;
  left: calc(50% + 16px);
  bottom: -5%;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 203, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating {
  background: rgba(0, 0, 0, 0.1);
  line-height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 3px;
  border-radius: 10px;
}
/* line 214, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.answer_yes {
  background: #5127FD;
  font-size: 9px;
}
/* line 219, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.answer_no {
  background: #ed326e;
  font-size: 9px;
}
/* line 224, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.rating_5 {
  background: #5127FD;
}
/* line 228, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.rating_4 {
  background: #8F75F8;
}
/* line 232, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.rating_3 {
  background: #ffc548;
}
/* line 236, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.rating_2 {
  background: #ff7c48;
}
/* line 240, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .rating.rating_1 {
  background: #ed326e;
}
/* line 244, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip p {
  white-space: nowrap;
  font-size: 11px;
  margin: 0 0 15px;
  line-height: 14px;
}
/* line 251, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip h3 {
  font-size: 13px !important;
  color: #444 !important;
  font-weight: 400;
  line-height: 16px;
}
/* line 256, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip h3 strong {
  font-weight: 600;
}
/* line 261, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .tooltip_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -11px;
  bottom: 30%;
}
/* line 273, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip .tooltip_arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

/* line 290, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip.tooltip_left .tooltip_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  position: absolute;
  right: -11px;
  left: auto;
  bottom: 30%;
}
/* line 304, /app/app/assets/stylesheets/ajax_module.scss */
.timeline_chart_column_tooltip.tooltip_left .tooltip_arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -10px;
  left: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  border-right: none;
}

/* line 323, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_spinner {
  height: 260px;
  font-size: 20px;
  color: #a1abb3;
  padding-top: calc(130px - 10px);
  text-align: center;
}

/* line 331, /app/app/assets/stylesheets/ajax_module.scss */
.survey_dash_module_overall_score {
  display: none;
}

/* line 335, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini {
  box-shadow: none;
  padding: 10px 0 0 0;
  position: relative;
  border-radius: 0;
  margin-bottom: 1.5rem;
}
/* line 342, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini h3 {
  font-size: 18px;
}
/* line 344, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini h3 .small-text {
  font-size: 15px;
}
/* line 349, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .timeline_chart_column:hover .timeline_chart_column_tooltip {
  display: none;
}
/* line 353, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .timeline_chart_column_label {
  display: none;
}
/* line 357, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .timeline_chart_module_scale {
  display: none;
}
/* line 361, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .timeline_chart_module {
  display: none;
}
/* line 366, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_averages_change {
  font-size: 18px;
}
/* line 368, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_averages_change .change_arrow {
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 22px;
}
/* line 374, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_averages_change .change_arrow i {
  bottom: 1px;
}
/* line 380, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_averages {
  margin-bottom: 0;
}
/* line 384, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_spinner {
  height: 55px;
  padding-top: calc(20px - 10px);
  text-align: left;
  font-size: 14px;
}
/* line 391, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_overall_score {
  display: block;
  border-radius: 3px;
  background: #f2f4ff;
  height: 6px;
  margin-top: 10px;
}
/* line 399, /app/app/assets/stylesheets/ajax_module.scss */
.panel.survey_dash_module_mini .survey_dash_module_overall_score_fill {
  height: 6px;
  border-radius: 3px;
  background-size: 700px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background-repeat: no-repeat;
  background-color: #5127FD;
  position: relative;
  overflow: hidden;
}

/* line 416, /app/app/assets/stylesheets/ajax_module.scss */
.panel.panel_tag .survey_dash_module_spinner {
  height: 45px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  /* line 427, /app/app/assets/stylesheets/ajax_module.scss */
  .dash_module_wide .timeline_chart_column_bar_fill {
    width: 14px;
    left: calc(50% - 7px);
    right: calc(50% - 7px);
    border-radius: 7px;
  }
  /* line 436, /app/app/assets/stylesheets/ajax_module.scss */
  .dash_module_wide .timeline_chart_column_tooltip {
    left: calc(50% + 20px);
    right: auto;
  }
  /* line 443, /app/app/assets/stylesheets/ajax_module.scss */
  .dash_module_wide .timeline_chart_column_tooltip.tooltip_left {
    right: calc(50% + 20px);
    left: auto;
  }
  /* line 450, /app/app/assets/stylesheets/ajax_module.scss */
  .dash_module_wide .survey_dash_module_spinner {
    height: 260px;
    padding-top: calc(130px - 10px);
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 9, /app/app/assets/stylesheets/attendance.scss */
.table-row.table-row-with-button {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 12, /app/app/assets/stylesheets/attendance.scss */
.table-row.table-row-with-button .table-column {
  padding-top: 20px;
}
/* line 15, /app/app/assets/stylesheets/attendance.scss */
.table-row.table-row-with-button .table-column-button-box {
  padding-top: 10px;
}

/* line 22, /app/app/assets/stylesheets/attendance.scss */
.attendance h1 a {
  color: #444;
}
/* line 27, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-list {
  margin-bottom: 60px;
}
/* line 31, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-head {
  padding-left: 5px;
  padding-right: 0;
}
/* line 36, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row {
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  border-radius: 0;
  padding: 0px 0 5px 5px;
  margin-bottom: 0;
  bottom: -3px;
  position: relative;
}
/* line 47, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radiosBox, .attendance .table-row .checkboxesBox {
  display: inline-block;
  padding-top: 0 !important;
}
/* line 52, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .switch-button {
  display: inline-block;
}
/* line 57, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .toggle-button {
  margin-bottom: 0;
}
/* line 59, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .toggle-button .button {
  line-height: 18px;
}
/* line 65, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radiosBox {
  margin: 0;
}
/* line 72, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  border-radius: 19px;
  text-align: center;
  transition: all 100ms ease-out;
  line-height: 36px;
  width: 38px;
  margin: 0;
  background: white;
}
/* line 93, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox input {
  display: none;
}
/* line 97, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox .btn_attended {
  color: #a1abb3;
}
/* line 103, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox .btn_attended:hover {
  color: #33b864;
  border-color: #33b864;
}
/* line 108, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox .btn_absent {
  color: #a1abb3;
}
/* line 114, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox .btn_absent:hover {
  color: #ed326e;
  border-color: #ed326e;
}
/* line 124, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox.active label {
  color: #fff;
  border-color: #5127FD;
  background: #5127FD;
}
/* line 132, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox.active .btn_attended {
  background: #33b864;
  border-color: #33b864;
}
/* line 139, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox.active .btn_absent {
  background: #ed326e;
  border-color: #ed326e;
}
/* line 146, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row .radioBox.active .btn_attended:hover, .attendance .table-row .radioBox.active .btn_absent:hover {
  color: white !important;
}
/* line 157, /app/app/assets/stylesheets/attendance.scss */
.attendance .table-row:hover {
  background: #f2f4ff;
}

/* line 162, /app/app/assets/stylesheets/attendance.scss */
.form_attendance_absent {
  padding-right: 15px;
}
/* line 164, /app/app/assets/stylesheets/attendance.scss */
.form_attendance_absent .button-box {
  margin-bottom: 0;
}
/* line 6, /app/app/assets/stylesheets/billings.scss */
.slide-viewer.slide-viewer-billing h2 {
  margin-bottom: 15px;
}

/* line 10, /app/app/assets/stylesheets/billings.scss */
.slide-viewer.slide-viewer-billing h4 {
  margin-bottom: 10px;
}

/* line 15, /app/app/assets/stylesheets/billings.scss */
.billing-info-setup {
  margin-bottom: 20px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/breakdown.scss */
.breakdown {
  margin: 0 -7px 3rem;
  color: #444;
}
/* line 7, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_column {
  float: left;
  width: 20%;
  padding: 0 7px;
}
/* line 13, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_box {
  background: white;
  border-radius: 10px;
  padding: .8rem .9rem;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 20, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_box_label {
  bottom: .5rem;
  text-transform: uppercase;
  font-size: 9px;
}
/* line 26, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_average {
  width: 100%;
  top: 1.7rem;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 3px;
}
/* line 34, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_box_percentage_change {
  font-size: 9px;
  color: #ff7c48;
}
/* line 39, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_change_arrow {
  height: 6px;
  width: 11px;
  display: inline-block;
}
/* line 45, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_change_arrow.positive {
  background-position: -19px -367px;
}
/* line 51, /app/app/assets/stylesheets/breakdown.scss */
.breakdown .breakdown_change_arrow.negative {
  background-position: -3px -382px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 13, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_show, .calendar_event_edit {
  display: none;
}

/* line 18, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view .calendar_event_show {
  display: none;
}
/* line 21, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view .calendar_event_edit {
  display: block;
}
/* line 25, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view .switch-button {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* line 30, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view h2 {
  line-height: 2;
}
/* line 32, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view h2 .small-text {
  font-size: 12px !important;
}
/* line 37, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view .popPopBox {
  max-width: 640px;
}
/* line 42, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view .popPopContent .button {
  width: auto;
}
/* line 49, /app/app/assets/stylesheets/calendar_events.scss */
.edit_view #form_images_box {
  margin-bottom: 20px;
}

/* line 57, /app/app/assets/stylesheets/calendar_events.scss */
.is_draft .hide_for_draft {
  display: none;
}

/* line 63, /app/app/assets/stylesheets/calendar_events.scss */
.show_view .calendar_event_edit {
  display: none;
}
/* line 66, /app/app/assets/stylesheets/calendar_events.scss */
.show_view .calendar_event_show {
  display: block;
}
/* line 70, /app/app/assets/stylesheets/calendar_events.scss */
.show_view .calendar_event_time {
  font-size: 20px;
  margin-bottom: 5px;
}
/* line 75, /app/app/assets/stylesheets/calendar_events.scss */
.show_view h2 {
  line-height: 2;
}
/* line 79, /app/app/assets/stylesheets/calendar_events.scss */
.show_view .popPopBox {
  max-width: 640px;
}
/* line 83, /app/app/assets/stylesheets/calendar_events.scss */
.show_view .toggle-button .button {
  font-size: 14px;
}

/* line 88, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_form_details {
  padding-top: 10px;
}

/* line 92, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_share_buttons {
  padding: 10px 0;
}

/* line 96, /app/app/assets/stylesheets/calendar_events.scss */
.form_transportation_request_status {
  margin-bottom: 20px;
}

/* line 172, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_repeat_on_day_settings {
  margin-bottom: -8px;
}
/* line 175, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_repeat_on_day_settings label {
  margin-bottom: -1px;
  bottom: -2px;
  left: 0;
}
/* line 180, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_repeat_on_day_settings .box {
  display: inline-block;
  padding: 0;
}
/* line 186, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_repeat_on_day_settings .checkboxButtons .checkboxBox {
  padding: 0;
}
/* line 190, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_repeat_on_day_settings .checkboxButtons .checkboxBox label {
  line-height: 34px;
  min-width: 36px;
  margin-right: 2px;
}

/* line 202, /app/app/assets/stylesheets/calendar_events.scss */
.reminder_box {
  padding-top: 10px;
}
/* line 204, /app/app/assets/stylesheets/calendar_events.scss */
.reminder_box p {
  margin-bottom: 5px;
}

/* line 209, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_reminders_box {
  margin-bottom: 30px;
}

/* line 213, /app/app/assets/stylesheets/calendar_events.scss */
.calendar_event_menu_items_box {
  margin-bottom: 20px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 10, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_notes_show, .calendar_notes_show_2, .calendar_title, .calendar_legend, .calendar_clipart, .calendar_logo, .calendar_notes {
  display: none;
}

/* line 16, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_title_date .btn_edit_calendar_event {
  display: none;
}

/* line 21, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_birthdays {
  display: none !important;
}

/* line 25, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_print_controls {
  display: none;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  background: white;
  position: fixed;
  padding: 15px 15px 5px 15px;
  top: 30px;
  right: 30px;
  border-radius: 20px;
  text-align: left;
}
/* line 38, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_print_controls .calendar_print_controls_row {
  margin-bottom: 10px;
}
/* line 41, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_print_controls .button {
  width: 100%;
  margin: 0;
}

/* line 48, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calender_event_print_controls {
  display: none;
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 13px;
  z-index: 2;
  background: white;
  padding: 0 8px;
  border-radius: 8px;
  line-height: 24px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 61, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calender_event_print_controls a i {
  color: #a1abb3;
}
/* line 65, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calender_event_print_controls a:hover i {
  color: #444;
}

/* line 72, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calender_event_print_controls_divider {
  height: 16px;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 8px;
  display: inline-block;
  position: relative;
  bottom: -3px;
  top: 3px;
}

/* line 86, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_legend_item {
  display: inline-block;
  margin-right: 20px;
}

/* line 91, /app/app/assets/stylesheets/calendar_print_mode.scss */
.calendar_legend_item_icon {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* line 111, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode {
  background: #666;
}
/* line 114, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode #header, .show.calendar_print_mode .footer {
  display: none;
}
/* line 118, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode h1 {
  display: none;
}
/* line 120, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode h1 .btn_calendar_print_mode {
  display: none;
}
/* line 125, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode h2.calendar_title {
  font-size: 21px;
}
/* line 129, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_listing_title {
  display: none;
}
/* line 137, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .form_calendars, .show.calendar_print_mode .form_account_calendars {
  display: none;
}
/* line 141, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_title_box {
  padding-top: 15px;
}
/* line 145, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_title_date {
  line-height: 1.5;
}
/* line 147, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_title_date .btn_edit_calendar_event {
  display: inline-block;
}
/* line 152, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_logo {
  position: relative;
  display: inline-block;
  width: 120px;
  float: left;
  top: -10px;
  margin-bottom: -20px;
  margin-right: 20px;
}
/* line 160, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_logo img {
  width: 100%;
  height: auto;
}
/* line 166, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 176, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_controls {
  display: block;
}
/* line 180, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes_show, .show.calendar_print_mode .calendar_notes_show_2, .show.calendar_print_mode .calendar_title {
  display: block;
}
/* line 184, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .btn_calendar_navigate {
  display: none;
}
/* line 188, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode h2.calendar_title_date {
  font-size: 18px !important;
}
/* line 194, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_container {
  background: white;
  position: relative;
}
/* line 199, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_container.is_overflowing {
  overflow: hidden;
  background: #ffc7d9;
  background: linear-gradient(0deg, #ffc7d9 0%, white 72%);
}
/* line 205, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_container.is_overflowing:after {
  content: "OVERFLOW";
  position: absolute;
  background: #ed326e;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-size: 16px;
  z-index: 2;
  padding: 10px;
}
/* line 220, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_one_page {
  width: 1100px;
  height: 850px;
  padding: 25px;
  margin: 0 auto;
}
/* line 228, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_day_label {
  line-height: 2;
}
/* line 232, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_dates {
  margin-bottom: 10px;
}
/* line 236, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_dates_body {
  border-width: 2px;
}
/* line 240, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_date {
  height: 127px;
  overflow: hidden;
  border-width: 2px;
}
/* line 246, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .date_is_past {
  background: none;
}
/* line 251, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .date_is_today .calendar_month_date_number {
  color: #444;
  background: none;
}
/* line 262, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_date_events {
  top: 26px;
  padding: 0 3px 0 7px;
  position: relative;
}
/* line 268, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_month_date_number {
  top: 0;
  left: 7px;
  text-align: left;
}
/* line 274, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event {
  background: none;
  line-height: 1.2;
  border-radius: 0;
  padding: 0 0 0 10px;
  font-size: 7px;
  margin-bottom: 3px;
  postiion: relative;
  overflow: inherit;
}
/* line 287, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event .ellipsis {
  text-overflow: inherit;
  overflow: visible;
  white-space: initial;
}
/* line 293, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event .calendar_event_icon {
  bottom: auto;
  height: 5px;
  border-radius: 5px;
  top: 2px;
}
/* line 305, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event:hover .calender_event_print_controls {
  display: block;
}
/* line 310, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_font_bold {
  font-weight: 600;
}
/* line 312, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_font_bold .btn_calendar_event_font_bold i {
  color: #444;
}
/* line 322, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_font_highlight .btn_calendar_event_font_highlight i {
  color: #444;
}
/* line 327, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_font_highlight a span {
  color: #ed326e;
}
/* line 337, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .btn_show_calendar_date {
  display: none;
}
/* line 341, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_index_high {
  display: block;
}
/* line 346, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .date_not_in_month {
  background: none;
}
/* line 348, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .date_not_in_month .calendar_event {
  display: none;
}
/* line 351, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .date_not_in_month .calendar_month_date_number {
  color: #a1abb3;
}
/* line 357, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_date_print_overflow {
  background: #ffc7d9;
  background: linear-gradient(0deg, #ffc7d9 0%, white 72%);
}
/* line 362, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_date_print_overflow:after {
  content: 'OVERFLOW';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  color: white;
  text-align: center;
  background-color: #ed326e;
  font-size: 10px;
}
/* line 377, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_font_size_2 .calendar_event {
  font-size: 8px;
}
/* line 383, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_font_size_3 .calendar_event {
  font-size: 10px;
}
/* line 389, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_font_size_4 .calendar_event {
  font-size: 11px;
}
/* line 395, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_print_font_size_5 .calendar_event {
  font-size: 12px;
}
/* line 405, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_print_font_size_2.calendar_event {
  font-size: 8px;
}
/* line 409, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_print_font_size_3.calendar_event {
  font-size: 10px;
}
/* line 413, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_print_font_size_4.calendar_event {
  font-size: 11px;
}
/* line 417, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_event_print_font_size_5.calendar_event {
  font-size: 12px;
}
/* line 421, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes, .show.calendar_print_mode .calendar_notes_2 {
  height: 90px;
  padding-top: 3px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 426, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes .controls, .show.calendar_print_mode .calendar_notes_2 .controls {
  top: -10px;
  display: block;
}
/* line 432, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .form_calendar_notes, .show.calendar_print_mode .form_calendar_notes_2 {
  position: absolute;
  top: -15px;
  left: 15px;
  right: 15px;
  background: white;
  z-index: 2;
}
/* line 440, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .form_calendar_notes textarea, .show.calendar_print_mode .form_calendar_notes_2 textarea {
  height: 115px !important;
  font-size: 12px;
}
/* line 446, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes_button_box {
  position: absolute;
  right: -60px;
  top: 8px;
  z-index: 1;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 8px 8px 0;
  padding: 5px;
}
/* line 461, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes_show, .show.calendar_print_mode .calendar_notes_show_2 {
  position: relative;
  top: -6px;
}
/* line 465, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes_show strong, .show.calendar_print_mode .calendar_notes_show_2 strong {
  font-size: 14px !important;
  font-weight: 600;
}
/* line 472, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_notes_show p, .show.calendar_print_mode .calendar_notes_show_2 p {
  font-size: 12px;
  line-height: 1.3;
}
/* line 480, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_birthdays {
  display: block !important;
  top: -5px;
  padding: 0 20px;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 494, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_birthdays .calendar_birthday_header {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
/* line 499, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_birthdays p {
  line-height: 1.2;
  margin: 0;
  font-size: 11px;
}
/* line 505, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_birthdays h2 {
  line-height: 1.5;
}
/* line 510, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_legend {
  display: block;
  text-align: left;
  line-height: 1.2;
  font-size: 10px;
}
/* line 518, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode .calendar_legend_disclaimer {
  float: right;
}

/* line 526, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_print_container {
  position: relative;
}
/* line 530, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 {
  position: absolute;
  top: 740px;
  background: white;
  padding: 1.5rem;
  left: 0;
  width: 1100px;
  height: 850px;
}
/* line 538, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 .calendar_legend {
  padding-top: 10px;
}
/* line 542, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 .btn_show_calendar_notes_field, .show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 .btn_show_calendar_notes_field_2, .show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 .btn_edit_calendar_event {
  display: none;
}
/* line 548, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2_border {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
/* line 558, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2_border::after {
  content: "";
  display: table;
  clear: both;
}
/* line 564, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_month_date {
  height: 210px;
}
/* line 570, /app/app/assets/stylesheets/calendar_print_mode.scss */
.show.calendar_print_mode.calendar_print_mode_two_page .calendar_month_dates_header {
  position: relative;
  z-index: 2;
}

@media print {
  /* line 580, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode {
    background: white;
  }
  /* line 584, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .btn_edit_calendar_event, .show.calendar_print_mode .btn_show_calendar_notes_field, .show.calendar_print_mode .btn_show_calendar_notes_field_2 {
    display: none;
  }
  /* line 588, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .form_calendars, .show.calendar_print_mode .form_account_calendars, .show.calendar_print_mode .btn_calendar_navigate, .show.calendar_print_mode .calendar_print_controls {
    display: none !important;
  }
  /* line 596, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_one_page {
    width: 15.5in !important;
    height: 9.6in;
    padding: 0;
  }
  /* line 604, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_logo {
    width: 1.75in;
    margin-bottom: -45pt;
    margin-right: 30pt;
    top: -20pt;
  }
  /* line 611, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode h1 {
    font-size: 24pt;
  }
  /* line 613, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode h1 .small-text {
    display: none;
  }
  /* line 618, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_title {
    font-size: 22pt !important;
    margin-bottom: 5pt !important;
  }
  /* line 623, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode h2.calendar_title_date {
    font-size: 18pt !important;
  }
  /* line 627, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_notes, .show.calendar_print_mode .calendar_notes_2 {
    height: 1.2in;
  }
  /* line 635, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_notes_show p, .show.calendar_print_mode .calendar_notes_show_2 p {
    font-size: 10pt;
  }
  /* line 638, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_notes_show p strong, .show.calendar_print_mode .calendar_notes_show_2 p strong {
    font-size: 11pt;
  }
  /* line 646, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_birthdays {
    height: 1.3in;
  }
  /* line 648, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_birthdays p {
    font-size: 10pt;
  }
  /* line 652, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_birthdays .calendar_birthday_header {
    margin-top: 0;
  }
  /* line 658, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_month_dates_body, .show.calendar_print_mode .calendar_month_date {
    border-width: 2pt;
  }
  /* line 662, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_month_date {
    height: 1.6in;
  }
  /* line 664, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_month_date .controls {
    display: none;
  }
  /* line 671, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_event {
    font-size: 8pt;
  }
  /* line 674, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_event .calendar_event_icon {
    top: 3px;
    height: 6px;
    width: 6px;
  }
  /* line 682, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_month_date_events {
    padding: 0 10px;
    top: 30px;
  }
  /* line 687, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_month_date_number {
    top: 3px;
    left: 10px;
    font-size: 16px;
  }
  /* line 702, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_legend {
    font-size: 12pt;
  }
  /* line 706, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_legend_item {
    margin-right: 20pt;
  }
  /* line 714, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_2 .calendar_event {
    font-size: 9.4pt;
  }
  /* line 720, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_3 .calendar_event {
    font-size: 10.4pt;
  }
  /* line 726, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_4 .calendar_event {
    font-size: 11.4pt;
  }
  /* line 732, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_5 .calendar_event {
    font-size: 12.4pt;
  }
  /* line 741, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_2.calendar_event {
    font-size: 9.4pt;
  }
  /* line 745, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_3.calendar_event {
    font-size: 10.4pt;
  }
  /* line 749, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_4.calendar_event {
    font-size: 11.4pt;
  }
  /* line 754, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode .calendar_print_font_size_5.calendar_event {
    font-size: 12.4pt;
  }

  /* line 770, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode.calendar_print_mode_two_page .calendar_header_2 {
    postiion: absolute;
    top: 0;
    left: 0;
  }
  /* line 779, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode.calendar_print_mode_two_page .calendar_month_date {
    height: 2.65in;
  }
  /* line 784, /app/app/assets/stylesheets/calendar_print_mode.scss */
  .show.calendar_print_mode.calendar_print_mode_two_page .calendar_weeks_2 {
    top: 9.9in;
    background: white;
    width: 15.7in;
    height: 10in;
    padding: 0 0 0 .25in;
    break-before: always;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 8, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h1 .small-text {
  font-size: 18px;
}
/* line 11, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h1 i {
  color: #a1abb3;
}
/* line 14, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h1 i:hover {
  color: #5127FD;
}
/* line 18, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h2 {
  font-size: 22px;
}
/* line 21, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h2 .small-text {
  font-size: 18px;
}
/* line 24, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h2 i {
  color: #a1abb3;
}
/* line 27, /app/app/assets/stylesheets/calendars.scss */
.calendars.show h2 i:hover {
  color: #5127FD;
}

/* line 33, /app/app/assets/stylesheets/calendars.scss */
.calendar_dates {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* line 38, /app/app/assets/stylesheets/calendars.scss */
.calendar_date {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  clear: both;
  position: relative;
}

/* line 46, /app/app/assets/stylesheets/calendars.scss */
.calendar_date:hover .controls, .calendar_month_date:hover .controls {
  display: block;
}
/* line 49, /app/app/assets/stylesheets/calendars.scss */
.calendar_date:hover .controls a, .calendar_month_date:hover .controls a {
  padding: 0 0 0 6px;
}
/* line 53, /app/app/assets/stylesheets/calendars.scss */
.calendar_date:hover .controls a:hover i, .calendar_month_date:hover .controls a:hover i {
  color: #5127FD;
}

/* line 61, /app/app/assets/stylesheets/calendars.scss */
.btn_calendar_navigate {
  font-size: 20px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
}

/* line 73, /app/app/assets/stylesheets/calendars.scss */
.calendar_date_name {
  background: #f2f4ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

/* line 82, /app/app/assets/stylesheets/calendars.scss */
.calendar_date_number {
  width: 60px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 20px;
  text-align: center;
  border-radius: 0 0 6px 6px;
}

/* line 93, /app/app/assets/stylesheets/calendars.scss */
.calendar_date_left {
  display: inline-block;
  float: left;
}

/* line 99, /app/app/assets/stylesheets/calendars.scss */
.calendar_date_right {
  display: inline-block;
  padding: 10px 15px 5px;
}

/* line 112, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_dates {
  margin-bottom: 40px;
}

/* line 118, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_day_label {
  width: 14.285714285714286%;
  display: inline-block;
  float: left;
  line-height: 60px;
  font-size: 18px;
  color: #aaa;
}

/* line 127, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_dates_body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

/* line 137, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_date {
  width: 14.285714285714286%;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 160px;
  position: relative;
  float: left;
}

/* line 147, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_date:nth-child(7n) {
  border-right: none;
}

/* line 151, /app/app/assets/stylesheets/calendars.scss */
.date_not_in_month, .date_is_past {
  background: rgba(0, 0, 0, 0.05);
}

/* line 155, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_date_number {
  line-height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  color: #444;
}

/* line 168, /app/app/assets/stylesheets/calendars.scss */
.date_is_today .calendar_month_date_number {
  background: #5127FD;
  color: #fff;
}

/* line 173, /app/app/assets/stylesheets/calendars.scss */
.calendar_month_date_events {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px;
}

/* line 182, /app/app/assets/stylesheets/calendars.scss */
.btn_show_calendar_date {
  font-size: 13px;
  display: block;
  padding-top: 8px;
}

/* line 189, /app/app/assets/stylesheets/calendars.scss */
.calendar_event {
  margin-bottom: 5px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  padding: 0 5px 0 12px;
  border-radius: 5px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 202, /app/app/assets/stylesheets/calendars.scss */
.calendar_event p:last-child {
  margin-bottom: 0;
}
/* line 207, /app/app/assets/stylesheets/calendars.scss */
.calendar_event a, .calendar_event a span {
  color: #444;
}
/* line 211, /app/app/assets/stylesheets/calendars.scss */
.calendar_event a:hover span {
  color: #5127FD;
}

/* line 216, /app/app/assets/stylesheets/calendars.scss */
.calendar_event_index_high {
  display: none;
}

/* line 222, /app/app/assets/stylesheets/calendars.scss */
.calendar_event_icon {
  display: inline-block;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 233, /app/app/assets/stylesheets/calendars.scss */
.calendar_event_categories {
  line-height: 32px;
  margin-top: 20px;
}

/* line 238, /app/app/assets/stylesheets/calendars.scss */
.calendar_event_category {
  display: inline-block;
  padding: 0 20px;
  color: white;
  margin-right: 10px;
  border-radius: 16px;
}

/* line 248, /app/app/assets/stylesheets/calendars.scss */
.calendar_by_day .calendar_event {
  padding: 10px 30px;
  position: relative;
}
/* line 252, /app/app/assets/stylesheets/calendars.scss */
.calendar_by_day .calendar_event h3 {
  font-size: 18px;
}
/* line 258, /app/app/assets/stylesheets/calendars.scss */
.calendar_by_day .calendar_event:hover .controls {
  display: block;
}
/* line 262, /app/app/assets/stylesheets/calendars.scss */
.calendar_by_day .calendar_event:hover .controls a:hover i {
  color: #5127FD;
}

/* line 273, /app/app/assets/stylesheets/calendars.scss */
.form_calendars, .form_account_calendars {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
}
/* line 277, /app/app/assets/stylesheets/calendars.scss */
.form_calendars .chosen-container, .form_account_calendars .chosen-container {
  text-align: left;
  width: auto !important;
  min-width: 200px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 7, /app/app/assets/stylesheets/canva.scss */
.btn_disconnect_canva {
  postion: 'relative';
}
/* line 9, /app/app/assets/stylesheets/canva.scss */
.btn_disconnect_canva .small-text {
  display: block;
  position: absolute;
  left: 32px;
  top: 22px;
}

/* line 21, /app/app/assets/stylesheets/canva.scss */
.folder_navigation ul li {
  display: inline-block;
  margin-right: 5px;
}
/* line 26, /app/app/assets/stylesheets/canva.scss */
.folder_navigation ul li:after {
  content: ' /';
  color: #a1abb3;
}
/* line 32, /app/app/assets/stylesheets/canva.scss */
.folder_navigation ul li:last-child:after {
  content: '';
}
/* line 38, /app/app/assets/stylesheets/canva.scss */
.folder_navigation .fa-folder {
  color: rgba(0, 0, 0, 0.2);
}

/* line 43, /app/app/assets/stylesheets/canva.scss */
.canva_asset_box {
  background: white;
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  margin-bottom: 20px;
}
/* line 54, /app/app/assets/stylesheets/canva.scss */
.canva_asset_box img {
  max-width: 100%;
  max-height: 200px;
  position: relative;
}
/* line 63, /app/app/assets/stylesheets/canva.scss */
.canva_asset_box .fa-check-square {
  display: none;
}

/* line 72, /app/app/assets/stylesheets/canva.scss */
.canva_asset_box.selected .fa-check-square {
  display: inline-block;
}
/* line 76, /app/app/assets/stylesheets/canva.scss */
.canva_asset_box.selected .fa-square {
  display: none;
}

/* line 82, /app/app/assets/stylesheets/canva.scss */
.canva_asset_thumbnail {
  height: 200px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 90, /app/app/assets/stylesheets/canva.scss */
.canva_asset {
  margin: 0 0 5px 0;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

/* line 99, /app/app/assets/stylesheets/canva.scss */
.canva_asset_title, .canva_asset_thumbnail {
  cursor: pointer;
}

/* line 105, /app/app/assets/stylesheets/canva.scss */
.icon_canva {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(/assets/icon-canva-26ebc6ba29496598a81f3479aeb283299e91a1d6e6b2a2800db224e7e6349b18.png);
  background-size: cover;
  float: left;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}

/* line 117, /app/app/assets/stylesheets/canva.scss */
.edit_in_canva_link {
  line-height: 23px !important;
}

/* line 121, /app/app/assets/stylesheets/canva.scss */
.btn_edit_in_canva {
  line-height: 32px;
  display: inline-block;
}

/* line 133, /app/app/assets/stylesheets/canva.scss */
.post_images_upload_menu {
  padding-right: 15px;
}

/* line 139, /app/app/assets/stylesheets/canva.scss */
.canva_assets_show .fa-folder {
  color: #a1abb3;
}
/* line 142, /app/app/assets/stylesheets/canva.scss */
.canva_assets_show h3 {
  margin-bottom: 10px;
}
/* line 146, /app/app/assets/stylesheets/canva.scss */
.canva_assets_show .popPopBox {
  max-width: calc(100% - 60px);
}

/* line 156, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 15px;
  margin-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 162, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs ul {
  margin: 0;
}
/* line 165, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs li {
  display: inline-block;
  margin: 0;
}
/* line 170, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs a {
  border-radius: 8px 8px 0 0;
  display: inline-block;
  padding: 5px 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  bottom: -1px;
}
/* line 183, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 189, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box {
  clear: both;
}

/* line 195, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tab_templates {
  display: none;
}

/* line 200, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box.canva_templates .tab_templates {
  border-bottom: 1px solid white;
}
/* line 203, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box.canva_templates .canva_popup_tab_templates {
  display: block;
}
/* line 206, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box.canva_templates .canva_popup_tab_designs {
  display: none;
}

/* line 212, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box.canva_designs .tab_designs {
  border-bottom: 1px solid white;
}
/* line 215, /app/app/assets/stylesheets/canva.scss */
.canva_popup_tabs_box.canva_designs .canva_popup_tab_designs {
  display: block;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 7, /app/app/assets/stylesheets/chats.scss */
.chats .content {
  padding: 60px 0 0 0;
  height: 100vh;
  position: relative;
}
/* line 13, /app/app/assets/stylesheets/chats.scss */
.chats .footer {
  display: none;
}

/* line 18, /app/app/assets/stylesheets/chats.scss */
.chat_column_header {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 22, /app/app/assets/stylesheets/chats.scss */
.chat_column_header h1 {
  margin: 0;
}

/* line 27, /app/app/assets/stylesheets/chats.scss */
.chat_panel {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
/* line 32, /app/app/assets/stylesheets/chats.scss */
.chat_panel h4 {
  margin-bottom: 5px;
}

/* line 37, /app/app/assets/stylesheets/chats.scss */
.chat_panel_active {
  background: rgba(0, 0, 0, 0.05);
}

/* line 41, /app/app/assets/stylesheets/chats.scss */
#chats_box {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 49, /app/app/assets/stylesheets/chats.scss */
#chat_messages_box {
  padding: 15px;
}

/* line 53, /app/app/assets/stylesheets/chats.scss */
#chat_lead_box {
  display: none;
  padding: 15px;
}

/* line 58, /app/app/assets/stylesheets/chats.scss */
#chat_index_box {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 63, /app/app/assets/stylesheets/chats.scss */
.chat_column {
  width: 100%;
  text-align: left;
}

/* line 159, /app/app/assets/stylesheets/chats.scss */
.chat_message_box {
  padding-bottom: 10px;
}

/* line 165, /app/app/assets/stylesheets/chats.scss */
.chat_message {
  padding: 10px 15px;
  border-radius: 16px;
  display: inline-block;
  width: auto;
  clear: both;
  text-align: left;
  line-height: 1.4;
}

/* line 178, /app/app/assets/stylesheets/chats.scss */
.chat_message_time, .chat_message_tokens {
  margin: 0 0 5px;
  color: #a1abb3;
  font-size: 12px;
}

/* line 185, /app/app/assets/stylesheets/chats.scss */
.chat_message_tokens {
  float: right;
  text-align: right;
}

/* line 194, /app/app/assets/stylesheets/chats.scss */
.chat_message_to_user .chat_message {
  background: rgba(0, 0, 0, 0.05);
}

/* line 201, /app/app/assets/stylesheets/chats.scss */
.chat_message_to_system {
  text-align: right;
}
/* line 205, /app/app/assets/stylesheets/chats.scss */
.chat_message_to_system .chat_message {
  background: #5127FD;
  color: #fff;
}
/* line 211, /app/app/assets/stylesheets/chats.scss */
.chat_message_to_system .chat_message_button_click {
  background: #ed326e;
}

/* line 218, /app/app/assets/stylesheets/chats.scss */
.chat_prompt {
  display: none;
}

/* line 222, /app/app/assets/stylesheets/chats.scss */
.btn_hide_prompt {
  display: none;
}

/* line 228, /app/app/assets/stylesheets/chats.scss */
.chat_prompt_box.active .chat_prompt {
  display: block;
}
/* line 232, /app/app/assets/stylesheets/chats.scss */
.chat_prompt_box.active .btn_hide_prompt {
  display: inherit;
}
/* line 236, /app/app/assets/stylesheets/chats.scss */
.chat_prompt_box.active .btn_show_prompt {
  display: none;
}

@media screen and (min-width: 641px) {
  /* line 247, /app/app/assets/stylesheets/chats.scss */
  .chat_column {
    width: 50%;
    display: inline-block;
    float: left;
    overflow: auto;
    max-height: calc(100vh - 61px);
  }
}
@media screen and (min-width: 1025px) {
  /* line 259, /app/app/assets/stylesheets/chats.scss */
  .chat_column {
    width: 33.33333333%;
  }

  /* line 263, /app/app/assets/stylesheets/chats.scss */
  #chat_lead_box {
    display: block;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 15, /app/app/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, /app/app/assets/stylesheets/chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

/* line 44, /app/app/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

/* line 48, /app/app/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 52, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 61, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 69, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 89, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

/* line 96, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 100, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 108, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 112, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 123, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 127, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 131, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 140, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 147, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 155, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 169, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 175, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
/* line 183, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 194, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 204, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 209, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 215, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 222, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 228, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 234, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 238, /app/app/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 245, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 259, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 264, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 270, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 287, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 307, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 311, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

/* line 322, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 326, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 335, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 339, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 343, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 348, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 356, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 362, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

/* line 372, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 377, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 381, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 387, /app/app/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 393, /app/app/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 398, /app/app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 402, /app/app/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 408, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 412, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 417, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 423, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 427, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 432, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 437, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 441, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 445, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 450, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 455, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 460, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 465, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 469, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/* line 475, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 479, /app/app/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 486, /app/app/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 5, /app/app/assets/stylesheets/communications.scss */
.communication_form {
  padding-right: 1rem;
}
/* line 11, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxesBox {
  padding-top: 5px !important;
}
/* line 14, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxBox, .communication_form .radioBox {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
/* line 18, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxBox input, .communication_form .radioBox input {
  display: none;
}
/* line 21, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxBox label, .communication_form .radioBox label {
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 36px;
  border-radius: 20px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
/* line 33, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxBox label:hover, .communication_form .radioBox label:hover {
  border-color: #5127FD;
  color: #5127FD;
}
/* line 41, /app/app/assets/stylesheets/communications.scss */
.communication_form .checkboxBox.selected label, .communication_form .radioBox.selected label {
  background: #5127FD;
  color: #fff;
  border-color: #5127FD;
}
/* line 49, /app/app/assets/stylesheets/communications.scss */
.communication_form .listings_field_box {
  margin-bottom: 20px;
}

/* line 54, /app/app/assets/stylesheets/communications.scss */
.popup_communication_form_applied_filters {
  margin-bottom: 10px;
}
/* line 58, /app/app/assets/stylesheets/communications.scss */
.popup_communication_form_applied_filters .popup_communication_form_applied_filter_results {
  padding: 12px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
/* line 68, /app/app/assets/stylesheets/communications.scss */
.popup_communication_form_applied_filters h4 {
  margin-bottom: 10px;
  font-size: 11px;
  color: #bbb;
  position: absolute;
  top: -8px;
  background: white;
  padding: 2px;
}
/* line 78, /app/app/assets/stylesheets/communications.scss */
.popup_communication_form_applied_filters p {
  line-height: 1.4;
  margin: 0;
  font-size: 15px;
}

/* line 86, /app/app/assets/stylesheets/communications.scss */
.btn_popup_communication_message_form {
  display: inline-block;
  color: white;
  background: #5127FD;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}

/* line 103, /app/app/assets/stylesheets/communications.scss */
.icon_word_bubble {
  display: inline-block;
  height: 30px;
  width: 40px;
  background: white;
  border-radius: 50%;
  position: relative;
  top: 7px;
}

/* line 114, /app/app/assets/stylesheets/communications.scss */
.icon_word_bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -5px;
  margin-bottom: -6px;
}

/* line 137, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 141, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default .select2-search--inline .select2-search__field {
  padding-top: 10px;
  font-size: 15px;
}

/* line 147, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 0 24px 0 10px;
  position: relative;
  border-radius: 15px;
}

/* line 160, /app/app/assets/stylesheets/communications.scss */
.select2-container--default .select2-results__option {
  text-align: left;
  padding-left: 10px;
}

/* line 168, /app/app/assets/stylesheets/communications.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #444 !important;
  font-size: 15px;
}

/* line 174, /app/app/assets/stylesheets/communications.scss */
.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: none !important;
}

/* line 183, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px;
}

/* line 188, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  line-height: 28px;
  margin-bottom: 3px;
}

/* line 194, /app/app/assets/stylesheets/communications.scss */
form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 199, /app/app/assets/stylesheets/communications.scss */
form .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 204, /app/app/assets/stylesheets/communications.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

/* line 211, /app/app/assets/stylesheets/communications.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #444;
}

/* line 218, /app/app/assets/stylesheets/communications.scss */
#popup_communication_message_form .button-box {
  margin: 0;
  padding-top: 10px;
}

/* line 227, /app/app/assets/stylesheets/communications.scss */
.media_button_play, .btn_preview_recording {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 19px;
  background: #a1abb3;
  transition: background 0.2s;
}

/* line 241, /app/app/assets/stylesheets/communications.scss */
.media_button_play:hover, .recording_loaded:hover, .recording_loaded {
  background: #5127FD;
}

/* line 245, /app/app/assets/stylesheets/communications.scss */
.media_button_play:after, .btn_preview_recording:after {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid white;
}

/* line 261, /app/app/assets/stylesheets/communications.scss */
.media_button_stop, .btn_record_stop {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 19px;
  background: #5127FD;
  transition: background 0.2s;
}

/* line 276, /app/app/assets/stylesheets/communications.scss */
.btn_record_stop {
  margin-right: 5px;
}

/* line 280, /app/app/assets/stylesheets/communications.scss */
.media_button_stop:hover, .btn_record_stop:hover {
  background: #ed326e;
}

/* line 284, /app/app/assets/stylesheets/communications.scss */
.media_button_stop:after, .btn_record_stop:after {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
  background: #fff;
}

/* line 298, /app/app/assets/stylesheets/communications.scss */
.btn_record {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 19px;
  background: #5127FD;
  transition: background 0.2s;
  margin-right: 5px;
}

/* line 312, /app/app/assets/stylesheets/communications.scss */
.btn_record.active {
  background: #ed326e;
}

/* line 316, /app/app/assets/stylesheets/communications.scss */
.btn_record:hover {
  background: #ed326e;
}

/* line 320, /app/app/assets/stylesheets/communications.scss */
.btn_record:after {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
}

/* line 338, /app/app/assets/stylesheets/communications.scss */
.popPopContent .column.commuication_form_recording_loaded {
  padding-right: 60px;
}
/* line 342, /app/app/assets/stylesheets/communications.scss */
.popPopContent .column.recording_form_title {
  padding-right: 105px;
}

/* line 348, /app/app/assets/stylesheets/communications.scss */
.form_save_recording {
  padding-right: 1rem;
  clear: both;
}

/* line 359, /app/app/assets/stylesheets/communications.scss */
.communication_preview_recording {
  position: absolute;
  top: 18px;
  right: 1rem;
}

/* line 366, /app/app/assets/stylesheets/communications.scss */
.recording_form_controls {
  position: absolute;
  right: 1rem;
  top: 18px;
  width: 82px;
}

/* line 375, /app/app/assets/stylesheets/communications.scss */
.communications .table-row .large-text {
  position: relative;
  bottom: 0;
}

/* line 383, /app/app/assets/stylesheets/communications.scss */
.communications .table-list {
  margin-bottom: 20px;
}
/* line 386, /app/app/assets/stylesheets/communications.scss */
.communications .table-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 389, /app/app/assets/stylesheets/communications.scss */
.communications .table-row {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 15px 15px 15px 25px;
  min-height: 50px;
}

/* line 401, /app/app/assets/stylesheets/communications.scss */
.communication_table_row {
  cursor: pointer;
}

/* line 407, /app/app/assets/stylesheets/communications.scss */
.communications .communications_date_range {
  background: #ff7c48;
  border: none;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 180px;
  border-radius: 12px;
}

/* line 421, /app/app/assets/stylesheets/communications.scss */
.communication_message_recording_title {
  display: inline-block;
  position: relative;
  top: -12px;
  margin-left: 8px;
}
.conditional-show {
	display:  none !important;
}

.conditional-show.conditional-show-active {
	display:  inherit !important;
}
/* line 6, /app/app/assets/stylesheets/data_changes.scss */
.data_changes .table-row {
  cursor: pointer;
}
/* line 1, /app/app/assets/stylesheets/dragula.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 9, /app/app/assets/stylesheets/dragula.scss */
.gu-hide {
  display: none !important;
}

/* line 12, /app/app/assets/stylesheets/dragula.scss */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 18, /app/app/assets/stylesheets/dragula.scss */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       /*
/*rtl:begin:ignore*/
  left: 0;
                           /*
/*rtl:end:ignore*/
}

                   /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
                                                                                                                    /*
/*rtl:begin:ignore*/
  right: 0;
                            /*
/*rtl:end:ignore*/
}

                   /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input {
  width: 100%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

/* line 13, /app/app/assets/stylesheets/flatpickr.scss */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 2, /app/app/assets/stylesheets/footer.scss */
.footer {
  padding-right: 50px;
  color: #a1abb3;
}
/* line 5, /app/app/assets/stylesheets/footer.scss */
.footer ul {
  margin: 0;
  font-size: 13px;
}
/* line 8, /app/app/assets/stylesheets/footer.scss */
.footer ul li {
  display: inline-block;
  margin-left: 20px;
}
/* line 12, /app/app/assets/stylesheets/footer.scss */
.footer ul li a {
  color: #a1abb3;
}
/* line 16, /app/app/assets/stylesheets/footer.scss */
.footer ul li a:hover {
  color: #5127FD;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/forms.scss */
:focus {
  outline: 0;
}

/* Chrome, Safari, Edge, Opera */
/* line 6, /app/app/assets/stylesheets/forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 12, /app/app/assets/stylesheets/forms.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 16, /app/app/assets/stylesheets/forms.scss */
form label {
  font-weight: 400;
  font-size: 11px;
  color: #bbb;
  position: relative;
  left: 8px;
  bottom: -8px;
  z-index: 1;
  background: white;
  display: inline-block;
  padding: 2px;
  border-radius: 4px;
}

/* line 39, /app/app/assets/stylesheets/forms.scss */
.required_field_box label:after {
  content: '*';
  font-size: 14px;
}

/* line 46, /app/app/assets/stylesheets/forms.scss */
select, input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
  line-height: 36px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: 'Circular', Arial, sans-serif;
  font-weight: 300;
  padding: 0 8px;
  background: none;
  color: #444;
}

/* line 65, /app/app/assets/stylesheets/forms.scss */
select {
  background: none;
}

/* line 71, /app/app/assets/stylesheets/forms.scss */
.mobile select, .mobile input[type='text'], .mobile input[type='email'], .mobile input[type='password'] {
  -webkit-appearance: none;
}

/* line 77, /app/app/assets/stylesheets/forms.scss */
textarea {
  padding: 12px 8px;
  min-height: 32px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Circular', Arial, sans-serif;
  font-weight: 300;
  background: none;
  color: #444;
}

/* line 97, /app/app/assets/stylesheets/forms.scss */
::-webkit-resizer {
  display: none;
}

/* line 102, /app/app/assets/stylesheets/forms.scss */
.checkboxesBox, .radiosBox {
  margin-bottom: 10px;
  padding-top: 20px !important;
  clear: both;
}
/* line 108, /app/app/assets/stylesheets/forms.scss */
.checkboxesBox h4, .radiosBox h4 {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  color: #bbb;
}
/* line 115, /app/app/assets/stylesheets/forms.scss */
.checkboxesBox label, .radiosBox label {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 5px;
  color: #444;
  bottom: 0;
  left: 0;
  background: none;
  max-width: none;
}

/* line 129, /app/app/assets/stylesheets/forms.scss */
.radioBox {
  display: inline-block;
  padding-right: 10px;
}

/* line 136, /app/app/assets/stylesheets/forms.scss */
form h2 {
  font-size: 32px;
  color: #444;
  line-height: 100px;
  margin: 0;
}
/* line 142, /app/app/assets/stylesheets/forms.scss */
form h3 {
  padding-top: 10px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
  color: #a1abb3;
}
/* line 150, /app/app/assets/stylesheets/forms.scss */
form h4 {
  color: #444;
  font-size: 24px;
  line-height: 3;
  margin-bottom: 10px;
}
/* line 157, /app/app/assets/stylesheets/forms.scss */
form h5 {
  padding-top: 10px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  color: #a1abb3;
}
/* line 167, /app/app/assets/stylesheets/forms.scss */
form select {
  opacity: 0;
}
/* line 171, /app/app/assets/stylesheets/forms.scss */
form .chosen-container {
  width: 100% !important;
  margin-bottom: 10px;
}
/* line 175, /app/app/assets/stylesheets/forms.scss */
form .chosen-container span {
  color: #444;
}
/* line 181, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-single .chosen-single {
  border-radius: 0;
  background: none;
  line-height: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 8px;
  border-radius: 4px;
  box-shadow: none;
  margin-top: 0;
  font-size: 15px;
  min-height: 38px;
}
/* line 196, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 0;
  box-shadow: none;
}
/* line 207, /app/app/assets/stylesheets/forms.scss */
form .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
/* line 211, /app/app/assets/stylesheets/forms.scss */
form .chosen-container .chosen-results li {
  padding: 8px 8px;
}
/* line 216, /app/app/assets/stylesheets/forms.scss */
form .chosen-container .chosen-results li.highlighted {
  background: #eee;
  color: #444;
}
/* line 222, /app/app/assets/stylesheets/forms.scss */
form .chosen-container .chosen-results li.highlighted {
  background: #eee;
  color: #444;
}
/* line 230, /app/app/assets/stylesheets/forms.scss */
form .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 240, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-multi .chosen-choices {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
}
/* line 247, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-multi .chosen-choices li.search-choice {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 30px 8px 8px;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: none;
}
/* line 256, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-active .chosen-choices {
  box-shadow: none;
}
/* line 260, /app/app/assets/stylesheets/forms.scss */
form .chosen-container .chosen-drop {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  top: calc(100% - 4px);
  border-top: none;
}
/* line 267, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  height: auto;
  width: 28px;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 278, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #a1abb3;
  opacity: 0.5;
  font-size: 14px;
  position: absolute;
  top: 9px;
  right: 10px;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
/* line 302, /app/app/assets/stylesheets/forms.scss */
form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  opacity: 1;
}
/* line 306, /app/app/assets/stylesheets/forms.scss */
form .chosen-search-input {
  font-size: 13px !important;
}

/* line 316, /app/app/assets/stylesheets/forms.scss */
.clearable_field {
  position: relative;
}

/* line 320, /app/app/assets/stylesheets/forms.scss */
.clear_chosen_field {
  background: #eee;
  line-height: 18px;
  height: 20px;
  width: 20px;
  display: block;
  text-align: center;
  padding: 0;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  top: 9px;
}

/* line 336, /app/app/assets/stylesheets/forms.scss */
.searchable-input {
  position: relative;
}
/* line 353, /app/app/assets/stylesheets/forms.scss */
.searchable-input .searchable-input-links {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 35px;
  background: white;
  border: 1px solid #eee;
  z-index: 2;
}
/* line 364, /app/app/assets/stylesheets/forms.scss */
.searchable-input .searchable-input-links a {
  line-height: 30px;
  display: block;
  padding: 0 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 378, /app/app/assets/stylesheets/forms.scss */
.button-box {
  padding-top: 20px;
  margin-bottom: 20px;
}

/* line 383, /app/app/assets/stylesheets/forms.scss */
.toggle-switch {
  background: #d5d4e1;
  height: 20px;
  width: 35px !important;
  border-radius: 20px;
}

/* line 390, /app/app/assets/stylesheets/forms.scss */
.toggle-switch:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* line 403, /app/app/assets/stylesheets/forms.scss */
.toggle-switch[data-status='active'] {
  background: #2e286a;
}

/* line 407, /app/app/assets/stylesheets/forms.scss */
.toggle-switch[data-status='active']:after {
  left: auto;
  right: 2px;
}

/* line 412, /app/app/assets/stylesheets/forms.scss */
.toggle-button {
  display: inline-block;
  margin: 0 5px 5px 0;
}
/* line 418, /app/app/assets/stylesheets/forms.scss */
.toggle-button input {
  display: none;
}
/* line 421, /app/app/assets/stylesheets/forms.scss */
.toggle-button .button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #a1abb3;
  font-weight: 300;
  background: none;
  min-width: 80px;
  cursor: pointer;
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 19px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
/* line 438, /app/app/assets/stylesheets/forms.scss */
.toggle-button .button:hover {
  border-color: #5127FD;
}

/* line 445, /app/app/assets/stylesheets/forms.scss */
.toggle-button.active .button {
  color: #fff;
  border-color: #5127FD;
  background: #5127FD;
}

/* line 454, /app/app/assets/stylesheets/forms.scss */
.pill-button {
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 36px;
  border-radius: 20px;
  padding: 0 15px;
  color: #444;
  margin-bottom: 10px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

/* line 470, /app/app/assets/stylesheets/forms.scss */
.pill-button:hover {
  color: #5127FD;
  border-color: #5127FD;
}

/* line 475, /app/app/assets/stylesheets/forms.scss */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange.endRange {
  background: #5127FD !important;
}

/* line 481, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons {
  padding-top: 5px !important;
  margin-bottom: 5px !important;
}
/* line 486, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons .checkboxBox {
  display: inline-block;
  padding: 0 10px 0 0;
}
/* line 492, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons input {
  display: none;
}
/* line 496, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #a1abb3;
  font-weight: 400;
  font-size: 11px;
  background: none;
  min-width: 38px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  font-size: 13px;
  border-radius: 19px;
}
/* line 513, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons label:hover {
  cursor: pointer;
  border-color: #5127FD;
  color: #5127FD;
}
/* line 521, /app/app/assets/stylesheets/forms.scss */
.checkboxButtons .selected label {
  color: #fff;
  border-color: #5127FD;
  background: #5127FD;
}

/* line 537, /app/app/assets/stylesheets/forms.scss */
.switch-button {
  margin-bottom: 10px;
}
/* line 541, /app/app/assets/stylesheets/forms.scss */
.switch-button input {
  display: none;
}
/* line 545, /app/app/assets/stylesheets/forms.scss */
.switch-button label {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #a1abb3;
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
  position: static;
  padding: 8px 15px;
  line-height: 20px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  cursor: pointer;
}
/* line 562, /app/app/assets/stylesheets/forms.scss */
.switch-button label:hover {
  border-color: #5127FD;
  color: #5127FD;
}

/* line 574, /app/app/assets/stylesheets/forms.scss */
.switch-button.active label {
  background: #5127FD;
  color: #fff;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/global.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 24, /app/app/assets/stylesheets/global.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 28, /app/app/assets/stylesheets/global.scss */
body {
  line-height: 1;
  padding: 0;
  margin: 0;
}

/* line 33, /app/app/assets/stylesheets/global.scss */
ol, ul {
  list-style: none;
}

/* line 36, /app/app/assets/stylesheets/global.scss */
blockquote, q {
  quotes: none;
}

/* line 39, /app/app/assets/stylesheets/global.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, /app/app/assets/stylesheets/global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, /app/app/assets/stylesheets/global.scss */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Circular';
  src: url("lineto-circular-book-f06e423ccda8779ebad80a0eae639794683f3a3bf8b49c41a44134ca51a7a6a2.woff") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Circular';
  src: url("lineto-circular-medium-2911106fb594d3222f19cae6fef91e2aff06ecf8ddae49454f46d71fcd19ed51.woff") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: 'Circular';
  src: url("lineto-circular-black-8033350c1939eb76a3734eb904b30208dcf293f74798ef38c5925fbf2352974b.woff") format("truetype");
  font-weight: 700;
}
/* line 76, /app/app/assets/stylesheets/global.scss */
.sprite {
  background-image: url("sprite-91e2b93a48146632f3e275d8e1614985f06aa5b04fab7a8b3431214ec0ed58bb.png");
  background-size: 400px;
  background-repeat: no-repeat;
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 88, /app/app/assets/stylesheets/global.scss */
.fadein {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 98, /app/app/assets/stylesheets/global.scss */
* {
  box-sizing: border-box;
}

/* line 102, /app/app/assets/stylesheets/global.scss */
body {
  font-family: 'Circular', Arial, sans-serif;
  font-weight: 300;
  color: #444;
  text-align: center;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

/* line 115, /app/app/assets/stylesheets/global.scss */
.content {
  padding: 100px 3rem 0;
  position: relative;
}

/* line 123, /app/app/assets/stylesheets/global.scss */
.imageLoader img {
  width: 100%;
  display: block;
}

/* line 131, /app/app/assets/stylesheets/global.scss */
h1 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 0 0 20px;
  font-weight: 500;
}
/* line 139, /app/app/assets/stylesheets/global.scss */
h1 a.small-text {
  color: #5127FD;
}
/* line 143, /app/app/assets/stylesheets/global.scss */
h1 a:hover {
  color: #5127FD;
}
/* line 147, /app/app/assets/stylesheets/global.scss */
h1 .small-text {
  font-weight: 300;
}
/* line 150, /app/app/assets/stylesheets/global.scss */
h1 .small-text a {
  color: #5127FD;
}

/* line 158, /app/app/assets/stylesheets/global.scss */
h2 {
  font-size: 1.5rem;
  margin: 0 0 20px;
  line-height: 2.0rem;
  font-weight: 500;
}

/* line 165, /app/app/assets/stylesheets/global.scss */
h3 {
  font-size: 0.8rem;
  margin: 0 0 0.8rem;
  line-height: 1.2rem;
  font-weight: 500;
}

/* line 172, /app/app/assets/stylesheets/global.scss */
p {
  font-size: 1rem;
  margin: 0 0 20px;
  line-height: 1.8rem;
}

/* line 178, /app/app/assets/stylesheets/global.scss */
p.small-text {
  line-height: 1.2rem;
}

/* line 182, /app/app/assets/stylesheets/global.scss */
ul {
  font-size: 1rem;
  margin: 0 0 20px;
  line-height: 1.8rem;
}

/* line 188, /app/app/assets/stylesheets/global.scss */
li {
  margin-bottom: 10px;
  line-height: 1.8rem;
}

/* line 193, /app/app/assets/stylesheets/global.scss */
table {
  min-width: 100%;
  margin-bottom: 2rem;
}

/* line 198, /app/app/assets/stylesheets/global.scss */
td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.7rem;
}

/* line 203, /app/app/assets/stylesheets/global.scss */
th {
  font-weight: 700;
}

/* line 207, /app/app/assets/stylesheets/global.scss */
a, a span {
  color: #5127FD;
  text-decoration: none;
  cursor: pointer;
}

/* line 213, /app/app/assets/stylesheets/global.scss */
a:hover {
  color: #5127FD;
}

/* line 217, /app/app/assets/stylesheets/global.scss */
a i {
  color: #444;
}

/* line 221, /app/app/assets/stylesheets/global.scss */
a:hover i {
  color: #5127FD;
}

/* line 225, /app/app/assets/stylesheets/global.scss */
strong {
  font-weight: 500;
}

/* line 229, /app/app/assets/stylesheets/global.scss */
.clr {
  clear: both;
}

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

/* line 237, /app/app/assets/stylesheets/global.scss */
.text-center, .text-center-small {
  text-align: center;
}

/* line 241, /app/app/assets/stylesheets/global.scss */
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 249, /app/app/assets/stylesheets/global.scss */
.breakbox {
  white-space: nowrap;
  display: inline-block;
}

/* line 256, /app/app/assets/stylesheets/global.scss */
.commas span:after {
  content: ", ";
}
/* line 261, /app/app/assets/stylesheets/global.scss */
.commas span:last-child:after {
  content: "";
}

/* line 268, /app/app/assets/stylesheets/global.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 272, /app/app/assets/stylesheets/global.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 276, /app/app/assets/stylesheets/global.scss */
.light-text {
  color: #a1abb3;
}

/* line 280, /app/app/assets/stylesheets/global.scss */
.red-text {
  color: #ed326e;
}

/* line 284, /app/app/assets/stylesheets/global.scss */
.dark-text {
  color: #444;
}

/* line 288, /app/app/assets/stylesheets/global.scss */
.small-text {
  font-size: 10px;
}

/* line 292, /app/app/assets/stylesheets/global.scss */
.large-text {
  font-size: 17px;
}

/* line 296, /app/app/assets/stylesheets/global.scss */
.medium-text {
  font-size: 13px;
}

/* line 300, /app/app/assets/stylesheets/global.scss */
.font-weight-medium {
  font-weight: 400 !important;
}

/* line 304, /app/app/assets/stylesheets/global.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 308, /app/app/assets/stylesheets/global.scss */
.no-margin {
  margin: 0 !important;
}

/* line 312, /app/app/assets/stylesheets/global.scss */
.padding-top-8 {
  padding-top: 8px;
}

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

/* line 324, /app/app/assets/stylesheets/global.scss */
hr {
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-top: 8px;
  margin-bottom: 10px;
}

/* line 333, /app/app/assets/stylesheets/global.scss */
.button {
  display: inline-block;
  white-space: nowrap;
  padding: 15px 20px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  -webkit-appearance: none;
  background: #f2f4ff;
  color: #5127FD;
  font-size: 17px;
  border: none;
  font-family: inherit;
  line-height: 20px;
}

/* line 353, /app/app/assets/stylesheets/global.scss */
.button.button-dark {
  background: #5127FD;
  color: white !important;
}

/* line 357, /app/app/assets/stylesheets/global.scss */
.button.button-dark:hover {
  background: #5127FD;
  color: white;
}

/* line 362, /app/app/assets/stylesheets/global.scss */
.button.full-width {
  width: 100%;
}

/* line 366, /app/app/assets/stylesheets/global.scss */
.button.button-small {
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 5px;
  line-height: 14px;
}

/* line 373, /app/app/assets/stylesheets/global.scss */
.button:hover {
  color: #5127FD;
}
/* line 377, /app/app/assets/stylesheets/global.scss */
.button:hover .iconPhone {
  background-position: -54px -25px;
}

/* line 385, /app/app/assets/stylesheets/global.scss */
.button.disabled {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.2);
}

/* line 390, /app/app/assets/stylesheets/global.scss */
.iconPhone {
  height: 20px;
  width: 20px;
  display: inline-block;
  height: 20px;
  width: 14px;
  display: inline-block;
  background-position: -38px -25px;
  margin: -10px 2px -4px 0;
}

/* line 403, /app/app/assets/stylesheets/global.scss */
.readMoreContentBox {
  position: relative;
  max-height: 140px;
  overflow: hidden;
}

/* line 409, /app/app/assets/stylesheets/global.scss */
.expandReadMoreBox {
  font-weight: 500;
  font-size: 0.8rem;
}

/* line 415, /app/app/assets/stylesheets/global.scss */
.expanded .readMoreContentBox {
  max-height: none;
  overflow: visible;
}
/* line 421, /app/app/assets/stylesheets/global.scss */
.expanded .expandReadMoreBox {
  display: none;
}

/* line 426, /app/app/assets/stylesheets/global.scss */
.content {
  min-height: calc(100vh - 80px);
}

/* line 437, /app/app/assets/stylesheets/global.scss */
.controls {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 442, /app/app/assets/stylesheets/global.scss */
.controls a {
  line-height: 28px;
  width: 28px;
  text-align: center;
  display: inline-block;
  padding: 6px 6px 0 0;
}
/* line 449, /app/app/assets/stylesheets/global.scss */
.controls a .fa-times {
  font-size: 18px;
}

/* line 455, /app/app/assets/stylesheets/global.scss */
.menuBox {
  display: none;
  position: relative;
}
/* line 460, /app/app/assets/stylesheets/global.scss */
.menuBox h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 300;
}

/* line 500, /app/app/assets/stylesheets/global.scss */
.contentSectionBox {
  display: none;
}

/* line 504, /app/app/assets/stylesheets/global.scss */
.contentSection.active .contentSectionBox {
  display: block;
}

/* line 509, /app/app/assets/stylesheets/global.scss */
.contentSection {
  padding-top: 20px;
}
/* line 512, /app/app/assets/stylesheets/global.scss */
.contentSection h2 {
  padding-bottom: 20px;
  margin: 0;
}

/* line 520, /app/app/assets/stylesheets/global.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 524, /app/app/assets/stylesheets/global.scss */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 556, /app/app/assets/stylesheets/global.scss */
.table-head {
  margin-bottom: 20px;
  padding: 20px 15px 0 25px;
  color: #a1abb3;
  font-size: 13px;
  margin-top: -10px;
  position: relative;
}
/* line 565, /app/app/assets/stylesheets/global.scss */
.table-head .controls {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
}

/* line 573, /app/app/assets/stylesheets/global.scss */
.table-row-header {
  position: relative;
  top: -21px;
  width: auto;
  font-size: 11px;
  background: white;
  color: #a1abb3;
  display: inline-block;
  padding-right: 8px;
}

/* line 584, /app/app/assets/stylesheets/global.scss */
.table-row {
  display: block;
  background: white;
  margin-bottom: 20px;
  padding: 20px 15px 20px 25px;
  border-radius: 10px;
  color: #444;
  font-size: 13px;
  min-height: 57px;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 597, /app/app/assets/stylesheets/global.scss */
.table-row a {
  color: #444;
}
/* line 601, /app/app/assets/stylesheets/global.scss */
.table-row .button {
  color: #5127FD;
}
/* line 607, /app/app/assets/stylesheets/global.scss */
.table-row .controls {
  display: block;
}
/* line 610, /app/app/assets/stylesheets/global.scss */
.table-row .controls .icon_close {
  position: absolute;
  opacity: .2;
  right: 16px;
  top: 18px;
}
/* line 616, /app/app/assets/stylesheets/global.scss */
.table-row .controls .icon_close:hover {
  opacity: 1;
}
/* line 620, /app/app/assets/stylesheets/global.scss */
.table-row .controls .toggle-switch {
  position: absolute;
  top: 17px;
  right: 46px;
}

/* line 634, /app/app/assets/stylesheets/global.scss */
.table-column {
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  line-height: 18px;
}

/* line 646, /app/app/assets/stylesheets/global.scss */
.table-image {
  overflow: visible;
}

/* line 650, /app/app/assets/stylesheets/global.scss */
.column-width-4 {
  width: 25%;
}

/* line 656, /app/app/assets/stylesheets/global.scss */
.column-width-5 {
  width: 20%;
}

/* line 662, /app/app/assets/stylesheets/global.scss */
.column-width-7 {
  width: 14.2857142857%;
}

/* line 668, /app/app/assets/stylesheets/global.scss */
.column-width-8 {
  width: 12.5%;
}

/* line 674, /app/app/assets/stylesheets/global.scss */
.table-column-group {
  display: inline-block;
  float: left;
  width: 100%;
}

/* line 684, /app/app/assets/stylesheets/global.scss */
.table-column-group-1 {
  width: calc(100% - 245px);
}
/* line 687, /app/app/assets/stylesheets/global.scss */
.table-column-group-1 .table-column {
  width: 20%;
}

/* line 692, /app/app/assets/stylesheets/global.scss */
.table-column-group-2 {
  width: 245px;
}
/* line 696, /app/app/assets/stylesheets/global.scss */
.table-column-group-2 .table-column-rating {
  width: 75px;
  padding-right: 0;
}
/* line 703, /app/app/assets/stylesheets/global.scss */
.table-column-group-2 .table-column-score {
  width: 170px;
}

/* line 710, /app/app/assets/stylesheets/global.scss */
.selectable_table_head {
  position: relative;
}
/* line 713, /app/app/assets/stylesheets/global.scss */
.selectable_table_head .controls {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 14px;
}
/* line 719, /app/app/assets/stylesheets/global.scss */
.selectable_table_head .controls i {
  color: rgba(0, 0, 0, 0.2);
}

/* line 726, /app/app/assets/stylesheets/global.scss */
.selectable_table_row {
  padding-left: 15px;
  position: relative;
}
/* line 729, /app/app/assets/stylesheets/global.scss */
.selectable_table_row .selectable_row_checkbox {
  position: absolute;
  left: -15px;
  top: 0px;
}

/* line 738, /app/app/assets/stylesheets/global.scss */
.panel {
  padding: 20px 25px;
  border-radius: 12px;
  background: white;
  clear: both;
  margin: 0 auto 20px;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 747, /app/app/assets/stylesheets/global.scss */
.panel h3 {
  padding-top: 10px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
  color: #a1abb3;
}

/* line 756, /app/app/assets/stylesheets/global.scss */
.login_form_panel {
  max-width: 500px;
}
/* line 758, /app/app/assets/stylesheets/global.scss */
.login_form_panel .btn_forgot_password {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 1.5rem;
  bottom: 2px;
}
/* line 765, /app/app/assets/stylesheets/global.scss */
.login_form_panel .button-box {
  margin-bottom: 5px;
}

/* line 771, /app/app/assets/stylesheets/global.scss */
.code {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
  color: #888;
  padding: 1rem;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 600px;
}

/* line 781, /app/app/assets/stylesheets/global.scss */
.breadcrumbs {
  text-align: left;
  position: relative;
  top: -15px;
}
/* line 787, /app/app/assets/stylesheets/global.scss */
.breadcrumbs a {
  color: #a1abb3;
}
/* line 791, /app/app/assets/stylesheets/global.scss */
.breadcrumbs a:hover {
  color: #5127FD;
}

/* line 797, /app/app/assets/stylesheets/global.scss */
.tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 800, /app/app/assets/stylesheets/global.scss */
.tabs li {
  display: inline-block;
  margin: 0;
  position: relative;
  bottom: -1px;
}
/* line 807, /app/app/assets/stylesheets/global.scss */
.tabs li a {
  display: block;
  background: #f2f4ff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  color: #5127FD;
}
/* line 825, /app/app/assets/stylesheets/global.scss */
.tabs li.active a {
  background: white;
  border-bottom: 1px solid white;
  color: #444;
}

/* line 834, /app/app/assets/stylesheets/global.scss */
.tab-content {
  display: none;
}

/* line 839, /app/app/assets/stylesheets/global.scss */
.tab-content.active {
  display: inherit;
}

/* line 843, /app/app/assets/stylesheets/global.scss */
.alert {
  background: #f2f4ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 15px;
}
/* line 845, /app/app/assets/stylesheets/global.scss */
.alert h2 {
  font-size: 16px;
  margin: 0 !important;
}
/* line 850, /app/app/assets/stylesheets/global.scss */
.alert p {
  line-height: 1.3;
}
/* line 854, /app/app/assets/stylesheets/global.scss */
.alert p:last-child {
  margin: 0;
}

/* line 865, /app/app/assets/stylesheets/global.scss */
.alert_left {
  float: left;
  padding-top: 3px;
  padding-right: 10px;
}

/* line 871, /app/app/assets/stylesheets/global.scss */
.alert_right {
  float: left;
  width: calc(100% - 30px);
}

/* line 881, /app/app/assets/stylesheets/global.scss */
.pagination li {
  display: inline-block;
  padding-right: 20px;
}

/* line 890, /app/app/assets/stylesheets/global.scss */
#footer {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
/* line 893, /app/app/assets/stylesheets/global.scss */
#footer p {
  margin: 0;
  font-size: 13px;
  color: #aaa;
}
/* line 899, /app/app/assets/stylesheets/global.scss */
#footer a {
  color: #aaa;
}
/* line 902, /app/app/assets/stylesheets/global.scss */
#footer .row {
  width: 100%;
}
/* line 906, /app/app/assets/stylesheets/global.scss */
#footer .nav {
  font-size: 13px;
}
/* line 908, /app/app/assets/stylesheets/global.scss */
#footer .nav li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

/* line 917, /app/app/assets/stylesheets/global.scss */
.icon_download {
  height: 4px;
  width: 8px;
  display: inline-block;
  background: #5127FD;
  position: relative;
  top: -7px;
  margin-right: 5px;
  border-radius: 1px 1px 0 0;
}

/* line 929, /app/app/assets/stylesheets/global.scss */
.icon_download:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5127FD;
  position: absolute;
  left: -2px;
  bottom: -4px;
}

/* line 943, /app/app/assets/stylesheets/global.scss */
.icon_download:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  height: 2px;
  width: 10px;
  background: #5127FD;
  left: -1px;
  border-radius: 1px;
}

@media screen and (min-width: 641px) {
  /* line 965, /app/app/assets/stylesheets/global.scss */
  td {
    font-size: 0.8rem;
  }

  /* line 969, /app/app/assets/stylesheets/global.scss */
  .text-center-small {
    text-align: left;
  }

  /* line 973, /app/app/assets/stylesheets/global.scss */
  .text-center-small.text-right {
    text-align: right;
  }

  /* line 977, /app/app/assets/stylesheets/global.scss */
  .small-text {
    font-size: 12px;
    font-weight: 300;
  }

  /* line 983, /app/app/assets/stylesheets/global.scss */
  #footer .nav {
    margin: 0;
  }
  /* line 985, /app/app/assets/stylesheets/global.scss */
  #footer .nav li {
    padding: 0 0 0 20px;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  /* line 996, /app/app/assets/stylesheets/global.scss */
  p {
    font-size: 1rem;
    margin: 0 0 20px;
    line-height: 22px;
  }

  /* line 1003, /app/app/assets/stylesheets/global.scss */
  ul {
    font-size: 1rem;
    margin: 0 0 20px;
    line-height: 1.2rem;
  }

  /* line 1009, /app/app/assets/stylesheets/global.scss */
  h2, h1 {
    margin: 0 0 20px;
    line-height: 2.4rem;
  }

  /* line 1015, /app/app/assets/stylesheets/global.scss */
  h3 {
    font-size: .9rem;
    margin: 0;
    line-height: 1.8rem;
  }

  /* line 1022, /app/app/assets/stylesheets/global.scss */
  td {
    font-size: 1rem;
  }

  /* line 1026, /app/app/assets/stylesheets/global.scss */
  .menuBox {
    display: block;
    width: 300px;
    float: left;
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    text-align: left;
  }
  /* line 1038, /app/app/assets/stylesheets/global.scss */
  .menuBox ul {
    margin: 0;
  }
  /* line 1043, /app/app/assets/stylesheets/global.scss */
  .menuBox li {
    display: block;
    margin: 0;
  }
  /* line 1047, /app/app/assets/stylesheets/global.scss */
  .menuBox li a {
    display: block;
    padding: 10px 1.5rem;
  }
  /* line 1052, /app/app/assets/stylesheets/global.scss */
  .menuBox li a.active {
    margin-right: -1px;
    z-index: 1;
    position: relative;
    background: white;
    font-weight: 700;
  }
  /* line 1064, /app/app/assets/stylesheets/global.scss */
  .menuBox .row {
    max-width: 100%;
    margin: 0;
  }

  /* line 1071, /app/app/assets/stylesheets/global.scss */
  .menuBox.menuBoxRight li a.active {
    margin-left: -1px;
    width: calc(100% - 1px);
    padding-left: calc(1.5rem + 1px);
  }

  /* line 1080, /app/app/assets/stylesheets/global.scss */
  .menuBox.menuBoxRight {
    border-right: none;
  }

  /* line 1087, /app/app/assets/stylesheets/global.scss */
  .contentBox {
    width: calc(100% - 300px);
    height: calc(100vh - 80px);
    float: left;
    overflow-y: auto;
    padding-left: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 1100, /app/app/assets/stylesheets/global.scss */
  .contentBox .row {
    max-width: calc(100%);
  }
  /* line 1104, /app/app/assets/stylesheets/global.scss */
  .contentBox .contentSection {
    display: none;
  }
  /* line 1108, /app/app/assets/stylesheets/global.scss */
  .contentBox .contentSection h2 {
    border: none;
  }
  /* line 1116, /app/app/assets/stylesheets/global.scss */
  .contentBox .contentSection.active {
    display: block;
  }
}
/* line 6, /app/app/assets/stylesheets/grid.scss */
.row {
  clear: both;
  margin: 0 -1.5rem;
  position: relative;
  display: block;
  width: calc(100% + 3rem);
  text-align: left;
  text-align: left;
}

/* line 17, /app/app/assets/stylesheets/grid.scss */
.row .row {
  max-width: none;
}

/* line 21, /app/app/assets/stylesheets/grid.scss */
.column {
  display: block;
  float: left;
  padding: 0 1.5rem;
  width: 100%;
  position: relative;
}

/* line 30, /app/app/assets/stylesheets/grid.scss */
.row:last-child:after {
  content: '';
  display: block;
  clear: both;
}

/* line 36, /app/app/assets/stylesheets/grid.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 40, /app/app/assets/stylesheets/grid.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 44, /app/app/assets/stylesheets/grid.scss */
.small-3 {
  width: 25%;
}

/* line 48, /app/app/assets/stylesheets/grid.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 52, /app/app/assets/stylesheets/grid.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 56, /app/app/assets/stylesheets/grid.scss */
.small-6 {
  width: 50%;
}

/* line 60, /app/app/assets/stylesheets/grid.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 64, /app/app/assets/stylesheets/grid.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 68, /app/app/assets/stylesheets/grid.scss */
.small-9 {
  width: 75%;
}

/* line 72, /app/app/assets/stylesheets/grid.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 76, /app/app/assets/stylesheets/grid.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 80, /app/app/assets/stylesheets/grid.scss */
.small-12 {
  width: 100%;
}

/* line 84, /app/app/assets/stylesheets/grid.scss */
.hide-for-small, .show-for-large-only {
  display: none;
}

/* line 88, /app/app/assets/stylesheets/grid.scss */
.table-column-7 {
  width: 14.2857142857%;
}

/* line 92, /app/app/assets/stylesheets/grid.scss */
.table-column-5 {
  width: 20%;
}

/* line 96, /app/app/assets/stylesheets/grid.scss */
.table-column-6 {
  width: 16.6666666667%;
}

/* line 100, /app/app/assets/stylesheets/grid.scss */
.table-column-8 {
  width: 12.5%;
}

@media screen and (min-width: 641px) {
  /* line 108, /app/app/assets/stylesheets/grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }

  /* line 112, /app/app/assets/stylesheets/grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }

  /* line 116, /app/app/assets/stylesheets/grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 120, /app/app/assets/stylesheets/grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }

  /* line 124, /app/app/assets/stylesheets/grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }

  /* line 128, /app/app/assets/stylesheets/grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 132, /app/app/assets/stylesheets/grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }

  /* line 136, /app/app/assets/stylesheets/grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }

  /* line 140, /app/app/assets/stylesheets/grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 144, /app/app/assets/stylesheets/grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }

  /* line 148, /app/app/assets/stylesheets/grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }

  /* line 152, /app/app/assets/stylesheets/grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 156, /app/app/assets/stylesheets/grid.scss */
  .show-for-small-only {
    display: none;
  }

  /* line 160, /app/app/assets/stylesheets/grid.scss */
  .hide-for-small {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  /* line 176, /app/app/assets/stylesheets/grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }

  /* line 180, /app/app/assets/stylesheets/grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 184, /app/app/assets/stylesheets/grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }

  /* line 188, /app/app/assets/stylesheets/grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }

  /* line 192, /app/app/assets/stylesheets/grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 196, /app/app/assets/stylesheets/grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }

  /* line 200, /app/app/assets/stylesheets/grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }

  /* line 204, /app/app/assets/stylesheets/grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 208, /app/app/assets/stylesheets/grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 212, /app/app/assets/stylesheets/grid.scss */
  .large-20-percent {
    width: 20%;
  }

  /* line 216, /app/app/assets/stylesheets/grid.scss */
  .show-for-large-only {
    display: inline-block;
  }
}
/* line 222, /app/app/assets/stylesheets/grid.scss */
.width-100-percent {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  /* line 229, /app/app/assets/stylesheets/grid.scss */
  .x-large-3 {
    width: 25%;
  }

  /* line 233, /app/app/assets/stylesheets/grid.scss */
  .x-large-4 {
    width: 33.3333333333%;
  }

  /* line 237, /app/app/assets/stylesheets/grid.scss */
  .x-large-5 {
    width: 41.6666666667%;
  }

  /* line 241, /app/app/assets/stylesheets/grid.scss */
  .x-large-6 {
    width: 50%;
  }

  /* line 245, /app/app/assets/stylesheets/grid.scss */
  .x-large-7 {
    width: 58.3333333333%;
  }

  /* line 249, /app/app/assets/stylesheets/grid.scss */
  .x-large-8 {
    width: 66.6666666667%;
  }

  /* line 253, /app/app/assets/stylesheets/grid.scss */
  .x-large-12 {
    width: 100%;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/header.scss */
#header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
/* line 14, /app/app/assets/stylesheets/header.scss */
#header .logo {
  position: absolute;
  top: 12px;
  font-weight: 600;
  height: 38px;
  width: 169px;
  background-position: -158px -297px;
}
/* line 26, /app/app/assets/stylesheets/header.scss */
#header #avatar_box {
  display: none;
  position: absolute;
  top: 2px;
  height: 36px;
  width: 36px;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
}
/* line 36, /app/app/assets/stylesheets/header.scss */
#header #avatar_box img {
  width: 100%;
}
/* line 41, /app/app/assets/stylesheets/header.scss */
#header .user-avatar {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
}
/* line 48, /app/app/assets/stylesheets/header.scss */
#header #settings_box {
  display: none;
  position: absolute;
  right: 50px;
  top: 7px;
}
/* line 54, /app/app/assets/stylesheets/header.scss */
#header #settings_box a {
  font-size: 28px;
}
/* line 57, /app/app/assets/stylesheets/header.scss */
#header #settings_box a i {
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
/* line 65, /app/app/assets/stylesheets/header.scss */
#header #settings_box a:hover i {
  color: #5127FD;
}
/* line 71, /app/app/assets/stylesheets/header.scss */
#header #notifications_box {
  position: absolute;
  right: 0;
  top: 8px;
}
/* line 77, /app/app/assets/stylesheets/header.scss */
#header #search_box {
  display: none;
}

/* line 83, /app/app/assets/stylesheets/header.scss */
.header-content {
  margin: 0 auto;
  padding: 0 1.5rem 0;
  height: 60px;
  position: relative;
}

/* line 92, /app/app/assets/stylesheets/header.scss */
.header-tools {
  position: absolute;
  right: 80px;
  top: 8px;
}

/* line 117, /app/app/assets/stylesheets/header.scss */
.header-avatar:hover {
  color: white;
}

/* line 125, /app/app/assets/stylesheets/header.scss */
.header-menu-large {
  display: none;
}

/* line 129, /app/app/assets/stylesheets/header.scss */
.header-menu {
  position: absolute;
  right: 1.5rem;
  top: 16px;
  display: block;
}

/* line 138, /app/app/assets/stylesheets/header.scss */
.btn-header-menu {
  display: inline-block;
  height: 36px;
  width: 36px;
  background-position: -36px -354px;
}

/* line 146, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown {
  background: white;
  padding: 70px 20px 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
/* line 156, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown .controls {
  display: block;
  top: 10px;
  right: 15px;
}
/* line 161, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown .controls a {
  font-size: 28px;
}
/* line 166, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown .controls a:hover i {
  color: #666;
}
/* line 172, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown li {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 176, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown li a {
  color: #666;
}
/* line 180, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown li a:hover {
  color: #5127FD;
}
/* line 184, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown li li {
  margin-bottom: 0px;
  font-weight: normal;
}
/* line 190, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown li li a {
  margin-bottom: 0px;
}

/* line 204, /app/app/assets/stylesheets/header.scss */
.header-menu-dropdown:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -8px;
  right: 15px;
}

@media screen and (min-width: 780px) {
  /* line 225, /app/app/assets/stylesheets/header.scss */
  #header #search_box {
    display: block;
  }
  /* line 229, /app/app/assets/stylesheets/header.scss */
  #header #avatar_box {
    display: block;
  }
  /* line 233, /app/app/assets/stylesheets/header.scss */
  #header #settings_box {
    display: block;
  }
  /* line 237, /app/app/assets/stylesheets/header.scss */
  #header #notifications_box {
    right: 90px;
  }

  /* line 243, /app/app/assets/stylesheets/header.scss */
  .header-tools {
    padding-right: 130px;
  }
}
@media screen and (min-width: 1310px) {
  /* line 255, /app/app/assets/stylesheets/header.scss */
  .header-menu {
    display: none;
  }

  /* line 260, /app/app/assets/stylesheets/header.scss */
  .settings_link {
    display: none !important;
  }

  /* line 264, /app/app/assets/stylesheets/header.scss */
  .header-tools {
    right: 30px;
  }

  /* line 268, /app/app/assets/stylesheets/header.scss */
  .header-menu-large {
    display: block;
    position: absolute;
    left: 230px;
  }
  /* line 273, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul {
    display: block;
    margin: 0;
  }
  /* line 276, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  /* line 283, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    white-space: nowrap;
    font-size: 13px;
    color: #666;
  }
  /* line 294, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul ul {
    display: none;
  }
  /* line 299, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li:hover ul {
    display: block;
    position: absolute;
    top: 56px;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  }
  /* line 316, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li:hover ul li {
    display: block;
  }
  /* line 318, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li:hover ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
  /* line 326, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li:hover ul li:last-child {
    padding-bottom: 5px;
  }
  /* line 330, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li:hover ul li:hover {
    background: rgba(0, 0, 0, 0.03);
  }
}
@media screen and (min-width: 1376px) {
  /* line 345, /app/app/assets/stylesheets/header.scss */
  .header-menu-large ul li a {
    font-size: 14px;
  }
}
/* line 3, /app/app/assets/stylesheets/images.scss */
.images-box {
  margin-bottom: 100px;
}

/* line 8, /app/app/assets/stylesheets/images.scss */
.image-box {
  padding-top: 20px;
}
/* line 10, /app/app/assets/stylesheets/images.scss */
.image-box img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
/* line 15, /app/app/assets/stylesheets/images.scss */
.image-box video {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

/* line 22, /app/app/assets/stylesheets/images.scss */
.dropZone {
  padding: 20px 1.5rem 0 1.5rem;
  position: relative;
}
/* line 25, /app/app/assets/stylesheets/images.scss */
.dropZone span {
  display: block;
  position: absolute;
  top: 20px;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  background: #999;
}

/* line 44, /app/app/assets/stylesheets/images.scss */
#form_images_box .image-box, #images_box .image-box {
  display: inline-block;
  float: none;
  position: relative;
  padding: 0 5px 2px 0;
  width: 33.3333333%;
}
/* line 54, /app/app/assets/stylesheets/images.scss */
#form_images_box .image-box:hover .controls, #images_box .image-box:hover .controls {
  display: block;
}
/* line 60, /app/app/assets/stylesheets/images.scss */
#form_images_box .controls, #images_box .controls {
  right: 5px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
/* line 64, /app/app/assets/stylesheets/images.scss */
#form_images_box .controls i, #images_box .controls i {
  color: #fff;
}
/* line 67, /app/app/assets/stylesheets/images.scss */
#form_images_box .controls a, #images_box .controls a {
  padding: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
}
/* line 78, /app/app/assets/stylesheets/images.scss */
#form_images_box .controls:hover a, #images_box .controls:hover a {
  background: black;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 6, /app/app/assets/stylesheets/imports.scss */
.csv_field_name {
  display: inline-block;
  padding-top: 10px;
  position: relative;
}

/* line 14, /app/app/assets/stylesheets/imports.scss */
.csv_field_name:before {
  content: '\2192';
  display: inline-block;
  position: absolute;
  left: -30px;
  font-size: 16px;
  top: 9px;
  color: #a1abb3;
}

/* line 24, /app/app/assets/stylesheets/imports.scss */
.csv_error_list
.table-column {
  color: #ed326e;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 7, /app/app/assets/stylesheets/insights.scss */
.key_metric_score {
  position: relative;
  display: block;
  border-radius: 3px;
  background: #f2f4ff;
  height: 6px;
  margin-top: 10px;
}

/* line 16, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_fill {
  position: relative;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}

/* line 23, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background: #999;
}

/* line 37, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment_1, .insights_chart_column_bar_fill_segment_1 {
  background: #ed326e;
}

/* line 41, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment_2, .insights_chart_column_bar_fill_segment_2 {
  background: #ff7c48;
}

/* line 46, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment_3, .insights_chart_column_bar_fill_segment_3 {
  background: #ffc548;
}

/* line 51, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment_4, .insights_chart_column_bar_fill_segment_4 {
  background: #8F75F8;
}

/* line 56, /app/app/assets/stylesheets/insights.scss */
.key_metric_score_segment_5, .insights_chart_column_bar_fill_segment_5 {
  background: #5127FD;
}

/* line 62, /app/app/assets/stylesheets/insights.scss */
.insights_chart_column_bar_fill_segment_5 {
  border-radius: 4px 4px 0 0;
}

/* line 66, /app/app/assets/stylesheets/insights.scss */
.insights_chart_column_bar_fill {
  width: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  width: 8px;
  left: calc(50% - 4px);
  right: calc(50% - 4px);
  border-radius: 4px;
  overflow: hidden;
}

/* line 82, /app/app/assets/stylesheets/insights.scss */
.insights_chart_column_bar_fill_segment {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
}

/* line 93, /app/app/assets/stylesheets/insights.scss */
.overall_score_meter {
  position: relative;
}

/* line 99, /app/app/assets/stylesheets/insights.scss */
.key_metric_meter .tooltip, .overall_score_meter .tooltip {
  width: auto;
  min-width: 100px;
}
/* line 105, /app/app/assets/stylesheets/insights.scss */
.key_metric_meter .tooltip_content_row, .overall_score_meter .tooltip_content_row {
  display: block;
  line-height: 1.6;
  white-space: nowrap;
  color: #444;
  font-size: 1rem;
}

/* line 118, /app/app/assets/stylesheets/insights.scss */
.overall_score_meter .tooltip {
  left: 97%;
  right: auto;
  top: 25%;
}
/* line 124, /app/app/assets/stylesheets/insights.scss */
.overall_score_meter .tooltip .tooltip_arrow {
  bottom: calc(50% - 10px);
  top: auto;
}

/* line 135, /app/app/assets/stylesheets/insights.scss */
.key_metric_meter .tooltip {
  left: auto;
  right: 0;
}
/* line 140, /app/app/assets/stylesheets/insights.scss */
.key_metric_meter .tooltip .tooltip_arrow {
  bottom: 26px;
  top: auto;
}

/* line 152, /app/app/assets/stylesheets/insights.scss */
.key_metric_meter:hover .tooltip, .overall_score_meter:hover .tooltip {
  display: block;
}

/* line 160, /app/app/assets/stylesheets/insights.scss */
.insights.locations .table-row.direction_negative {
  border-left: 4px solid #ed326e;
  margin-left: -4px;
}
/* line 166, /app/app/assets/stylesheets/insights.scss */
.insights.locations .quarterly_percentage_change {
  position: relative;
}
/* line 169, /app/app/assets/stylesheets/insights.scss */
.insights.locations .quarterly_percentage_change .change_arrow {
  background: #ccc;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
/* line 182, /app/app/assets/stylesheets/insights.scss */
.insights.locations .quarterly_percentage_change .fa-arrow-up, .insights.locations .quarterly_percentage_change .fa-arrow-down {
  position: relative;
  display: none;
  font-size: 10px;
  top: -1px;
  color: #fff;
}
/* line 192, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_negative .quarterly_percentage_change {
  color: #ed326e;
  font-weight: 700;
}
/* line 196, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_negative .quarterly_percentage_change .change_arrow {
  background: #ed326e;
}
/* line 200, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_negative .quarterly_percentage_change .fa-arrow-down {
  display: inherit;
}
/* line 206, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_positive .quarterly_percentage_change {
  color: #5127FD;
  font-weight: 700;
}
/* line 210, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_positive .quarterly_percentage_change .change_arrow {
  background: #5127FD;
}
/* line 214, /app/app/assets/stylesheets/insights.scss */
.insights.locations .direction_positive .quarterly_percentage_change .fa-arrow-up {
  display: inherit;
}
/* line 1, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_form {
  display: none;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
}

/* line 10, /app/app/assets/stylesheets/item_adder.scss */
.item_adder.adding_item .item_adder_form {
  display: block;
}
/* line 14, /app/app/assets/stylesheets/item_adder.scss */
.item_adder.adding_item .item_adder_button {
  display: none;
}

/* line 19, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_fields {
  width: calc(100% - 30px);
  display: inline-block;
  float: left;
}

/* line 25, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_field_box {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
}
/* line 32, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_field_box .chosen-container {
  margin: 0;
}

/* line 38, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_save_button_box {
  display: inline-block;
  position: relative;
  top: 22px;
}
/* line 44, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_save_button_box a {
  font-size: 20px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}

/* line 53, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_item {
  font-size: 1rem;
  margin: 0 0 20px;
  line-height: 22px;
}

/* line 60, /app/app/assets/stylesheets/item_adder.scss */
.item_adder_item:hover .btn_remove_item_adder_item {
  display: inline-block;
}

/* line 66, /app/app/assets/stylesheets/item_adder.scss */
.btn_remove_item_adder_item {
  display: none;
  padding: 0 5px;
}
/*! jQuery UI - v1.13.2 - 2022-10-20
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/*! jQuery UI - v1.13.2 - 2022-10-20
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 4, /app/app/assets/stylesheets/key_metric.scss */
.paused .key_metric_bar_fill {
  width: 0% !important;
}

/* line 9, /app/app/assets/stylesheets/key_metric.scss */
#key_metric .audience_selector {
  display: none;
}

/* line 15, /app/app/assets/stylesheets/key_metric.scss */
.key_metrics h2 {
  font-weight: 500;
}

/* line 21, /app/app/assets/stylesheets/key_metric.scss */
.key_metric {
  position: relative;
  cursor: pointer;
  padding: 15px 15px 18px 25px;
}
/* line 27, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_title {
  display: inline-block;
  width: calc(100% - 60px);
  margin-bottom: 5px;
  font-weight: 400;
}
/* line 34, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_score {
  font-size: 24px;
  line-height: 30px;
}
/* line 44, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_score_current_90 {
  font-size: 14px;
  text-align: right;
  width: 60px;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 52, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_bar_box {
  padding-right: 30px;
}
/* line 64, /app/app/assets/stylesheets/key_metric.scss */
.key_metric p {
  margin-bottom: 6px;
}
/* line 68, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_bar {
  background: white;
  border-radius: 6px;
  background: #f2f4ff;
  height: 8px;
}
/* line 77, /app/app/assets/stylesheets/key_metric.scss */
.key_metric .key_metric_bar_fill {
  height: 8px;
  border-radius: 6px;
  background-image: url("gradient-horizontal-300-171289abbe27d3aaad6950af7529c2be081618c4f0eb3711602358e94e7383ad.png");
  background-size: 700px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background-repeat: no-repeat;
  background-color: #5127FD;
}

/* line 91, /app/app/assets/stylesheets/key_metric.scss */
.icon_metrics {
  height: 25px;
  width: 29px;
  display: inline-block;
  background-position: -370px -303px;
  position: relative;
  bottom: -7px;
  margin-right: 3px;
}

/* line 102, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-left {
  width: 40px;
  display: inline;
  float: left;
}

/* line 109, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 123, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon.rating_1, .metric-response-icon.rating_no, .metric-response-icon.recommendation_negative {
  background: #ed326e;
}

/* line 128, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon.rating_2 {
  background: #ff7c48;
}

/* line 132, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon.rating_3 {
  background: #ffc548;
}

/* line 136, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon.rating_4 {
  background: #8F75F8;
}

/* line 140, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-icon.rating_5, .metric-response-icon.rating_yes, .metric-response-icon.recommendation_positive {
  background: #5127FD;
}

/* line 144, /app/app/assets/stylesheets/key_metric.scss */
.icon_recommendation {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-position: -142px -355px;
  position: relative;
  bottom: -5px;
}

/* line 153, /app/app/assets/stylesheets/key_metric.scss */
.icon_recommendation.icon_thumbs_up {
  background-position: -142px -355px;
}

/* line 159, /app/app/assets/stylesheets/key_metric.scss */
.icon_recommendation.icon_thumbs_down {
  background-position: -172px -355px;
}

/* line 165, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-left {
  padding-top: 4px;
  float: left;
  width: 40px;
}

/* line 171, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-right {
  display: inline;
  float: left;
  padding-left: 1rem;
  width: calc(100% - 40px);
}

/* line 180, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-date, .metric-response-title {
  margin-bottom: 7px;
  line-height: 1.4;
  padding-right: 40px;
}

/* line 188, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-comment {
  color: #444;
  padding-right: 50px;
}
/* line 191, /app/app/assets/stylesheets/key_metric.scss */
.metric-response-comment p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 20px;
}

/* line 198, /app/app/assets/stylesheets/key_metric.scss */
.reply-comment {
  padding-top: 1.5rem;
}

/* line 202, /app/app/assets/stylesheets/key_metric.scss */
.key_metrics .negative_change .quaterly_percentage_change {
  color: #ed326e;
}

/* line 210, /app/app/assets/stylesheets/key_metric.scss */
.key_metrics .table-row.negative_change {
  border-left: 4px solid #ed326e;
  margin-left: -4px;
}

/* line 215, /app/app/assets/stylesheets/key_metric.scss */
.response-comment-box {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 221, /app/app/assets/stylesheets/key_metric.scss */
.key_metrics .table-row :last-child {
  border-bottom: none;
}

/* line 225, /app/app/assets/stylesheets/key_metric.scss */
.response-comments-box {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 6, /app/app/assets/stylesheets/listings.scss */
.google_location_choice {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 4px;
  font-size: 18px;
  display: block;
  font-weight: 400;
}

/* line 17, /app/app/assets/stylesheets/listings.scss */
.connected_app_panel h2 {
  margin: 0 0 5px;
  font-weight: 500;
}
/* line 22, /app/app/assets/stylesheets/listings.scss */
.connected_app_panel p {
  margin: 0 0 12px;
}

/* line 27, /app/app/assets/stylesheets/listings.scss */
.listings .filterBox .user_location_search .keyword {
  width: 360px;
}

/* line 31, /app/app/assets/stylesheets/listings.scss */
.staff_to_resident_ratio_box {
  width: 50%;
  padding-right: 0;
}

/* line 38, /app/app/assets/stylesheets/listings.scss */
.ratio_field_box input {
  width: 50px;
  display: inline-block;
}
/* line 43, /app/app/assets/stylesheets/listings.scss */
.ratio_field_box label {
  display: block;
  width: 100%;
  bottom: 0;
  margin-top: 2px;
  left: 0;
}
/* line 51, /app/app/assets/stylesheets/listings.scss */
.ratio_field_box .ratio_field_colon {
  color: #a1abb3;
  display: inline-block;
  padding: 0 3px;
}

/* line 58, /app/app/assets/stylesheets/listings.scss */
.chatbot_uploader_box, .logo_uploader_box {
  display: inline-block;
  margin-right: 20px;
}

/* line 65, /app/app/assets/stylesheets/listings.scss */
.chatbot_uploader_label, .logo_uploader_label {
  color: #bbb;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
}

/* line 72, /app/app/assets/stylesheets/listings.scss */
.chatbot_avatar, .chatbot_icon, .branding_logo {
  height: 60px;
  width: 60px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
/* line 86, /app/app/assets/stylesheets/listings.scss */
.chatbot_avatar img, .chatbot_icon img, .branding_logo img {
  width: 100%;
}

/* line 92, /app/app/assets/stylesheets/listings.scss */
.toggle-button .web_review_icon {
  margin-right: 7px;
}

/* line 97, /app/app/assets/stylesheets/listings.scss */
.connect_to_canva_box {
  display: inline-block;
  bottom: 24px;
  padding-left: 10px;
  position: relative;
}
/* line 104, /app/app/assets/stylesheets/listings.scss */
.connect_to_canva_box .icon_canva {
  bottom: 1px;
}

/* line 111, /app/app/assets/stylesheets/listings.scss */
#wigetSources .toggle-button .button_label {
  position: relative;
  top: -2px;
  padding-right: 4px;
}

@media screen and (min-width: 641px) {
  /* line 121, /app/app/assets/stylesheets/listings.scss */
  .staff_to_resident_ratio_box {
    width: 33.33%;
  }
}
@media screen and (min-width: 1025px) {
  /* line 129, /app/app/assets/stylesheets/listings.scss */
  .staff_to_resident_ratio_box {
    width: 14.285714285714286%;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/loading_screen.scss */
.loading_screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
/* line 12, /app/app/assets/stylesheets/loading_screen.scss */
.loading_screen h2 {
  margin: 0 0 10px;
}

/* line 18, /app/app/assets/stylesheets/loading_screen.scss */
.loading_screen_message {
  top: calc(50% - 40px);
  position: absolute;
  left: 10%;
  right: 10%;
}
/* line 1, /app/app/assets/stylesheets/mentionator.scss */
#demoContentContainerDiv {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 2;
  margin-left: -250px;
  min-width: 510px;
  height: 200px;
}

/* line 18, /app/app/assets/stylesheets/mentionator.scss */
#instructionSpan {
  display: block;
  width: 500px;
  margin-bottom: 30px;
  text-align: center;
  font: .8em Arial, sans-serif;
}

/* line 29, /app/app/assets/stylesheets/mentionator.scss */
#demoTextArea {
  position: relative;
  display: block;
  z-index: 1;
  width: 500px;
  height: inherit;
  padding: 4px;
  font: 1em Arial, sans-serif;
  word-wrap: break-word;
}

/* line 46, /app/app/assets/stylesheets/mentionator.scss */
.mentionSpans {
  background-color: #f88279;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* line 56, /app/app/assets/stylesheets/mentionator.scss */
.ui-autocomplete {
  position: absolute !important;
  color: #616161;
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.196);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.196);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.196);
}

/* line 72, /app/app/assets/stylesheets/mentionator.scss */
.ui-autocomplete.ui-menu {
  padding: 0px;
}

/* line 77, /app/app/assets/stylesheets/mentionator.scss */
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  background: #FFFFFF;
}

/* line 86, /app/app/assets/stylesheets/mentionator.scss */
.ui-autocomplete a {
  display: block;
  padding: 5px;
  cursor: pointer;
}

/* line 93, /app/app/assets/stylesheets/mentionator.scss */
.ui-autocomplete .ui-state-focus {
  background-color: #f88279;
}

/* line 98, /app/app/assets/stylesheets/mentionator.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 8, /app/app/assets/stylesheets/notifications.scss */
.notifications .table-row {
  cursor: pointer;
}
/* line 11, /app/app/assets/stylesheets/notifications.scss */
.notifications .table-row .user-avatar {
  background: #f2f4ff;
  color: #fff;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
}
/* line 21, /app/app/assets/stylesheets/notifications.scss */
.notifications .table-row .user-avatar img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 28, /app/app/assets/stylesheets/notifications.scss */
.notifications .table-row .user_comment_left {
  width: 48px;
  float: left;
}
/* line 33, /app/app/assets/stylesheets/notifications.scss */
.notifications .table-row .user_comment_right {
  width: calc( 100% - 48px);
  float: left;
}
/* line 39, /app/app/assets/stylesheets/notifications.scss */
.notifications .status_read {
  background: #f2f4ff;
  box-shadow: none;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/overview.scss */
#overview {
  margin-bottom: 100px;
}

/* line 7, /app/app/assets/stylesheets/overview.scss */
.overview_top {
  margin-bottom: 40px;
}
/* line 9, /app/app/assets/stylesheets/overview.scss */
.overview_top p {
  margin: 0 0 5px;
  font-size: 15px;
  color: #444;
}

/* line 16, /app/app/assets/stylesheets/overview.scss */
.overview_filters {
  text-align: right;
  bottom: 0;
  clear: both;
  position: absolute;
  right: 0;
  z-index: 1;
  white-space: nowrap;
}

/* line 26, /app/app/assets/stylesheets/overview.scss */
.pill-selector {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}

/* line 33, /app/app/assets/stylesheets/overview.scss */
.pill-selector-button {
  background: #5127FD;
  color: white;
  font-size: 13px;
  padding: 0 27px 0 15px;
  line-height: 24px;
  text-align: left;
  border-radius: 12px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  text-transform: capitalize;
  min-width: 85px;
  position: relative;
}

/* line 52, /app/app/assets/stylesheets/overview.scss */
.pill-selector-metric {
  min-width: 200px;
}

/* line 57, /app/app/assets/stylesheets/overview.scss */
.dash .date_selector {
  display: none;
}

/* line 63, /app/app/assets/stylesheets/overview.scss */
.date_selector .pill-selector-button {
  min-width: 120px;
}

/* line 69, /app/app/assets/stylesheets/overview.scss */
.response_type_selector .pill-selector-button {
  min-width: 160px;
}

/* line 77, /app/app/assets/stylesheets/overview.scss */
.chevron_white {
  height: 8px;
  width: 9px;
  display: inline-block;
  background-position: -7px -352px;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* line 89, /app/app/assets/stylesheets/overview.scss */
.pill-selector.active .pill-selector-dropdown {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 97, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown {
  background: #5127FD;
  padding: 20px 17px 7px;
  border-radius: 0 0 10px 10px;
  display: none;
  color: white;
  text-align: left;
  z-index: 1;
  top: 22px;
}
/* line 107, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown p {
  margin-bottom: 3px;
  font-size: 13px;
  white-space: nowrap;
}
/* line 113, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown a {
  color: white;
}
/* line 118, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown span {
  display: block;
}
/* line 121, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown form {
  padding-top: 5px;
  width: 100%;
}
/* line 125, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown label {
  color: white;
  font-weight: 400;
  font-size: 11px;
  background: #ff7c48;
  padding: 0;
  left: 0;
  bottom: 0;
}
/* line 136, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container-single .chosen-search {
  padding: 0;
}
/* line 140, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown form .chosen-container-single .chosen-drop {
  border: none !important;
  border-radius: 0 !important;
}
/* line 147, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container-single .chosen-single input[type="text"] {
  border: none !important;
}
/* line 151, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container-single.chosen-container-active {
  border: none !important;
}
/* line 155, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-single {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #fff !important;
}
/* line 162, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container-single .chosen-search input[type="text"] {
  border: none !important;
}
/* line 166, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container-single .chosen-single span {
  color: white;
  font-size: 13px;
}
/* line 171, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container .chosen-results li {
  font-size: 10px;
}
/* line 177, /app/app/assets/stylesheets/overview.scss */
.pill-selector-dropdown .chosen-container {
  margin-bottom: 20px;
}

/* line 183, /app/app/assets/stylesheets/overview.scss */
.panel.panel_tag {
  cursor: pointer;
  padding-top: 10px;
}
/* line 186, /app/app/assets/stylesheets/overview.scss */
.panel.panel_tag .panel {
  margin-bottom: 5px;
}
/* line 189, /app/app/assets/stylesheets/overview.scss */
.panel.panel_tag h3 {
  padding-top: 0;
  line-height: 1.2;
}
/* line 195, /app/app/assets/stylesheets/overview.scss */
.panel.panel_tag .survey_dash_module_averages_change {
  top: -1px;
}

/* line 200, /app/app/assets/stylesheets/overview.scss */
.overview_timeline .timeline_chart_column:hover .timeline_chart_column_tooltip {
  display: none;
}

/* line 205, /app/app/assets/stylesheets/overview.scss */
#popup_contact_support .popPopContent {
  padding-right: 20px;
}
/* line 208, /app/app/assets/stylesheets/overview.scss */
#popup_contact_support .button-box {
  margin-bottom: 0;
}
/* line 1, /app/app/assets/stylesheets/popPop.scss */
.popPop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
/* line 6, /app/app/assets/stylesheets/popPop.scss */
.popPop h2 {
  margin-bottom: 5px;
  font-weight: 600;
}
/* line 11, /app/app/assets/stylesheets/popPop.scss */
.popPop .btnClose {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  z-index: 2000;
}
/* line 21, /app/app/assets/stylesheets/popPop.scss */
.popPop .btnClose:before {
  height: 4px;
  width: 20px;
  display: block;
  background: #444;
  position: absolute;
  right: 12px;
  top: 24px;
  content: '';
  transform: rotate(45deg);
  border-radius: 2px;
}
/* line 34, /app/app/assets/stylesheets/popPop.scss */
.popPop .btnClose:after {
  height: 20px;
  width: 4px;
  display: block;
  background: #444;
  position: absolute;
  right: 20px;
  top: 16px;
  content: '';
  transform: rotate(45deg);
  border-radius: 2px;
}

/* line 49, /app/app/assets/stylesheets/popPop.scss */
.popPopBox {
  max-width: 600px;
  background: white;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
  min-height: 100vh;
}

/* line 58, /app/app/assets/stylesheets/popPop.scss */
.popPopContent {
  padding: 0 0 0 2rem;
}
/* line 62, /app/app/assets/stylesheets/popPop.scss */
.popPopContent .row {
  max-width: 100%;
  margin: 0;
}
/* line 67, /app/app/assets/stylesheets/popPop.scss */
.popPopContent .column {
  padding: 0 1rem 0 0;
}
/* line 71, /app/app/assets/stylesheets/popPop.scss */
.popPopContent .button {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  /* line 83, /app/app/assets/stylesheets/popPop.scss */
  .popPopBox {
    border-radius: 10px;
    height: auto;
    min-height: 0;
  }

  /* line 90, /app/app/assets/stylesheets/popPop.scss */
  .popPop {
    padding-top: 10vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }

  /* line 101, /app/app/assets/stylesheets/popPop.scss */
  .popPopContent {
    height: 100%;
    max-height: 75vh;
    overflow-y: auto;
  }
  /* line 107, /app/app/assets/stylesheets/popPop.scss */
  .popPopContent .button {
    margin-bottom: 0;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 9, /app/app/assets/stylesheets/posts.scss */
.feed_list_header {
  margin: 0 0 15px;
}
/* line 11, /app/app/assets/stylesheets/posts.scss */
.feed_list_header .button {
  width: 100%;
}

/* line 16, /app/app/assets/stylesheets/posts.scss */
.feed_list {
  max-width: 590px;
  margin: 0 auto;
}

/* line 23, /app/app/assets/stylesheets/posts.scss */
.feed_post {
  text-align: left;
  border-radius: 15px;
  background: white;
  overflow: hidden;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: relative;
}
/* line 33, /app/app/assets/stylesheets/posts.scss */
.feed_post .controls {
  display: block;
}
/* line 36, /app/app/assets/stylesheets/posts.scss */
.feed_post .controls a:hover i {
  color: #5127FD;
}

/* line 42, /app/app/assets/stylesheets/posts.scss */
.feed_post_header {
  padding: 8px 10px;
}
/* line 45, /app/app/assets/stylesheets/posts.scss */
.feed_post_header .feed_post_avatar {
  width: 40px;
  float: left;
}

/* line 52, /app/app/assets/stylesheets/posts.scss */
.feed_post_image_box img {
  width: 100%;
}

/* line 57, /app/app/assets/stylesheets/posts.scss */
.feed_post_video_box {
  cursor: pointer;
  position: relative;
}

/* line 74, /app/app/assets/stylesheets/posts.scss */
.feed_post_video_box video {
  max-width: 100%;
}

/* line 79, /app/app/assets/stylesheets/posts.scss */
.feed_post_video_box.video_paused:after {
  content: '';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  z-index: 2;
  left: 0;
  right: 0;
  top: calc(50% - 10px);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 93, /app/app/assets/stylesheets/posts.scss */
.feed_post_video_box.video_paused:hover:after {
  color: white;
}

/* line 97, /app/app/assets/stylesheets/posts.scss */
.feed_post_body {
  clear: both;
  padding: 5px 10px 10px;
}
/* line 100, /app/app/assets/stylesheets/posts.scss */
.feed_post_body p {
  margin-bottom: 10px;
}
/* line 103, /app/app/assets/stylesheets/posts.scss */
.feed_post_body p:last-child {
  margin-bottom: 0;
}

/* line 108, /app/app/assets/stylesheets/posts.scss */
.feed_post_author {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  width: calc(100% - 40px);
  padding-left: 10px;
  float: left;
}

/* line 117, /app/app/assets/stylesheets/posts.scss */
.feed_post_date {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.35;
  width: calc(100% - 40px);
  padding-left: 10px;
  float: left;
  color: #666;
}

/* line 127, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_left {
  width: 50%;
  display: inline-block;
}

/* line 132, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_right {
  width: 50%;
  display: inline-block;
}

/* line 139, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer {
  padding: 10px 15px;
}

/* line 150, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_buttons {
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
}
/* line 153, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_buttons a {
  background: white;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  border-radius: 5px;
}
/* line 161, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_buttons a i {
  color: rgba(0, 0, 0, 0.2);
}
/* line 165, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_buttons a:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* line 167, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_buttons a:hover i {
  color: #5127FD;
}

/* line 177, /app/app/assets/stylesheets/posts.scss */
.feed_post_liked .feed_post_footer_buttons .btn_feed_post_like i {
  color: #5127FD;
}

/* line 186, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_liked .btn_feed_post_comment_like {
  color: #a1abb3;
}
/* line 189, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_liked .btn_feed_post_comment_like:hover {
  color: #5127FD;
}

/* line 194, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_counts {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* line 197, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_counts a, .feed_post_footer_counts a span {
  color: #666;
}

/* line 202, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_counts_left {
  width: 50%;
  display: inline-block;
}

/* line 209, /app/app/assets/stylesheets/posts.scss */
.feed_post_footer_counts_right {
  width: 50%;
  display: inline-block;
  text-align: right;
}

/* line 216, /app/app/assets/stylesheets/posts.scss */
.icon_post_like {
  background: #5127FD;
  width: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-right: 5px;
}
/* line 225, /app/app/assets/stylesheets/posts.scss */
.icon_post_like i {
  position: relative;
  top: -3px;
  color: white;
  font-size: 10px;
}

/* line 234, /app/app/assets/stylesheets/posts.scss */
.icon_post_like:hover i {
  color: white;
}

/* line 239, /app/app/assets/stylesheets/posts.scss */
.feed_post_comments {
  padding: 0 15px 0;
}

/* line 243, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_left {
  width: 40px;
  display: inline-block;
  float: left;
}

/* line 249, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_right {
  width: calc(100% - 40px);
  display: inline-block;
  float: left;
  padding-left: 10px;
}

/* line 256, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_form_box {
  padding: 0 15px;
}

/* line 261, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_form textarea {
  height: 40px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

/* line 271, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_field_box {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

/* line 277, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_form_active .feed_post_comment_form_controls {
  display: block;
}

/* line 283, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_form_controls {
  display: none;
  text-align: right;
  padding: 0 10px 10px 0;
}
/* line 288, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_form_controls .button {
  border-radius: 15px;
}

/* line 293, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_controls {
  padding: 5px 0 0 10px;
  font-size: 13px;
  position: relative;
  clear: both;
}
/* line 300, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_controls .icon_post_like i {
  top: -2px;
}

/* line 306, /app/app/assets/stylesheets/posts.scss */
.post_comment_likes_count_box {
  position: absolute;
  right: 10px;
}

/* line 311, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_box {
  clear: both;
  padding: 0 0 15px;
}

/* line 316, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 20px;
  padding: 10px 15px;
  min-height: 40px;
}
/* line 323, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment p:last-child {
  margin: 0;
}

/* line 328, /app/app/assets/stylesheets/posts.scss */
.feed_post_comment_author_name {
  margin: 0;
  font-weight: 600;
}

/* line 333, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_images_box {
  padding-right: 15px;
}
/* line 335, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_images_box h2 {
  margin-bottom: 15px;
}

/* line 340, /app/app/assets/stylesheets/posts.scss */
.postForm {
  padding-top: 10px;
}
/* line 342, /app/app/assets/stylesheets/posts.scss */
.postForm .button-box {
  margin-bottom: 0;
}
/* line 346, /app/app/assets/stylesheets/posts.scss */
.postForm h2 {
  line-height: 1.8;
  font-size: 1.4rem;
}

/* line 352, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_images {
  padding-top: 10px;
}

/* line 356, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image {
  width: 33%;
  display: inline-block;
  padding-right: 4px;
  position: relative;
}
/* line 361, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image img {
  width: 100%;
}

/* line 367, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image:hover .controls {
  display: block;
  right: 4px;
  background: rgba(0, 0, 0, 0.2);
}
/* line 372, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image:hover .controls a {
  padding: 0;
}
/* line 375, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image:hover .controls a i {
  color: #fff;
}
/* line 380, /app/app/assets/stylesheets/posts.scss */
.feed_post_form_image:hover .controls a:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 396, /app/app/assets/stylesheets/posts.scss */
.posts.edit h1 a i {
  font-size: 16px;
  color: #a1abb3;
}
/* line 403, /app/app/assets/stylesheets/posts.scss */
.posts.edit h1 a:hover i {
  color: #5127FD;
}
/* line 409, /app/app/assets/stylesheets/posts.scss */
.posts.edit h2 {
  font-size: 1.5rem;
  line-height: 40px;
  padding-top: 20px;
}
/* line 415, /app/app/assets/stylesheets/posts.scss */
.posts.edit h2 a i {
  font-size: 20px;
  color: #a1abb3;
}
/* line 421, /app/app/assets/stylesheets/posts.scss */
.posts.edit .content {
  max-width: 680px;
  margin: 0 auto;
}
/* line 1, /app/app/assets/stylesheets/profilers.scss */
.profiler_item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px 42px 15px 15px;
  margin-bottom: 12px;
  background: #fff;
  cursor: move;
  position: relative;
}
/* line 10, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .controls {
  display: block;
}
/* line 12, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .controls button {
  display: block;
  padding: 10px;
}
/* line 18, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .profiler_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
}
/* line 26, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .type-label {
  font-size: 0.8em;
  color: #777;
  text-transform: capitalize;
}
/* line 32, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .profiler_item_text {
  margin-bottom: 20px;
  font-size: 20px;
}
/* line 37, /app/app/assets/stylesheets/profilers.scss */
.profiler_item .profiler_item_controls {
  font-size: 0.75em;
  color: #999;
}

/* line 43, /app/app/assets/stylesheets/profilers.scss */
.btn-delete-profiler-item {
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
  margin-left: 8px;
  padding: 0;
}

/* line 54, /app/app/assets/stylesheets/profilers.scss */
.btn-delete-profiler-item:hover {
  color: #d00;
}

/* line 58, /app/app/assets/stylesheets/profilers.scss */
.ex-over {
  border: 2px dashed #5127FD;
}

/* line 63, /app/app/assets/stylesheets/profilers.scss */
.checkbox-page-break {
  display: block;
  margin-left: -12px;
}
/* line 68, /app/app/assets/stylesheets/profilers.scss */
.checkbox-page-break input[type="checkbox"] {
  vertical-align: middle;
}

/* line 74, /app/app/assets/stylesheets/profilers.scss */
.checkbox-row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

/* line 81, /app/app/assets/stylesheets/profilers.scss */
.checkbox-column {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
/* line 86, /app/app/assets/stylesheets/profilers.scss */
.checkbox-column label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
/* line 93, /app/app/assets/stylesheets/profilers.scss */
.checkbox-column input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

/* line 102, /app/app/assets/stylesheets/profilers.scss */
.conditional-settings {
  margin-top: 10px;
}
/* line 112, /app/app/assets/stylesheets/profilers.scss */
.conditional-settings select, .conditional-settings textarea {
  width: 100%;
  margin-top: 4px;
  font-size: 0.85rem;
}
/* line 118, /app/app/assets/stylesheets/profilers.scss */
.conditional-settings textarea {
  height: 50px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/profiles.scss */
.profile .content {
  max-width: 800px;
  margin: 0 auto;
}
/* line 7, /app/app/assets/stylesheets/profiles.scss */
.profile .content h2 {
  font-size: 30px;
  color: #444;
  font-weight: 600;
}
/* line 13, /app/app/assets/stylesheets/profiles.scss */
.profile .content h3 {
  font-size: 24px;
  color: #444;
  font-weight: 600;
}
/* line 19, /app/app/assets/stylesheets/profiles.scss */
.profile .content h4 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
}
/* line 25, /app/app/assets/stylesheets/profiles.scss */
.profile .content h5 {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
/* line 31, /app/app/assets/stylesheets/profiles.scss */
.profile .content h6 {
  font-size: 14px;
  color: #444;
  font-weight: 600;
}
/* line 37, /app/app/assets/stylesheets/profiles.scss */
.profile .content .chosen-drop {
  border: none;
  background: none;
  padding-top: 8px;
}
/* line 43, /app/app/assets/stylesheets/profiles.scss */
.profile .content .chosen-results {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 4px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 50, /app/app/assets/stylesheets/profiles.scss */
.profile .content .chosen-results .result-selected, .profile .content .chosen-results .highlighted {
  background: #f2f4ff;
}
/* line 56, /app/app/assets/stylesheets/profiles.scss */
.profile .content .chosen-container-single .chosen-single {
  border-radius: 4px !important;
}
/* line 59, /app/app/assets/stylesheets/profiles.scss */
.profile .content .chosen-container-single .chosen-search {
  display: none;
}

/* line 64, /app/app/assets/stylesheets/profiles.scss */
.page-break {
  border: none;
  border-top: 2px dashed #ccc;
  margin: 40px 0;
}

/* line 70, /app/app/assets/stylesheets/profiles.scss */
.profile-intro-header {
  font-size: 24px;
  font-weight: 600;
}

/* line 75, /app/app/assets/stylesheets/profiles.scss */
.profile_item {
  margin-bottom: 24px;
  clear: both;
}
/* line 79, /app/app/assets/stylesheets/profiles.scss */
.profile_item label {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 16px;
  margin-bottom: 10px;
  color: #444;
}
/* line 89, /app/app/assets/stylesheets/profiles.scss */
.profile_item .radio-inline, .profile_item .checkbox-inline {
  font-weight: 300;
  font-size: 14px;
}
/* line 94, /app/app/assets/stylesheets/profiles.scss */
.profile_item .form-control {
  display: block;
  width: 100%;
  margin-top: 4px;
}
/* line 100, /app/app/assets/stylesheets/profiles.scss */
.profile_item .radio-inline,
.profile_item .checkbox-inline {
  margin-right: 10px;
  display: inline-block;
}
/* line 109, /app/app/assets/stylesheets/profiles.scss */
.profile_item .radio-inline input[type='radio'],
.profile_item .radio-inline input[type='checkbox'],
.profile_item .checkbox-inline input[type='radio'],
.profile_item .checkbox-inline input[type='checkbox'] {
  display: none;
}
/* line 115, /app/app/assets/stylesheets/profiles.scss */
.profile_item .radio-inline:before,
.profile_item .checkbox-inline:before {
  content: attr(data-label);
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: white;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease;
}
/* line 129, /app/app/assets/stylesheets/profiles.scss */
.profile_item .radio-inline.selected:before,
.profile_item .checkbox-inline.selected:before {
  background: #5127FD;
  color: white;
  border-color: #5127FD;
}

/* line 143, /app/app/assets/stylesheets/profiles.scss */
.page-counter {
  display: block !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #a1abb3;
  margin-bottom: 40px;
}

/* line 156, /app/app/assets/stylesheets/profiles.scss */
.pagination-controls {
  margin-top: 40px;
  height: 36px;
}
/* line 160, /app/app/assets/stylesheets/profiles.scss */
.pagination-controls .btn-back {
  font-size: 16px;
  color: #5127FD;
  text-decoration: none;
}
/* line 165, /app/app/assets/stylesheets/profiles.scss */
.pagination-controls .btn-back i {
  margin-right: 6px;
  color: #5127FD;
}
/* line 171, /app/app/assets/stylesheets/profiles.scss */
.pagination-controls .btn-next.button-dark {
  position: relative;
  top: -10px;
  font-size: 16px;
  float: right;
  line-height: 36px;
  padding: 0 15px;
}
/* line 178, /app/app/assets/stylesheets/profiles.scss */
.pagination-controls .btn-next.button-dark i {
  margin-left: 6px;
}

/* line 185, /app/app/assets/stylesheets/profiles.scss */
.progress-container {
  background: rgba(0, 0, 0, 0.05);
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 193, /app/app/assets/stylesheets/profiles.scss */
.progress-bar {
  background: #5127FD;
  height: 100%;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  /* line 215, /app/app/assets/stylesheets/profiles.scss */
  .profile_item.layout_alt.profile_item_type_checkboxes .form-label, .profile_item.layout_alt.profile_item_type_radios .form-label {
    display: inline-block;
    width: 40%;
  }
  /* line 221, /app/app/assets/stylesheets/profiles.scss */
  .profile_item.layout_alt.profile_item_type_checkboxes .form-control-options, .profile_item.layout_alt.profile_item_type_radios .form-control-options {
    display: inline-block;
    width: 60%;
    text-align: right;
  }
  /* line 227, /app/app/assets/stylesheets/profiles.scss */
  .profile_item.layout_alt.profile_item_type_checkboxes .checkbox-inline, .profile_item.layout_alt.profile_item_type_radios .checkbox-inline {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 10px;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 5, /app/app/assets/stylesheets/recent_responses.scss */
.recent_responses_module h3 {
  color: #444;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 0;
}
/* line 16, /app/app/assets/stylesheets/recent_responses.scss */
.recent_responses_module .overall_score {
  display: inline-block;
  width: 50px;
  color: #444;
  font-size: 13px;
  text-align: right;
}
/* line 27, /app/app/assets/stylesheets/recent_responses.scss */
.recent_responses_module .overall_score_bar {
  display: inline-block;
  border-radius: 3px;
  background: #f2f4ff;
  height: 6px;
  margin-top: 10px;
  width: calc(100% - 50px);
}
/* line 39, /app/app/assets/stylesheets/recent_responses.scss */
.recent_responses_module .overall_score_fill {
  height: 6px;
  border-radius: 3px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background-repeat: no-repeat;
  background-color: #5127FD;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 10, /app/app/assets/stylesheets/recipients.scss */
.recipients.index .date_range_selector {
  display: none;
}
/* line 14, /app/app/assets/stylesheets/recipients.scss */
.recipients.index .table-row {
  cursor: pointer;
  position: relative;
}
/* line 20, /app/app/assets/stylesheets/recipients.scss */
.recipients.index .table-row.corrections {
  border-left: 4px solid #ed326e;
  margin-left: -4px;
}

/* line 29, /app/app/assets/stylesheets/recipients.scss */
.slide-viewer-recipient .slide-viewer-info {
  margin-top: 20px;
}
/* line 33, /app/app/assets/stylesheets/recipients.scss */
.slide-viewer-recipient .recipient_note {
  margin-bottom: 10px;
  padding-top: 4px;
  font-size: 13px;
  line-height: 1.3;
}

/* line 44, /app/app/assets/stylesheets/recipients.scss */
#popup_request_review form {
  padding-right: 15px;
}
/* line 50, /app/app/assets/stylesheets/recipients.scss */
#popup_request_review .radiosBox .radioBox {
  padding-right: 5px;
}
/* line 54, /app/app/assets/stylesheets/recipients.scss */
#popup_request_review .radiosBox input {
  display: none;
}
/* line 58, /app/app/assets/stylesheets/recipients.scss */
#popup_request_review .radiosBox label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #a1abb3;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 16px;
}
/* line 70, /app/app/assets/stylesheets/recipients.scss */
#popup_request_review .radiosBox .selected label {
  background: #5127FD;
  color: white;
  border-color: #5127FD;
}

/* line 79, /app/app/assets/stylesheets/recipients.scss */
.button[disabled] {
  background: rgba(0, 0, 0, 0.05);
  color: #a1abb3;
  cursor: default;
}

/* line 91, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .content {
  padding-top: 60px;
}
/* line 95, /app/app/assets/stylesheets/recipients.scss */
.recipients.show #header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 99, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .score_bar_score {
  font-weight: 200;
}
/* line 103, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .form_filter_activity {
  display: inline-block;
  text-align: left;
  width: 160px;
  position: relative;
  top: -15px;
}
/* line 110, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .form_filter_activity label {
  left: 14px;
}
/* line 115, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .form_filter_activity .chosen-container-single .chosen-single {
  border-radius: 19px;
}
/* line 120, /app/app/assets/stylesheets/recipients.scss */
.recipients.show .recipient_contact_text {
  display: inline-block;
  width: calc(100% - 63px);
}

/* line 127, /app/app/assets/stylesheets/recipients.scss */
.recipient_avatar {
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 10px;
}

/* line 146, /app/app/assets/stylesheets/recipients.scss */
.recipient_info_box {
  padding-top: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 100vh;
}

/* line 152, /app/app/assets/stylesheets/recipients.scss */
.recipient_contact_info {
  margin-bottom: 30px;
}

/* line 156, /app/app/assets/stylesheets/recipients.scss */
.recipient_responsible_party_info {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 163, /app/app/assets/stylesheets/recipients.scss */
.recipient_info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

/* line 168, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box {
  padding-top: 40px;
}
/* line 171, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box h3 {
  font-size: 18px;
}
/* line 175, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box .result {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  clear: both;
}
/* line 180, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box .result a {
  color: #444;
}
/* line 184, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box .result a:hover {
  color: #5127FD;
}
/* line 189, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box .result_left {
  width: 60px;
  display: inline-block;
  float: left;
  padding-top: 15px;
}
/* line 196, /app/app/assets/stylesheets/recipients.scss */
.recipient_activity_box .result_right {
  width: calc(100% - 60px);
  display: inline-block;
}

/* line 203, /app/app/assets/stylesheets/recipients.scss */
.activity_icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 32px;
  padding-top: 3px;
}

@media screen and (min-width: 641px) {
  /* line 220, /app/app/assets/stylesheets/recipients.scss */
  .recipient_column_1 {
    width: 360px;
  }

  /* line 224, /app/app/assets/stylesheets/recipients.scss */
  .recipient_column_2 {
    width: calc(100% - 360px);
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 9, /app/app/assets/stylesheets/responses.scss */
.btn_download_responses_pdf i {
  color: #5127FD;
}

/* line 14, /app/app/assets/stylesheets/responses.scss */
.index_count {
  padding-top: 13px;
}

/* line 19, /app/app/assets/stylesheets/responses.scss */
.responses .content {
  padding-bottom: 60px;
  overflow-x: hidden;
}
/* line 24, /app/app/assets/stylesheets/responses.scss */
.responses .table-row.alerts {
  border-left: 4px solid #ed326e;
  margin-left: -4px;
}

/* line 35, /app/app/assets/stylesheets/responses.scss */
.response .panel h2 {
  font-size: 28px;
}
/* line 39, /app/app/assets/stylesheets/responses.scss */
.response .panel p {
  margin-bottom: 10px;
}
/* line 44, /app/app/assets/stylesheets/responses.scss */
.response h3 {
  font-size: 20px;
}
/* line 48, /app/app/assets/stylesheets/responses.scss */
.response .response_comment {
  margin-top: 0px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.05);
  width: auto;
  display: inline-block;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0 14px 14px 14px;
}
/* line 59, /app/app/assets/stylesheets/responses.scss */
.response .response_comment p {
  line-height: 22px;
}
/* line 66, /app/app/assets/stylesheets/responses.scss */
.response .response_comment p:last-child {
  margin-bottom: 0;
}
/* line 70, /app/app/assets/stylesheets/responses.scss */
.response .score_bar {
  width: calc(100% - 80px);
  border-radius: 10px;
}
/* line 76, /app/app/assets/stylesheets/responses.scss */
.response .score_bar_fill {
  background-size: 200px;
}
/* line 82, /app/app/assets/stylesheets/responses.scss */
.response .score_bar_score {
  font-weight: 200;
}
/* line 87, /app/app/assets/stylesheets/responses.scss */
.response .response_rating {
  position: relative;
  bottom: -4px;
}
/* line 97, /app/app/assets/stylesheets/responses.scss */
.response .previous_response_answer_box {
  margin-top: -15px;
  margin-bottom: 20px;
}
/* line 102, /app/app/assets/stylesheets/responses.scss */
.response .reply_to_review_box {
  margin-bottom: 20px;
}
/* line 107, /app/app/assets/stylesheets/responses.scss */
.response .comment_reply_box .response_comment {
  border-radius: 14px 14px 14px 0;
}

/* line 116, /app/app/assets/stylesheets/responses.scss */
.response_score .response_rating {
  display: block;
  margin-top: 2px;
  margin-bottom: 10px;
}
/* line 122, /app/app/assets/stylesheets/responses.scss */
.response_score .score_bar {
  position: relative;
  left: 1px;
  width: 72px;
  display: block;
}
/* line 129, /app/app/assets/stylesheets/responses.scss */
.response_score .score_bar_score {
  font-size: 36px;
  margin-right: 10px;
  float: left;
}
/* line 138, /app/app/assets/stylesheets/responses.scss */
.response_score .response_score_right {
  float: left;
}

/* line 146, /app/app/assets/stylesheets/responses.scss */
.reponse_result {
  position: relative;
}
/* line 150, /app/app/assets/stylesheets/responses.scss */
.reponse_result .response_question_metric_text {
  font-weight: 500;
  color: #444;
  margin: 0;
  position: relative;
}
/* line 157, /app/app/assets/stylesheets/responses.scss */
.reponse_result .controls {
  display: inline-block !important;
  position: relative;
  right: auto;
  left: auto;
  font-size: 13px;
  top: -2px;
}

/* line 167, /app/app/assets/stylesheets/responses.scss */
.response_listing_title {
  margin-bottom: 5px;
}

/* line 173, /app/app/assets/stylesheets/responses.scss */
.response_rating {
  height: 15px;
  width: 75px;
  background-size: 400px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

/* line 183, /app/app/assets/stylesheets/responses.scss */
.response_alerts {
  font-size: 13px;
  margin-bottom: 10px;
  color: #ed326e;
}
/* line 190, /app/app/assets/stylesheets/responses.scss */
.response_alerts i {
  color: #ed326e;
  margin-right: 5px;
}

/* line 198, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_0 {
  background-position: -75px -300px;
}

/* line 201, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_1 {
  background-position: -60px -300px;
}

/* line 204, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_2 {
  background-position: -45px -300px;
}

/* line 207, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_3 {
  background-position: -30px -300px;
}

/* line 210, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_4 {
  background-position: -15px -300px;
}

/* line 213, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_5 {
  background-position: 0px -300px;
}

/* line 217, /app/app/assets/stylesheets/responses.scss */
.response_rating.rating_NA {
  display: none;
}

/* line 221, /app/app/assets/stylesheets/responses.scss */
.score_bar {
  display: inline-block;
  width: 200px;
  background: #f2f4ff;
  border-radius: 6px;
  position: relative;
  margin-right: 10px;
}

/* line 233, /app/app/assets/stylesheets/responses.scss */
.paused .score_bar_fill {
  width: 0% !important;
}

/* line 238, /app/app/assets/stylesheets/responses.scss */
.score_bar_fill {
  height: 4px;
  border-radius: 2px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

/* line 249, /app/app/assets/stylesheets/responses.scss */
.score_bar_score {
  font-weight: 400;
  color: #444;
  font-size: 13px;
}

/* line 257, /app/app/assets/stylesheets/responses.scss */
.table-column .score_bar {
  width: 100px;
}
/* line 263, /app/app/assets/stylesheets/responses.scss */
.table-column .score_bar_fill {
  background-size: 200px;
}
/* line 267, /app/app/assets/stylesheets/responses.scss */
.table-column .score_bar_account_average {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 2px;
  background: #a1abb3;
  border-radius: 2px;
}

/* line 279, /app/app/assets/stylesheets/responses.scss */
.response_result_link {
  cursor: pointer;
  color: #444;
}

/* line 287, /app/app/assets/stylesheets/responses.scss */
.response_question_rating li {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 5px 0 0;
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 600;
}

/* line 305, /app/app/assets/stylesheets/responses.scss */
.response_rating_0 .rating_0 {
  background: #a1abb3;
  border-color: #a1abb3;
  color: white;
}

/* line 311, /app/app/assets/stylesheets/responses.scss */
.response_rating_1 .rating_1 {
  background: #ed326e;
  border-color: #ed326e;
  color: white;
}

/* line 317, /app/app/assets/stylesheets/responses.scss */
.response_rating_2 .rating_2 {
  background: #ff7c48;
  border-color: #ff7c48;
  color: white;
}

/* line 323, /app/app/assets/stylesheets/responses.scss */
.response_rating_3 .rating_3 {
  background: #ffc548;
  border-color: #ffc548;
  color: white;
}

/* line 329, /app/app/assets/stylesheets/responses.scss */
.response_rating_4 .rating_4 {
  background: #8F75F8;
  border-color: #8F75F8;
  color: white;
}

/* line 335, /app/app/assets/stylesheets/responses.scss */
.response_rating_5 .rating_5 {
  background: #5127FD;
  border-color: #5127FD;
  color: white;
}

/* line 341, /app/app/assets/stylesheets/responses.scss */
.response_answer_yes .answer_yes {
  background: #5127FD;
  border-color: #5127FD;
  color: white;
}

/* line 347, /app/app/assets/stylesheets/responses.scss */
.response_answer_no .answer_no {
  background: #5127FD;
  border-color: #5127FD;
  color: white;
}

/* line 353, /app/app/assets/stylesheets/responses.scss */
.response_question_text {
  color: #a1abb3;
  font-size: 13px;
  margin: 0 0 10px;
}

/* line 360, /app/app/assets/stylesheets/responses.scss */
.response_comment {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

/* line 366, /app/app/assets/stylesheets/responses.scss */
.comment_buttons_box {
  margin: 0 0 20px;
}

/* line 370, /app/app/assets/stylesheets/responses.scss */
.reply_to_review_box {
  margin-top: -15px;
}

/* line 375, /app/app/assets/stylesheets/responses.scss */
.comment_reply_box strong {
  color: #444;
}

/* line 380, /app/app/assets/stylesheets/responses.scss */
.comment_replied_at {
  margin: 0 0 5px;
}

/* line 384, /app/app/assets/stylesheets/responses.scss */
a.btn_show_filters {
  min-width: auto;
  background: #5127FD;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
/* line 399, /app/app/assets/stylesheets/responses.scss */
a.btn_show_filters i {
  color: #fff !important;
  font-size: 28px !important;
  top: 7px;
  position: relative;
}

/* line 409, /app/app/assets/stylesheets/responses.scss */
.response-comments-box {
  display: none;
}

/* line 413, /app/app/assets/stylesheets/responses.scss */
.response-comments-box.active {
  display: block;
}

/* line 417, /app/app/assets/stylesheets/responses.scss */
.response-comment-box {
  position: relative;
}
/* line 421, /app/app/assets/stylesheets/responses.scss */
.response-comment-box .controls {
  top: -10px;
  right: -8px;
  font-size: 14px;
  z-index: 1;
}
/* line 427, /app/app/assets/stylesheets/responses.scss */
.response-comment-box .controls a {
  padding: 0;
  color: rgba(0, 0, 0, 0.1);
}

/* line 442, /app/app/assets/stylesheets/responses.scss */
.ai_keyword {
  text-decoration: underline;
  position: relative;
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
}

/* line 451, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_category, .ai_keyword_feedback, .ai_keyword_sentiment_icon {
  display: none;
}

/* line 457, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_category {
  position: absolute;
  bottom: 3px;
  left: 12px;
  right: 10px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* line 470, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_feedback {
  position: absolute;
  right: 12px;
  top: 7px;
}
/* line 475, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_feedback i {
  margin-left: 3px;
  opacity: .7;
  cursor: pointer;
  transition: opacity 0.1s ease-out;
}
/* line 483, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_feedback i:hover {
  opacity: 1;
}
/* line 487, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_feedback .fa-thumbs-down {
  position: relative;
  bottom: -2px;
}

/* line 500, /app/app/assets/stylesheets/responses.scss */
.ai_keyword:hover {
  padding-bottom: 22px;
  margin-bottom: -22px;
  padding-right: 39px;
  margin-right: -39px;
  padding-top: 7px;
  margin-top: -7px;
  padding-left: 12px;
  margin-left: -12px;
  border-radius: 14px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  background: #666;
}
/* line 526, /app/app/assets/stylesheets/responses.scss */
.ai_keyword:hover .ai_keyword_category {
  display: block;
}
/* line 530, /app/app/assets/stylesheets/responses.scss */
.ai_keyword:hover .ai_keyword_feedback, .ai_keyword:hover .ai_keyword_sentiment_icon {
  display: inline-block;
}

/* line 538, /app/app/assets/stylesheets/responses.scss */
.ai_keyword.ai_keyword_sentiment_positive {
  color: #5127FD;
}

/* line 543, /app/app/assets/stylesheets/responses.scss */
.ai_keyword.ai_keyword_sentiment_negative {
  color: #ed326e;
}

/* line 548, /app/app/assets/stylesheets/responses.scss */
.ai_keyword.ai_keyword_sentiment_negative:hover, .ai_keyword.ai_keyword_sentiment_negative.feedback_active {
  color: white;
  background: #ed326e;
}

/* line 554, /app/app/assets/stylesheets/responses.scss */
.ai_keyword.ai_keyword_sentiment_positive:hover, .ai_keyword.ai_keyword_sentiment_positive.feecback_active {
  color: white;
  background: #5127FD;
}

/* line 560, /app/app/assets/stylesheets/responses.scss */
.ai_keyword.ai_keyword_sentiment_neutral:hover, .ai_keyword.ai_keyword_sentiment_neutral.feedback_active {
  color: white;
  background: #666;
}

/* line 566, /app/app/assets/stylesheets/responses.scss */
.form_ai_keyword_feedback {
  padding-right: 1rem;
}
/* line 569, /app/app/assets/stylesheets/responses.scss */
.form_ai_keyword_feedback .button-box {
  margin-bottom: 0;
}

/* line 576, /app/app/assets/stylesheets/responses.scss */
.ai_keyword_feedback_sentiment {
  text-transform: capitalize;
}

/* line 589, /app/app/assets/stylesheets/responses.scss */
.controls a i {
  color: rgba(0, 0, 0, 0.2);
}
/* line 593, /app/app/assets/stylesheets/responses.scss */
.controls a .fa-check-square {
  display: none;
}
/* line 597, /app/app/assets/stylesheets/responses.scss */
.controls a .fa-square {
  display: inline;
}
/* line 601, /app/app/assets/stylesheets/responses.scss */
.controls a .far.fa-star {
  display: inline;
}
/* line 605, /app/app/assets/stylesheets/responses.scss */
.controls a .fas.fa-star {
  display: none;
}
/* line 613, /app/app/assets/stylesheets/responses.scss */
.controls a.selected i {
  color: #5127FD;
}
/* line 617, /app/app/assets/stylesheets/responses.scss */
.controls a.selected .fa-check-square {
  display: inline;
}
/* line 621, /app/app/assets/stylesheets/responses.scss */
.controls a.selected .fa-square {
  display: none;
}
/* line 625, /app/app/assets/stylesheets/responses.scss */
.controls a.selected .far.fa-star {
  display: none;
}
/* line 629, /app/app/assets/stylesheets/responses.scss */
.controls a.selected .fas.fa-star {
  display: inline;
}
/* line 639, /app/app/assets/stylesheets/responses.scss */
.controls a.btn_favorite.selected i {
  color: #ff7c48;
}

/* line 649, /app/app/assets/stylesheets/responses.scss */
.response_links {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
/* line 655, /app/app/assets/stylesheets/responses.scss */
.response_links a {
  margin-left: 7px;
  color: #5127FD;
}
/* line 659, /app/app/assets/stylesheets/responses.scss */
.response_links a i {
  color: #5127FD;
}
/* line 665, /app/app/assets/stylesheets/responses.scss */
.response_links .btn_response_comments i {
  color: rgba(0, 0, 0, 0.1);
  transition: color 0.1s ease-out;
}
/* line 674, /app/app/assets/stylesheets/responses.scss */
.response_links .btn_response_comments:hover i, .response_links .btn_response_comments.has_comments i {
  color: #5127FD;
}

/* line 681, /app/app/assets/stylesheets/responses.scss */
.btn_print_selected {
  color: #444;
}
/* line 683, /app/app/assets/stylesheets/responses.scss */
.btn_print_selected span, .btn_print_selected i {
  color: #444;
}
/* line 691, /app/app/assets/stylesheets/responses.scss */
.btn_print_selected .fa-download {
  margin-left: 4px;
}

/* line 696, /app/app/assets/stylesheets/responses.scss */
.btn_print_selected:hover {
  color: #5127FD;
}
/* line 698, /app/app/assets/stylesheets/responses.scss */
.btn_print_selected:hover span, .btn_print_selected:hover i {
  color: #5127FD;
}

/* line 722, /app/app/assets/stylesheets/responses.scss */
.by_metric .table-head {
  padding-top: 0;
  margin: 0;
}
/* line 728, /app/app/assets/stylesheets/responses.scss */
.by_metric .selectable_table_head .controls {
  top: -35px;
}
/* line 735, /app/app/assets/stylesheets/responses.scss */
.by_metric .table-row .controls {
  z-index: 1;
}
/* line 742, /app/app/assets/stylesheets/responses.scss */
.by_metric .timeline_chart_column_bar {
  height: 150px;
}
/* line 746, /app/app/assets/stylesheets/responses.scss */
.by_metric .timeline_chart_module_scale {
  height: 144px;
}
/* line 750, /app/app/assets/stylesheets/responses.scss */
.by_metric .timeline_chart_column_bar_fill {
  background-size: 5px 150px;
}
/* line 754, /app/app/assets/stylesheets/responses.scss */
.by_metric .filterBox .user_location_search .keyword {
  width: 360px;
}

/* line 760, /app/app/assets/stylesheets/responses.scss */
.btn_response_pdf i {
  color: #5127FD;
  margin-right: 4px;
}

/* line 767, /app/app/assets/stylesheets/responses.scss */
#popup_share_on_facebook h2 {
  font-size: 24px;
}

/* line 772, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_box {
  color: #a1abb3;
  font-size: 13px;
  margin-bottom: 4px;
}

/* line 778, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer {
  background: #a1abb3;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
}

/* line 790, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_1 {
  background: #ed326e;
}

/* line 794, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_2 {
  background: #ff7c48;
}

/* line 798, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_3 {
  background: #ffc548;
}

/* line 802, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_4 {
  background: #8F75F8;
}

/* line 806, /app/app/assets/stylesheets/responses.scss */
.previous_response_answer_5 {
  background: #5127FD;
}

/* line 810, /app/app/assets/stylesheets/responses.scss */
.previous_response_overview {
  color: #a1abb3;
  font-size: 13px;
}

/* line 816, /app/app/assets/stylesheets/responses.scss */
.previous_response_info_score, .previous_response_info_rating {
  font-weight: 400;
}

/* line 820, /app/app/assets/stylesheets/responses.scss */
.previous_response_info_score_negative, .previous_response_info_rating_negative {
  color: #ed326e;
}

/* line 824, /app/app/assets/stylesheets/responses.scss */
.previous_response_info_score_positive, .previous_response_info_rating_positive {
  color: #5127FD;
}

/* line 828, /app/app/assets/stylesheets/responses.scss */
.previous_response_overview_rating {
  padding-top: 4px;
  color: #a1abb3;
  font-size: 13px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.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; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.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); }

.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; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .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; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.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; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .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; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.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; }

.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; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .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; }
          .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; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.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); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .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); }
    .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; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.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; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .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; }

.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); }

.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); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .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; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.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; }

.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; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 4, /app/app/assets/stylesheets/settings.scss */
.settings_panel h2 {
  margin: 0 0 5px;
  font-size: 24px;
}
/* line 8, /app/app/assets/stylesheets/settings.scss */
.settings_panel p {
  margin: 0 0 12px;
}

/* line 14, /app/app/assets/stylesheets/settings.scss */
#popup_connect_facebook_page h2 {
  font-size: 24px;
}
/* line 17, /app/app/assets/stylesheets/settings.scss */
#popup_connect_facebook_page .popPopContent {
  padding-right: 1rem;
}
/* line 22, /app/app/assets/stylesheets/settings.scss */
#popup_connect_facebook_page p {
  line-height: 1.4;
}

/* line 28, /app/app/assets/stylesheets/settings.scss */
.facebook_page_selector, .google_location_selector {
  max-height: 50vh;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

/* line 35, /app/app/assets/stylesheets/settings.scss */
.facebook_page_selection, .google_location_selection {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1rem 0;
  cursor: pointer;
}

/* line 42, /app/app/assets/stylesheets/settings.scss */
.facebook_page_selection:hover, .google_location_selection:hover {
  color: #5127FD;
}

/* line 50, /app/app/assets/stylesheets/settings.scss */
.calendar_categories_list ul {
  padding-left: 30px;
  padding-top: 10px;
}
/* line 3, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_image_preview_box {
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 2px 0;
  border-radius: 4px;
  min-height: calc(30vh + 4px);
  position: relative;
}

/* line 13, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_image_preview {
  max-height: calc(30vh);
  display: inline-block;
  margin: 0 auto;
}
/* line 19, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_image_preview img {
  position: relative;
  max-width: 100%;
  max-height: 30vh;
  margin: 0;
  z-index: 10;
}
/* line 27, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_image_preview .spinner {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.4);
}

/* line 37, /app/app/assets/stylesheets/share_on_facebook.scss */
.popPopContent .share_on_fb_color_field {
  padding-top: 18px;
}

/* line 41, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_on_facebook_sharing {
  display: none;
  height: 140px;
  text-align: center;
  padding-top: 60px;
}
/* line 47, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_on_facebook_sharing p {
  font-size: 22px;
}

/* line 53, /app/app/assets/stylesheets/share_on_facebook.scss */
.share_on_facebook_sharing, .share_on_facebook_shared {
  display: none;
}

/* line 58, /app/app/assets/stylesheets/share_on_facebook.scss */
.sharing .share_on_facebook_sharing, .shared .share_on_facebook_shared {
  display: block;
}

/* line 64, /app/app/assets/stylesheets/share_on_facebook.scss */
.sharing .share_on_facebook_ui, .shared .share_on_facebook_ui {
  display: none;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer.skip-animation {
  right: 0vw;
  -webkit-transition: none;
  transition: none;
}

/* line 11, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer {
  display: block;
  position: fixed;
  top: 0;
  right: -52vw;
  bottom: 0;
  width: 50vw;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  z-index: 5;
  padding: 40px 3rem 60px 1.5rem;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  overflow-y: auto;
}
/* line 26, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer h2 {
  margin: 0;
  line-height: 28px;
  font-weight: 500;
}
/* line 32, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer .slide_viewer_response_listing_title {
  font-weight: 500;
}
/* line 36, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer .user_location_search_box .icon_search {
  display: none;
}

/* line 42, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer.active.skip-animation .request_review_box {
  right: 0;
  -webkit-transition: none;
  transition: none;
}

/* line 51, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-editing .request_review_box {
  display: none;
}

/* line 56, /app/app/assets/stylesheets/slide_viewer.scss */
.request_review_box {
  right: -52vw;
  width: 50vw;
  bottom: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  padding: 10px 40px 10px 20px;
  background: white;
  position: fixed;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
/* line 70, /app/app/assets/stylesheets/slide_viewer.scss */
.request_review_box .button {
  font-size: 15px;
  padding: 10px;
  width: 100%;
}

/* line 80, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer.active {
  right: 0vw;
}
/* line 84, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer.active .controls {
  display: block;
  z-index: 2;
}
/* line 89, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer.active .request_review_box {
  right: 0;
}

/* line 98, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-info {
  border-radius: 10px;
  padding: 1.5rem 1.5rem 1.5rem;
  margin: 0 0 20px;
  position: relative;
  background: white;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 108, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-info p {
  margin: 0;
}
/* line 113, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-info .score_bar {
  width: calc(100% - 60px);
}
/* line 120, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-info .score_bar_fill {
  background-size: 50vw;
}
/* line 132, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-info .controls {
  right: 1rem;
}

/* line 142, /app/app/assets/stylesheets/slide_viewer.scss */
.controls {
  position: absolute;
  display: none;
}
/* line 146, /app/app/assets/stylesheets/slide_viewer.scss */
.controls .btn_close {
  width: 48px;
  height: 48px;
  position: relative;
}
/* line 152, /app/app/assets/stylesheets/slide_viewer.scss */
.controls .icon_close {
  width: 20px;
  height: 20px;
  display: block;
  background-position: -81px -355px;
  position: fixed;
  top: 14px;
  right: 20px;
}

/* line 164, /app/app/assets/stylesheets/slide_viewer.scss */
.data-show {
  display: none;
}

/* line 168, /app/app/assets/stylesheets/slide_viewer.scss */
.data-show.active {
  display: inline;
}

/* line 172, /app/app/assets/stylesheets/slide_viewer.scss */
p.data-show.active {
  display: block;
}

/* line 176, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-title {
  font-weight: 700;
}

/* line 190, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-recipient-contact-1 {
  display: none;
}

/* line 198, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-recipient-contact-1.active {
  display: block;
}

/* line 202, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-recipient-contact-2.active {
  display: block;
}

/* line 207, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-recipient-non-staff, .slide-viewer-recipient-staff, .slide-viewer-recipient-prospect {
  display: none;
}

/* line 212, /app/app/assets/stylesheets/slide_viewer.scss */
.resident .slide-viewer-recipient-non-staff, .prospect .slide-viewer-recipient-non-staff, .staff .slide-viewer-recipient-staff {
  display: block;
}

/* line 217, /app/app/assets/stylesheets/slide_viewer.scss */
.resident label.slide-viewer-recipient-non-staff, .prospect label.slide-viewer-recipient-non-staff, .staff label.slide-viewer-recipient-staff {
  display: inline-block;
}

/* line 222, /app/app/assets/stylesheets/slide_viewer.scss */
.staff .slide-viewer-recipient-contact-2 {
  display: none;
}

/* line 226, /app/app/assets/stylesheets/slide_viewer.scss */
.resident .slide-viewer-recipient-contact-1, .prospect .slide-viewer-recipient-contact-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.2rem 0 0;
  margin-top: 1rem;
}
/* line 231, /app/app/assets/stylesheets/slide_viewer.scss */
.resident .slide-viewer-recipient-contact-1 h4, .prospect .slide-viewer-recipient-contact-1 h4 {
  font-size: 13px;
  font-weight: 200;
  color: #a1abb3;
  margin: 0 0 5px;
}
/* line 238, /app/app/assets/stylesheets/slide_viewer.scss */
.resident .slide-viewer-recipient-contact-1 .checkboxesBox h4, .prospect .slide-viewer-recipient-contact-1 .checkboxesBox h4 {
  margin: 0 0 10px;
}

/* line 245, /app/app/assets/stylesheets/slide_viewer.scss */
.staff .slide-viewer-title {
  margin-bottom: 20px;
}

/* line 250, /app/app/assets/stylesheets/slide_viewer.scss */
.recipientForm .slide-viewer-recipient-contact-1 {
  border: none;
  padding: 0;
}

/* line 269, /app/app/assets/stylesheets/slide_viewer.scss */
.prospect .slide-viewer-recipient-non-prospect {
  display: none;
}

/* line 275, /app/app/assets/stylesheets/slide_viewer.scss */
.prospect .slide-viewer-recipient-prospect {
  display: inherit;
}

/* line 279, /app/app/assets/stylesheets/slide_viewer.scss */
.prospect.slide-viewer .slide-viewer-title {
  margin-bottom: 15px;
}

/* line 283, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer .prospect-only {
  display: none;
}

/* line 287, /app/app/assets/stylesheets/slide_viewer.scss */
.prospect.slide-viewer .prospect-only {
  display: inherit;
}

/* line 313, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-content.activity-feed {
  display: none;
}
/* line 315, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-content.activity-feed h2 {
  margin-bottom: 10px;
}
/* line 319, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-content.activity-feed p {
  line-height: 22px;
  margin: 0 0 5px;
}
/* line 324, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-content.activity-feed .activity-result-outcome {
  margin-bottom: 0;
}

/* line 330, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-content.activity-feed.active {
  display: block;
}

/* line 337, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result {
  padding: 1.2rem 1.5rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 344, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result .small-text {
  font-size: 11px;
}
/* line 349, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result .survey-title {
  color: #444;
  font-weight: 400;
  font-size: 13px;
}
/* line 355, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result p {
  line-height: 1.4;
}
/* line 360, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result-right {
  width: 100px;
  float: left;
  text-align: right;
}
/* line 368, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-activity .activity-result-left {
  width: calc(100% - 100px);
  float: left;
}

/* line 379, /app/app/assets/stylesheets/slide_viewer.scss */
.user-locations-index .user-location-result, .user-locations-new .user-location-result {
  padding: 1.2rem 1.5rem 1.5rem;
  border: 2px solid #f2f4ff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
/* line 386, /app/app/assets/stylesheets/slide_viewer.scss */
.user-locations-index .user-location-result .small-text, .user-locations-new .user-location-result .small-text {
  font-size: 11px;
}
/* line 391, /app/app/assets/stylesheets/slide_viewer.scss */
.user-locations-index .user-location-result .location-title, .user-locations-new .user-location-result .location-title {
  color: #444;
  font-weight: 400;
  font-size: 13px;
}
/* line 397, /app/app/assets/stylesheets/slide_viewer.scss */
.user-locations-index .user-location-result .controls, .user-locations-new .user-location-result .controls {
  right: 1rem;
}

/* line 422, /app/app/assets/stylesheets/slide_viewer.scss */
.slide-viewer-edit h2 {
  margin-bottom: 10px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 10, /app/app/assets/stylesheets/social_posts.scss */
.thumbnail {
  height: 48px;
  width: 48px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  clear: both;
  text-align: center;
  margin: -15px 0 -18px -18px;
  border-radius: 4px;
}
/* line 21, /app/app/assets/stylesheets/social_posts.scss */
.thumbnail img {
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
/* line 28, /app/app/assets/stylesheets/social_posts.scss */
.thumbnail .thumbnail_image {
  display: block;
  height: 48px;
  width: 48px;
  background-size: cover;
  background-position: center;
}

/* line 39, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .table-row {
  padding-top: 22px;
}
/* line 42, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .table-row .controls {
  top: 10px;
}
/* line 45, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .table-row .controls .delete_post_spinner {
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 28px;
  padding: 6px 10px 0 0;
}
/* line 52, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .table-row .controls i {
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
/* line 59, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .table-row .controls a:hover i {
  color: #5127FD;
}
/* line 68, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .btn_create_post {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
/* line 75, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .tabs li {
  margin-right: 10px;
  bottom: 15px;
}
/* line 78, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .tabs li a {
  background: none;
  border-radius: 6px;
  border: none;
  padding: 5px 15px;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
/* line 87, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .tabs li a:hover {
  background: #f2f4ff;
}
/* line 92, /app/app/assets/stylesheets/social_posts.scss */
.social_posts.feed .tabs .active a {
  background: #f2f4ff;
}

/* line 101, /app/app/assets/stylesheets/social_posts.scss */
.post_on_facebook_posting, .post_on_facebook_posted {
  display: none;
}

/* line 107, /app/app/assets/stylesheets/social_posts.scss */
#popup_create_post.posting .post_on_facebook_posting {
  display: block;
}
/* line 111, /app/app/assets/stylesheets/social_posts.scss */
#popup_create_post.posting .post_on_facebook_ui {
  display: none;
}
/* line 115, /app/app/assets/stylesheets/social_posts.scss */
#popup_create_post.posting .btn_refresh {
  width: auto;
}

/* line 123, /app/app/assets/stylesheets/social_posts.scss */
#attachments {
  display: none;
}

/* line 127, /app/app/assets/stylesheets/social_posts.scss */
.form_create_post {
  padding-right: 15px;
}

/* line 136, /app/app/assets/stylesheets/social_posts.scss */
.field_message {
  font-size: 17px;
  padding: 0;
  height: 20px;
  border: none;
  margin-bottom: 30px;
}

/* line 144, /app/app/assets/stylesheets/social_posts.scss */
.create_post_icon {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 153, /app/app/assets/stylesheets/social_posts.scss */
.btn_add_attachment {
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 56px;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 5px;
  font-weight: 600;
}

/* line 165, /app/app/assets/stylesheets/social_posts.scss */
.schedule_post_link_box {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 171, /app/app/assets/stylesheets/social_posts.scss */
.schedule_post_field_box {
  margin-bottom: 20px;
}

/* line 175, /app/app/assets/stylesheets/social_posts.scss */
.img_preview_box {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
/* line 182, /app/app/assets/stylesheets/social_posts.scss */
.img_preview_box img {
  width: 100%;
}

/* line 188, /app/app/assets/stylesheets/social_posts.scss */
.img_preview_frame {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* line 194, /app/app/assets/stylesheets/social_posts.scss */
.social_page_module {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 200, /app/app/assets/stylesheets/social_posts.scss */
.social_page_module .social_page_module_header {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 206, /app/app/assets/stylesheets/social_posts.scss */
.social_page_module .social_page_module_subheader {
  font-size: 13px;
}
/* line 212, /app/app/assets/stylesheets/social_posts.scss */
.social_page_module .social_page_module_content {
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 216, /app/app/assets/stylesheets/social_posts.scss */
.social_page_module .social_page_module_content .social_page_module_content_prev {
  font-size: 20px;
  color: #a1abb3;
}

/* line 223, /app/app/assets/stylesheets/social_posts.scss */
.btn_create_social_post_listings_fields {
  font-size: 12px;
  position: relative;
  bottom: -12px;
  z-index: 1000;
}

/* line 230, /app/app/assets/stylesheets/social_posts.scss */
.create_social_post_listings_field {
  display: none;
}

/* line 234, /app/app/assets/stylesheets/social_posts.scss */
.create_social_post_listings_field_active {
  display: block;
}

/* line 238, /app/app/assets/stylesheets/social_posts.scss */
.create_social_post_listings_fields {
  position: relative;
  top: -10px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 6, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_links .table-head i:hover {
  color: #5127FD;
}
/* line 12, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_links .table-row .controls {
  top: 8px;
}
/* line 16, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_links .table-row .controls i:hover {
  color: #5127FD;
}

/* line 24, /app/app/assets/stylesheets/survey_portal.scss */
.selected_for_pdf_flier_download .fa-check {
  color: #5127FD;
}

/* line 30, /app/app/assets/stylesheets/survey_portal.scss */
.portal_pdf_flier_downloader {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  text-align: right;
  padding: 10px 3rem;
}

/* line 49, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_logo {
  display: inline-block;
}

/* line 53, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_footer_logo {
  display: inline-block;
  height: 11px;
  width: 86px;
  background-position: 0 -392px;
  bottom: -1px;
  position: relative;
}

/* line 63, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal_footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  background: #fff;
}

/* line 75, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal h2 {
  line-height: 1.3;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #666;
}
/* line 83, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal h1 {
  font-size: 30px;
}
/* line 87, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal .button-box {
  margin-bottom: 60px;
}
/* line 95, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal #viewport .content {
  left: auto;
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}
/* line 107, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal .button {
  background: #5127FD;
  color: #fff;
  font-size: 24px;
  border-radius: 30px;
  padding: 20px 30px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
/* line 122, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal #survey_attempt_id {
  line-height: 60px;
  font-size: 32px;
  width: 230px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
/* line 136, /app/app/assets/stylesheets/survey_portal.scss */
.survey_portal .survey_portal_confirm h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #666;
}
@charset "UTF-8";
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 7, /app/app/assets/stylesheets/survey_portal_flier.scss */
.survey_portal_flier .page {
  position: relative;
  background-color: #fff;
  background-size: 100%;
  background-position: center;
}
/* line 17, /app/app/assets/stylesheets/survey_portal_flier.scss */
.survey_portal_flier .access_code_box {
  background: white;
  position: absolute;
  text-align: center;
}
/* line 25, /app/app/assets/stylesheets/survey_portal_flier.scss */
.survey_portal_flier .access_code_box_link_left {
  display: inline-block;
  float: left;
}
/* line 32, /app/app/assets/stylesheets/survey_portal_flier.scss */
.survey_portal_flier .access_code_box_link_right {
  display: inline-block;
}
/* line 38, /app/app/assets/stylesheets/survey_portal_flier.scss */
.survey_portal_flier .access_code_qr {
  opacity: .8;
}

@media screen {
  /* line 49, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .portal_flier_header p {
    color: #fff;
  }
  /* line 52, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .portal_flier_header a {
    color: #fff;
  }
  /* line 55, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .portal_flier_header a:hover {
    text-decoration: underline;
  }
  /* line 59, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .portal_flier_header .button, .survey_portal_flier .portal_flier_header .button:hover {
    color: #5127FD;
    text-decoration: none;
  }
  /* line 67, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .recipient_name {
    font-size: 12px;
  }
  /* line 71, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code {
    font-size: 20px;
  }
  /* line 75, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_link {
    padding-top: 1px;
    font-size: 10.5px;
  }
  /* line 80, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_text {
    font-size: 8px;
  }
  /* line 85, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier #viewport .content {
    left: 0;
    width: 100%;
    background: #444;
    padding-bottom: 50px;
    padding-top: 40px;
  }
  /* line 93, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .page {
    border: 1px solid #000;
    height: 550px;
    width: 426px;
    margin: 0 auto 10px;
  }
  /* line 101, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .page p {
    font-family: 'Lato', sans-serif;
    color: #444;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1;
  }
  /* line 109, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box {
    border-radius: 6px;
    width: 175px;
    height: 75px;
    right: 25px;
    bottom: 25px;
  }
  /* line 119, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_no_link {
    padding: 12px 8px;
  }
  /* line 123, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_link {
    padding: 11px 8px;
  }
  /* line 126, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_link .access_code_box_text {
    font-size: 7.5px;
  }
  /* line 131, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_link_left {
    width: 130px;
    padding-top: 1pt;
  }
  /* line 136, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_box_link_right {
    width: 24px;
    padding-top: 1px;
  }
  /* line 142, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier .access_code_qr {
    width: 24px;
  }
}
@media print {
  /* All your print styles go here */
  /* line 156, /app/app/assets/stylesheets/survey_portal_flier.scss */
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }

  /* line 162, /app/app/assets/stylesheets/survey_portal_flier.scss */
  p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8pt;
  }

  /* line 170, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .recipient_name {
    font-size: 18pt;
  }

  /* line 174, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code {
    font-size: 30pt;
  }

  /* line 178, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_link_left {
    width: 2.5in;
    padding-top: 1pt;
  }

  /* line 183, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_link_right {
    width: .5in;
  }

  /* line 188, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_link {
    padding-top: 1pt;
    font-size: 14pt;
  }

  /* line 193, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_text {
    font-size: 12pt;
  }

  /* line 197, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_qr {
    width: .5in;
  }

  /* line 201, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_no_link {
    padding: .25in .2in .2in;
  }

  /* line 205, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_link {
    padding: .25in .2in .2in;
  }
  /* line 209, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box_link .access_code_box_text {
    font-size: 10.5pt;
  }

  /* line 218, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .survey_portal_flier #viewport .content {
    left: 0;
    width: 100%;
    background: #444;
    padding: 0;
  }

  /* line 227, /app/app/assets/stylesheets/survey_portal_flier.scss */
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Lato', sans-serif;
    color: #444;
  }

  /* line 234, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .portal_flier_header {
    display: none;
  }

  /* line 238, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .page {
    background-color: yellow;
    background-size: cover;
    background-position: center;
    border: none;
    page-break-after: always;
    height: 11in;
    width: 8.5in;
    padding: .25in;
    width: 100%;
  }

  /* line 251, /app/app/assets/stylesheets/survey_portal_flier.scss */
  .access_code_box {
    position: absolute;
    border-radius: .125in;
    width: 3.5in;
    height: 1.5in;
    right: .5in;
    bottom: .5in;
  }
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 8, /app/app/assets/stylesheets/surveys.scss */
.surveyForm .button-box, .surveyTemplateForm .button-box, .loadSurveyTemplateForm .button-box, .surveyEventFormBox .button-box {
  margin-bottom: 5px;
}

/* line 15, /app/app/assets/stylesheets/surveys.scss */
.surveyEventBoxBorder {
  position: relative;
  top: -3px;
}
/* line 19, /app/app/assets/stylesheets/surveys.scss */
.surveyEventBoxBorder .controls {
  display: block;
  right: -5px;
  top: 5px;
}
/* line 24, /app/app/assets/stylesheets/surveys.scss */
.surveyEventBoxBorder .controls .icon_close {
  position: relative;
  right: 0;
  top: 0;
  opacity: 0.2;
}
/* line 31, /app/app/assets/stylesheets/surveys.scss */
.surveyEventBoxBorder .controls .icon_close:hover {
  opacity: 1;
}

/* line 40, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionFormBox {
  clear: both;
}
/* line 42, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionFormBox .button-box {
  margin-bottom: 5px;
}

/* line 47, /app/app/assets/stylesheets/surveys.scss */
.surveyTemplateQuestionForm {
  position: relative;
  top: -20px;
}

/* line 52, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox {
  cursor: pointer;
  position: relative;
  padding-right: 90px;
}
/* line 54, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox p {
  margin: 0;
  text-align: left;
}
/* line 63, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls {
  display: block;
  right: 20px;
  top: 22px;
}
/* line 68, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .icon_close {
  position: relative;
  right: 0;
  top: 0;
  opacity: 0.2;
}
/* line 75, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .icon_close:hover {
  opacity: 1;
}
/* line 81, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .btn_survey_question_status {
  position: absolute;
  right: 30px;
  top: -1px;
  background: #d5d4e1;
  height: 20px;
  width: 35px;
  border-radius: 20px;
}
/* line 93, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .btn_survey_question_status.survey_question_status_active {
  background: #2e286a;
}
/* line 97, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .btn_survey_question_status:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}
/* line 110, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox .controls .btn_survey_question_status.survey_question_status_active:after {
  right: 2px;
  left: auto;
}

/* line 120, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox.survey_question_panel_status_inactive p {
  color: #a1abb3;
}

/* line 126, /app/app/assets/stylesheets/surveys.scss */
.surveyQuestionBox.gu-mirror {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 133, /app/app/assets/stylesheets/surveys.scss */
#survey-questions {
  margin-bottom: 200px;
}

/* line 138, /app/app/assets/stylesheets/surveys.scss */
.btn_copy_link {
  margin-top: -10px;
}

/* line 146, /app/app/assets/stylesheets/surveys.scss */
.flier_uploader_box {
  display: inline-block;
  margin-right: 20px;
  padding-top: 10px;
}

/* line 154, /app/app/assets/stylesheets/surveys.scss */
.flier_uploader_label {
  color: #bbb;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
}

/* line 161, /app/app/assets/stylesheets/surveys.scss */
.flier_image {
  height: 110px;
  width: 85px;
  background: #ccc;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
/* line 175, /app/app/assets/stylesheets/surveys.scss */
.flier_image img {
  width: 100%;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 11, /app/app/assets/stylesheets/timeline.scss */
.timeline_chart_column:hover .tooltip {
  display: block;
}

/* line 17, /app/app/assets/stylesheets/timeline.scss */
.timeline_chart_column {
  position: relative;
}
/* line 20, /app/app/assets/stylesheets/timeline.scss */
.timeline_chart_column .tooltip {
  width: auto;
  min-width: 100px;
  left: 80%;
}
/* line 26, /app/app/assets/stylesheets/timeline.scss */
.timeline_chart_column .tooltip .tooltip_arrow {
  bottom: 20px;
  top: auto;
}
/* line 32, /app/app/assets/stylesheets/timeline.scss */
.timeline_chart_column .tooltip_content_row {
  display: block;
  line-height: 1.6;
  white-space: nowrap;
  color: #444;
  font-size: 1rem;
}

/* line 41, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon {
  display: inline-block;
  background: #a1abb3;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

/* line 56, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon_1 {
  background: #ed326e;
}

/* line 62, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon_2 {
  background: #ff7c48;
}

/* line 68, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon_3 {
  background: #ffc548;
}

/* line 74, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon_4 {
  background: #8F75F8;
}

/* line 80, /app/app/assets/stylesheets/timeline.scss */
.timeline_legend_icon_5 {
  background: #5127FD;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/tooltip.scss */
.tooltip_box {
  position: relative;
  line-height: 6px !important;
  display: inline-block;
}
/* line 8, /app/app/assets/stylesheets/tooltip.scss */
.tooltip_box .tooltip_icon {
  color: #a1abb3;
  font-size: 13px;
}

/* line 16, /app/app/assets/stylesheets/tooltip.scss */
.tooltip_box:hover .tooltip {
  display: block;
}

/* line 22, /app/app/assets/stylesheets/tooltip.scss */
.tooltip:hover {
  display: block;
}

/* line 26, /app/app/assets/stylesheets/tooltip.scss */
.tooltip {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 15px;
  z-index: 1;
  border-radius: 8px;
  left: 30px;
  top: -23px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  width: 250px;
}
/* line 40, /app/app/assets/stylesheets/tooltip.scss */
.tooltip p {
  color: #444 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 200;
}
/* line 48, /app/app/assets/stylesheets/tooltip.scss */
.tooltip p:last-child {
  margin: 0;
}
/* line 53, /app/app/assets/stylesheets/tooltip.scss */
.tooltip .tooltip_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -11px;
  top: 20px;
}
/* line 67, /app/app/assets/stylesheets/tooltip.scss */
.tooltip .tooltip_arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

/* line 87, /app/app/assets/stylesheets/tooltip.scss */
.panel_tag .tooltip {
  right: 30px;
  left: auto;
}
/* line 93, /app/app/assets/stylesheets/tooltip.scss */
.panel_tag .tooltip_arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -11px;
  top: 20px;
  left: auto;
  border-right: none;
}
/* line 108, /app/app/assets/stylesheets/tooltip.scss */
.panel_tag .tooltip_arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -10px;
  left: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  border-right: none;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 11, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_scroll_box {
  overflow: auto;
}
/* line 16, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_scroll_box::-webkit-scrollbar {
  display: none;
}
/* line 20, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_inner_box {
  min-height: 40px;
  z-index: 3;
  padding-top: 5px;
  padding-bottom: 15px;
}
/* line 29, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_inner_box.fixed {
  position: fixed;
}
/* line 33, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_inner_box.fixed_top {
  position: fixed;
  top: 15px;
}

/* line 41, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_form_box_left {
  width: 52px;
  float: left;
}

/* line 46, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_form_box_right {
  width: calc(100% - 52px);
  float: left;
}

/* line 76, /app/app/assets/stylesheets/user_comments.scss */
.form_user_comment2 {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 22px;
}

/* line 82, /app/app/assets/stylesheets/user_comments.scss */
#user_comment_ui {
  height: 42px;
  border: none;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 89, /app/app/assets/stylesheets/user_comments.scss */
.mentionSpans {
  background: #fff;
}

/* line 107, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .form_user_comment2 p {
  width: 100% !important;
  min-width: 0% !important;
  max-width: 100% !important;
}
/* line 114, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu {
  padding-bottom: 2px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  border: none;
}
/* line 121, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu .ui-state-active {
  margin: 0;
}
/* line 128, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu-item {
  text-align: left;
  clear: both;
  padding-bottom: 4px;
  padding-top: 4px;
}
/* line 135, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu-item a {
  display: block;
}
/* line 140, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu-item .avatar {
  height: 32px;
  width: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  font-size: 13px;
  text-align: center;
  color: #fff;
}
/* line 154, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu-item .avatar img {
  max-width: 100%;
}
/* line 159, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comments_form_box .ui-menu-item .no_photo {
  padding-top: 2px;
}

/* line 169, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment {
  position: relative;
}
/* line 172, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment a {
  font-weight: 400;
  color: #444;
}
/* line 177, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment .controls {
  display: none;
  right: -20px;
  top: -5px;
}
/* line 182, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment .controls a {
  padding: 5px 0 0 0;
  text-align: right;
  cursor: pointer;
}

/* line 194, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment:hover .controls {
  display: block;
}
/* line 197, /app/app/assets/stylesheets/user_comments.scss */
.response .user_comment:hover .controls a:hover i {
  color: #444;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/* line 206, /app/app/assets/stylesheets/user_comments.scss */
.user_comment {
  padding-top: 0;
  padding-bottom: 5px;
  clear: both;
  position: relative;
}
/* line 213, /app/app/assets/stylesheets/user_comments.scss */
.user_comment .user-avatar {
  display: inline-block;
}
/* line 217, /app/app/assets/stylesheets/user_comments.scss */
.user_comment p {
  font-size: 14px;
}
/* line 221, /app/app/assets/stylesheets/user_comments.scss */
.user_comment p:last-child {
  margin: 0;
}
/* line 225, /app/app/assets/stylesheets/user_comments.scss */
.user_comment .small-text {
  font-size: 12px;
}

/* line 231, /app/app/assets/stylesheets/user_comments.scss */
.user_comment:after {
  content: '';
  display: block;
  clear: both;
}

/* line 237, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_footer {
  text-align: right;
  margin-bottom: -4px;
  padding-right: 10px;
  padding-left: 15px;
  clear: both;
}
/* line 244, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_footer a {
  color: #5127FD;
}

/* line 249, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_box1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  text-align: right;
}

/* line 257, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_box2 {
  padding-top: 0;
  padding-left: 52px;
  padding-right: 52px;
}

/* line 263, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_bubble {
  background: #f2f4ff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 18px;
  position: relative;
  float: right;
}
/* line 271, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_bubble a {
  cursor: default;
}
/* line 275, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_bubble p {
  font-size: 15px;
  line-height: 1.4;
}
/* line 280, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_bubble p:last-child {
  margin: 0;
}
/* line 284, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_bubble .user_comment_author {
  font-size: 13px;
}

/* line 289, /app/app/assets/stylesheets/user_comments.scss */
.user_comment_author {
  margin: 0;
  font-weight: 400;
}

/* line 296, /app/app/assets/stylesheets/user_comments.scss */
.user_comment.is_current_user .user_comment_box1 {
  left: 0;
  right: auto;
  text-align: left;
}
/* line 302, /app/app/assets/stylesheets/user_comments.scss */
.user_comment.is_current_user .user_comment_bubble {
  float: left;
  background: rgba(0, 0, 0, 0.05);
}
/* line 307, /app/app/assets/stylesheets/user_comments.scss */
.user_comment.is_current_user .user_comment_footer {
  text-align: left;
}

/* line 633, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box.active .user_comments {
  display: block;
}

/* line 639, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box {
  z-index: 3;
}
/* line 643, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .icon_box {
  font-size: 24px;
}
/* line 647, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box i {
  color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
/* line 656, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .icon_box:hover i {
  color: #5127FD;
}
/* line 661, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .icon_alert {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ed326e;
  display: block;
  position: absolute;
  top: -2px;
  right: -4px;
  border: 1px solid #fff;
}
/* line 673, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comments {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 300px;
  left: -150px;
  top: 26px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
}
/* line 690, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment {
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: white;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  clear: both;
}
/* line 701, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment:hover {
  background: #f2f4ff;
}
/* line 705, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comments_link_box {
  padding: 10px 15px;
  font-size: 14px;
}
/* line 710, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user-avatar {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}
/* line 718, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment_left {
  float: left;
  width: 50px;
  padding-top: 6px;
}
/* line 724, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment_right {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
}
/* line 729, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment_right p {
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
}
/* line 735, /app/app/assets/stylesheets/user_comments.scss */
.user_comments_alerts_box .user_comment_right .small-text {
  font-size: 12px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/user_location_search.scss */
#search_box {
  position: relative;
}
/* line 12, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .icon_search {
  height: 20px;
  width: 20px;
  display: block;
  background-position: -109px -355px;
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
}
/* line 23, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box {
  width: 360px;
  margin: 0;
  text-align: left;
}
/* line 30, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box label {
  display: none;
}
/* line 34, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .keyword {
  border-radius: 20px;
  border: none;
  padding: 0 10px 0 40px;
  margin: 0;
  line-height: 38px;
  width: 250px;
  display: inline-block;
  float: left;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
/* line 47, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .user_location_links, #search_box .user_location_search_box .user_location_search_reset_box {
  padding: 0px 20px;
}
/* line 49, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .user_location_links ul, #search_box .user_location_search_box .user_location_search_reset_box ul {
  margin: 0;
}
/* line 56, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .user_location_links ul {
  margin: 0 0 10px;
}
/* line 62, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .user_location_search_reset_box li {
  border-top: none;
}
/* line 67, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_box .user_location_search_options {
  border: none;
  border-radius: 20px;
  background: white;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  top: 48px;
}
/* line 80, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_audience {
  display: inline-block;
  width: 104px;
  cursor: pointer;
  float: right;
  position: relative;
  padding: 3px 3px 0 0;
}
/* line 89, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .selected_audience {
  background: #5127FD;
  color: #fff;
  line-height: 32px;
  border-radius: 19px;
  display: block;
  padding: 0 19px;
  font-size: 15px;
  text-align: center;
}
/* line 100, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_audience_options_box {
  position: absolute;
  left: auto;
  right: 0;
  top: 38px;
  padding-top: 10px;
  width: 108px;
  display: none;
}
/* line 111, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_audience.active .user_location_search_audience_options_box {
  display: block;
}
/* line 116, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_audience_options {
  display: block;
  background: #fff;
  padding: 12px 20px;
  border-radius: 19px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
}
/* line 124, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_audience_option {
  display: block;
  line-height: 32px;
}
/* line 129, /app/app/assets/stylesheets/user_location_search.scss */
#search_box .user_location_search_field_box {
  background: #fff;
  height: 40px;
  border-radius: 21px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 139, /app/app/assets/stylesheets/user_location_search.scss */
.icon_search {
  display: none;
}

/* line 143, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box {
  background: white;
  z-index: 3;
  position: relative;
  margin: 0 0 13px;
}
/* line 150, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box a {
  color: #444;
}
/* line 154, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box a:hover {
  color: #5127FD;
}
/* line 158, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box input {
  margin: 0 0 -3px;
}
/* line 162, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_search_options {
  position: static;
  border: none;
  background: none;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 171, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links, .user_location_search_box .user_location_search_reset_box {
  padding: 0px 10px 10px;
}
/* line 179, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links li, .user_location_search_box .user_location_search_reset_box li {
  font-size: 15px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* line 187, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links .user_location_links_header, .user_location_search_box .user_location_search_reset_box .user_location_links_header {
  font-size: 11px;
  padding-top: 5px;
}
/* line 201, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links ul {
  margin: 0;
}
/* line 208, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links ul:first-child li:first-child {
  border-top: none;
}
/* line 218, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_links ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 226, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_search_options {
  background: white;
  position: absolute;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
  top: 53px;
}
/* line 236, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_search_reset_box {
  padding-bottom: 0;
}
/* line 239, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_search_reset_box ul {
  margin: 0;
}
/* line 243, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_box .user_location_search_reset_box li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 261, /app/app/assets/stylesheets/user_location_search.scss */
.user_location_search_audience {
  display: none;
}
/* line 6, /app/app/assets/stylesheets/users.scss */
.users .btn_send_user_invite {
  width: 100%;
}

/* line 12, /app/app/assets/stylesheets/users.scss */
.user-locations h2 {
  margin: 0 0 10px;
}

/* line 17, /app/app/assets/stylesheets/users.scss */
.users .filterBox .user_location_search .keyword {
  width: 360px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/viewport.scss */
#viewport {
  position: relative;
}
/* line 6, /app/app/assets/stylesheets/viewport.scss */
#viewport .content {
  position: relative;
  min-height: 100vh;
}

/* line 14, /app/app/assets/stylesheets/viewport.scss */
.user-avatar {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
/* line 27, /app/app/assets/stylesheets/viewport.scss */
.user-avatar a {
  color: #fff;
}
/* line 31, /app/app/assets/stylesheets/viewport.scss */
.user-avatar img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* line 39, /app/app/assets/stylesheets/viewport.scss */
#sidebar {
  background: #f2f4ff;
  width: 200px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
/* line 48, /app/app/assets/stylesheets/viewport.scss */
#sidebar hr {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 52, /app/app/assets/stylesheets/viewport.scss */
#sidebar .logo {
  position: absolute;
  top: 4rem;
  left: 2rem;
  font-weight: 600;
  height: 29px;
  width: 129px;
  background-position: -118px -221px;
  background-size: 300px;
}
/* line 64, /app/app/assets/stylesheets/viewport.scss */
#sidebar .user-avatar {
  display: block;
  position: absolute;
  right: -24px;
  top: 55px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  background: #f2f4ff;
  border-radius: 50%;
  line-height: 48px;
  height: 48px;
  width: 48px;
}
/* line 82, /app/app/assets/stylesheets/viewport.scss */
#sidebar .user-avatar img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* line 89, /app/app/assets/stylesheets/viewport.scss */
#sidebar .user-avatar a {
  color: #fff;
}
/* line 93, /app/app/assets/stylesheets/viewport.scss */
#sidebar .user-avatar .icon_edit_user_avatar {
  background: #fff;
  color: #5127FD;
  border-radius: 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -8px;
  bottom: -8px;
  top: auto;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 13px;
}
/* line 106, /app/app/assets/stylesheets/viewport.scss */
#sidebar .user-avatar .icon_edit_user_avatar i {
  color: #5127FD;
}
/* line 113, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu {
  position: relative;
  top: 160px;
  padding: 0 2rem;
}
/* line 117, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu li {
  text-align: left;
  position: relative;
}
/* line 121, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu li a {
  color: #444;
}
/* line 125, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu li a:hover {
  color: #5127FD;
}
/* line 130, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu .icon_box {
  position: relative;
}
/* line 134, /app/app/assets/stylesheets/viewport.scss */
#sidebar .menu .icon_alert {
  display: block;
  height: 10px;
  width: 10px;
  background: #ed326e;
  position: absolute;
  top: 2px;
  right: -10px;
  border-radius: 50%;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 7, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews.listings .table-column {
  white-space: normal;
  overflow: visible;
}

/* line 16, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews .metric-response-right .button-box {
  padding-top: 10px;
  margin: 0;
}
/* line 24, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews .metric-response-right .button i {
  margin-right: 3px;
  color: #5127FD;
}
/* line 33, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews .slide-viewer-filters .checkboxBox label {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 40, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews .overview_timeline {
  margin-bottom: 30px;
}

/* line 50, /app/app/assets/stylesheets/web_reviews.scss */
.web_review_logo {
  display: inline-block;
  background: grey;
  height: 24px;
  width: 24px;
  position: relative;
  bottom: -3px;
}

/* line 60, /app/app/assets/stylesheets/web_reviews.scss */
#popup_web_review_response.popPop h2 {
  font-size: 24px;
}
/* line 64, /app/app/assets/stylesheets/web_reviews.scss */
#popup_web_review_response.popPop .checkboxesBox {
  padding-top: 0 !important;
}
/* line 68, /app/app/assets/stylesheets/web_reviews.scss */
#popup_web_review_response.popPop .popPopContent {
  padding-right: 1rem;
}
/* line 72, /app/app/assets/stylesheets/web_reviews.scss */
#popup_web_review_response.popPop .web_review_caring_authorized {
  position: relative;
  bottom: -2px;
}

/* line 78, /app/app/assets/stylesheets/web_reviews.scss */
.button_facebook {
  border: 1px solid #1877F2;
  color: #1877F2;
  background: #fff;
  position: relative;
  padding-left: 50px;
}
/* line 85, /app/app/assets/stylesheets/web_reviews.scss */
.button_facebook .icon_facebook {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 94, /app/app/assets/stylesheets/web_reviews.scss */
.button_google {
  border: 1px solid #1877F2;
  color: #1877F2;
  background: #fff;
  position: relative;
  padding-left: 50px;
}
/* line 101, /app/app/assets/stylesheets/web_reviews.scss */
.button_google .icon_google {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 110, /app/app/assets/stylesheets/web_reviews.scss */
.button_facebook:hover, .button_google:hover {
  color: #1877F2;
}

/* line 114, /app/app/assets/stylesheets/web_reviews.scss */
.icon_facebook {
  display: inline-block;
  background: url("logo-facebook-6edd4a5c67908ceb3aaed1a9bf5179385181838ce163ccc1f651112886a6d16b.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 121, /app/app/assets/stylesheets/web_reviews.scss */
.icon_google {
  display: inline-block;
  background: url("logo-google-fd52fdf18898d8a8126ff4b81d7633fe9a37fa02eaa270e026ede26db6e31604.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 128, /app/app/assets/stylesheets/web_reviews.scss */
.icon_caring {
  display: inline-block;
  background: url("icon-caring-8c85ff9b9f0483e77a36269f0de6cf71a2e9fd972bdc82bf768c386d60e2575d.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 135, /app/app/assets/stylesheets/web_reviews.scss */
.icon_apfm {
  display: inline-block;
  background: url("icon-apfm-210f1976ea1ef9eea09191e0c66c1f687ec30a849a1c7888a8f8259133851ec5.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 142, /app/app/assets/stylesheets/web_reviews.scss */
.web_review_icon {
  height: 30px;
  width: 30px;
}

/* line 149, /app/app/assets/stylesheets/web_reviews.scss */
.metric-response-right .web_review_icon {
  position: absolute;
  right: 2rem;
  top: 0;
  height: 24px;
  width: 24px;
}

/* line 160, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown {
  border-radius: 10px;
  padding: 4px 25px 10px;
  margin-bottom: 30px;
}

/* line 170, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown .tooltip, .web_reviews .overview_timeline .tooltip, .web_reviews.listings .tooltip {
  width: auto;
  min-width: 120px;
}
/* line 175, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown .tooltip_content .tooltip_content_row, .web_reviews .overview_timeline .tooltip_content .tooltip_content_row, .web_reviews.listings .tooltip_content .tooltip_content_row {
  display: block;
  line-height: 1.6;
  white-space: nowrap;
  color: #444;
  font-size: 1rem;
}
/* line 183, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown .tooltip_content .tooltip_content_row .small-text, .web_reviews .overview_timeline .tooltip_content .tooltip_content_row .small-text, .web_reviews.listings .tooltip_content .tooltip_content_row .small-text {
  font-size: 12px;
}

/* line 196, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown h3 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 204, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_score {
  font-size: 28px;
  color: #444;
  font-weight: 400;
}

/* line 210, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_count {
  padding-top: 10px;
}

/* line 214, /app/app/assets/stylesheets/web_reviews.scss */
.web_review_icon {
  height: 18px;
  width: 18px;
  position: relative;
  bottom: -2px;
}

/* line 220, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon {
  display: inline-block;
  background: #a1abb3;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  position: relative;
  top: -2px;
}
/* line 234, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon .icon_recommendation {
  background-size: 250px;
}
/* line 239, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon .icon_thumbs_up {
  top: 2px;
  background-position: -86px -222px;
}
/* line 244, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon .icon_thumbs_down {
  top: 4px;
  background-position: -105px -222px;
}

/* line 250, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_5 {
  background: #5127FD;
}

/* line 256, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_4 {
  background: #8F75F8;
}

/* line 262, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_3 {
  background: #ffc548;
}

/* line 268, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_2 {
  background: #ff7c48;
}

/* line 274, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_1 {
  background: #ed326e;
}

/* line 280, /app/app/assets/stylesheets/web_reviews.scss */
.web_reviews_breakdown_legend_icon_facebook {
  position: relative;
  top: 4px;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 8, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header {
  margin-bottom: -20px;
  padding-left: 50px;
}
/* line 13, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
}
/* line 22, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
/* line 28, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header .web_reviews_chart_header_title {
  font-size: 19px;
}
/* line 32, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header .web_review_chart_change_positive {
  color: #5127FD;
}
/* line 36, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header .web_review_chart_change_negative {
  color: #ed326e;
}
/* line 40, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_header .web_review_chart_change_neutral {
  color: #a1abb3;
}

/* line 45, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph {
  margin-bottom: 30px;
}

/* line 51, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_scale_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  position: relative;
}

/* line 57, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_6_line {
  padding-top: 10px;
}
/* line 59, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_6_line .web_reviews_chart_scale_line {
  height: 40px;
}

/* line 64, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_scale_label {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 11px;
  font-weight: 600;
}

/* line 72, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar {
  position: absolute;
  bottom: 0;
  left: 75px;
  width: 80px;
}

/* line 79, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend {
  padding-left: 50px;
}
/* line 86, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend dl {
  font-size: 13px;
}
/* line 90, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend dt {
  width: 70%;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
/* line 101, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend dd {
  width: 30%;
  display: inline-block;
  text-align: right;
  margin-bottom: 15px;
}

/* line 109, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment {
  border-top: 1px solid #fff;
}

/* line 113, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment_1 {
  background: #ed326e;
}

/* line 117, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment_2 {
  background: #ff7c48;
}

/* line 121, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment_3 {
  background: #ffc548;
}

/* line 125, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment_4 {
  background: #8F75F8;
}

/* line 129, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_bar_segment_5 {
  background: #5127FD;
}

/* line 135, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_reply_time .web_reviews_chart_bar_segment_1 {
  background: #5127FD;
}
/* line 139, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_reply_time .web_reviews_chart_bar_segment_2 {
  background: #8F75F8;
}
/* line 143, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_reply_time .web_reviews_chart_bar_segment_3 {
  background: #ffc548;
}
/* line 147, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_reply_time .web_reviews_chart_bar_segment_4 {
  background: #ff7c48;
}
/* line 151, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_graph_reply_time .web_reviews_chart_bar_segment_5 {
  background: #ed326e;
}

/* line 157, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  position: relative;
  bottom: -2px;
  border-radius: 50%;
}

/* line 168, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot_1 {
  background: #ed326e;
}

/* line 172, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot_2 {
  background: #ff7c48;
}

/* line 176, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot_3 {
  background: #ffc548;
}

/* line 180, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot_4 {
  background: #8F75F8;
}

/* line 184, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_dot_5 {
  background: #5127FD;
}

/* line 190, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_reply_time .web_reviews_chart_legend_dot_1 {
  background: #5127FD;
}
/* line 194, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_reply_time .web_reviews_chart_legend_dot_2 {
  background: #8F75F8;
}
/* line 198, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_reply_time .web_reviews_chart_legend_dot_3 {
  background: #ffc548;
}
/* line 202, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_reply_time .web_reviews_chart_legend_dot_4 {
  background: #ff7c48;
}
/* line 206, /app/app/assets/stylesheets/web_reviews_chart.scss */
.web_reviews_chart_legend_reply_time .web_reviews_chart_legend_dot_5 {
  background: #ed326e;
}
/* line 32, /app/app/assets/stylesheets/colors.scss */
body {
  background: white;
}

/* line 36, /app/app/assets/stylesheets/colors.scss */
h1, h2, h3 {
  color: #444;
}

/* line 40, /app/app/assets/stylesheets/colors.scss */
.color-dark {
  color: #2e286a;
}

/* line 3, /app/app/assets/stylesheets/widget_response.scss */
.widget_response {
  background: white;
  border-radius: 10px;
  padding: 0.8rem 0.9rem;
  margin-bottom: 10px;
}
/* line 22, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_left {
  float: left;
  width: calc(100% - 100px);
}
/* line 26, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_right {
  float: left;
  width: 100px;
  text-align: right;
}
/* line 33, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_bottom {
  clear: both;
}
/* line 37, /app/app/assets/stylesheets/widget_response.scss */
.widget_response p {
  margin: 0;
  line-height: 22px;
  color: #2e286a;
}
/* line 43, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_date {
  color: #a1abb3;
  font-size: 11px;
}
/* line 48, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding-right: 10px;
}
/* line 56, /app/app/assets/stylesheets/widget_response.scss */
.widget_response .widget_response_survey {
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding-right: 10px;
  font-size: 13px;
}

/* line 190, /app/app/assets/stylesheets/widget_response.scss */
.icon_responses {
  height: 25px;
  width: 29px;
  display: inline-block;
  background-position: -334px -303px;
  position: relative;
  bottom: -7px;
  margin-right: 3px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

