/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-flow-container {
  width: 100%;
  max-width: 700px;
  padding: 0 15px;
}

.reviewBoxFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 60px;
  color: grey;
}
.reviewBoxFooter p {
  margin: 0;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0.5em 0;
  font-weight: 600;
}

a, p, label, span, input, button, select, textarea, li {
  font-family: "Noto Sans", sans-serif;
}

p, label, span, li {
  font-weight: 100;
}

ul li {
  margin: 0 0 0.5em;
}

.captcha_disclaimer {
  font-size: 14px;
  margin: 25px 0 0 0;
  color: #818181;
}
.captcha_disclaimer.center {
  text-align: center;
}

.card {
  background: white;
  border-radius: 2px;
  padding: 24px 21px;
}
.card.no_background {
  background: none;
}
.card.no_padding {
  padding: 0;
}
.card.max_width {
  max-width: 550px;
}
.card.fake_header {
  margin: 10px 0 20px;
  padding: 20px 0;
}
.card.flex_it {
  display: flex;
  flex-direction: column;
}
.card.flex_it .card--title {
  margin-bottom: 0;
}
.card hr {
  margin: 30px 0 30px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.card--title {
  margin-bottom: 10px;
}
.card--title h2 {
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.card--title p {
  margin: -7px 0 20px 0;
  font-size: 1.6rem;
}
.card--title.has_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.card--title.has_image img {
  order: 1;
  margin: 10px auto 15px;
  height: 40px;
}
.card--title.has_image img.co_branding {
  height: 60px;
}
.card--title.has_image h1 {
  order: 2;
  text-align: center;
  width: 100%;
}
@media (min-width: 460px) {
  .card--title.has_image {
    flex-wrap: nowrap;
  }
  .card--title.has_image h1 {
    order: 1;
    text-align: left;
    width: auto;
  }
  .card--title.has_image img {
    height: 35px;
    order: 2;
    margin: unset;
  }
}
.card--sub_title {
  margin: 0 0 1.5em;
}
.card--sub_title.no_margin {
  margin: 0;
}
.card--sub_title h3 {
  font-size: 18px;
  line-height: 23px;
  color: #343434;
}
.card--sub_title h2 {
  font-size: 22px;
  line-height: 23px;
  color: #343434;
}
.card--sub_title p {
  margin: 0;
}
.card--sub_title.has_icon {
  display: flex;
  align-items: center;
}
.card--sub_title.has_icon img, .card--sub_title.has_icon svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.card--highlighted {
  background: #CFE9E1;
  margin: 0 -21px 20px;
  padding: 20px 21px;
}
.card--body h3.sub_title {
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin: 1.25em 0 0.75em;
}
.card--footer {
  margin-top: 75px;
}
.card--footer p {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 0;
}
.card--footer.force_bottom {
  margin-top: auto;
}
.card .button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.card .button-group .button {
  display: block;
  width: 100%;
  padding: 0.7em 1.5em 0.7em;
  margin: 0 0 10px;
}
@media (min-width: 496px) {
  .card .button-group .button {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.card .button-group > * {
  margin-right: 10px;
}
.card .button-group .button {
  font-size: 16px;
}
.card .button-group.left {
  justify-content: flex-start;
}
.card .button-group.right {
  justify-content: flex-end;
}
.card .card-input-grid {
  display: flex;
  flex-direction: column;
  margin: 10px 0 40px;
}
.card .card-input-grid > div {
  margin-bottom: 10px;
}
@media (min-width: 868px) {
  .card .card-input-grid {
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 80%;
  }
  .card .card-input-grid.no_limit {
    max-width: unset;
  }
  .card .card-input-grid > div {
    margin-bottom: unset;
  }
}
.card .card-input-grid .span-2 {
  grid-column: span 2;
}

.form-group {
  display: block;
  width: 100%;
}
.form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.form-group input, .form-group select, .form-group textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
}
.form-group input#response_text, .form-group select#response_text, .form-group textarea#response_text {
  font-size: 16px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #29af85;
}

.form-group-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0 0 20px;
}

.input-form-label {
  margin-bottom: 0.5em;
  font-size: 14px;
}

@media (min-width: 868px) {
  .form-group-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.radio-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.radio-select-list.full .radio-select-label {
  width: 100%;
}
.radio-select-list.full .radio-select-label label {
  width: 100%;
}

.fake-input-label {
  display: block;
  padding: 0.5em 1em;
  border-radius: 3px;
  cursor: pointer;
  background-color: #29af85;
  border: 1px solid #29af85;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 20px;
}
.fake-input-label:hover, .fake-input-label:focus {
  background-color: white;
  border-color: #1e7e5d;
  color: black;
}

.radio-select-label {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.radio-select-label input {
  display: none;
}
.radio-select-label input:checked + label {
  background-color: #29af85;
  border-color: #29af85;
  color: #fff;
}
.radio-select-label label {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}

.label-description {
  display: block;
  font-weight: 400;
  margin: 0.25em 0 0.2em;
}

.input-group {
  display: block;
  margin: 0 0 1.5em 0;
}
.input-group label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 15px;
  text-align: left;
}
.input-group label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.input-group .toggle_password_show {
  position: absolute;
  right: 11px;
  top: 13px;
  font-size: 17px;
}
.input-group input, .input-group textarea, .input-group select {
  width: 100%;
  resize: vertical;
  border: 2px solid #e9e9e9;
  border-radius: 3px;
  padding: 0.75em 1em;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out;
  box-sizing: border-box;
}
.input-group input readonly, .input-group textarea readonly, .input-group select readonly {
  background-color: #f5f5f5;
}
.input-group input:focus, .input-group textarea:focus, .input-group select:focus {
  outline: none;
  border-color: #2980af;
}
.input-group input[type=number] {
  -moz-appearance: textfield;
}
.input-group input[type=number]::-webkit-outer-spin-button, .input-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group .select2 {
  width: 100% !important;
}
.input-group .select2-selection {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  height: auto;
}
.input-group .select2-container {
  height: auto;
}
.input-group .select2-selection__rendered {
  padding: 0 !important;
  color: #000 !important;
  font-weight: 400;
}
.input-group .select2-container--default {
  color: #000;
  font-weight: 400;
}
.input-group .select2-selection__arrow {
  height: 100% !important;
  position: absolute;
  top: 0 !important;
  right: 8px !important;
  width: 20px !important;
}
.input-group .select2-selection__placeholder {
  color: #000 !important;
  font-weight: 400;
  padding: 0 !important;
}
.input-group textarea {
  min-height: 100px;
}
.input-group--checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  margin-left: 5px;
}
.input-group--checkbox label {
  margin: 0;
  line-height: 1.5;
}
.input-group--checkbox label:hover {
  cursor: pointer;
}
.input-group--checkbox label .required {
  color: #ff0000;
  font-weight: 700;
  padding: 0 5px;
}
.input-group--checkbox input {
  width: unset;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
}
.input-group--checkbox input::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: -3px;
}
.input-group--checkbox input::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #29af85;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 2px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.input-group--checkbox input:checked::after {
  opacity: 1;
}
.input-group--checkbox input:focus::before, .input-group--checkbox input:hover::before {
  border-color: #2980af;
}
.input-group--checkbox.form_margins {
  justify-content: center;
  margin: 20px 0 10px;
}

.login-message {
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.login-message p {
  margin: 0 !important;
}

.review_type_files {
  margin: 20px 0;
}
.review_type_files .dropzone {
  border: 2px dashed #E9E9E9;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #ffffff 25%, #E9E9E9 25%, #E9E9E9 50%, #ffffff 50%, #ffffff 75%, #E9E9E9 75%, #E9E9E9 100%);
  background-size: 70.71px 70.71px;
}

.input-group-collection {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.75em;
  margin: 0 0 20px;
}
.input-group-collection.reduced_gap {
  grid-row-gap: 0.1em;
}

.question-options-title {
  display: block;
  margin: 35px 0 10px;
  font-size: 17px;
  font-weight: 500;
}

.reviewPracticeQuestion p:first-of-type {
  display: block;
  margin-bottom: 0.5em;
  font-size: 15px;
  text-align: left;
}
.reviewPracticeQuestion .question-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 20px 0;
}
@media (min-width: 425px) {
  .reviewPracticeQuestion .question-options {
    justify-content: flex-start;
  }
}
.reviewPracticeQuestion .question-options label {
  position: relative;
  display: inline-block;
  background: #e6e6e6;
  padding: 11px 6px;
  border-radius: 5px;
  border: 2px solid #e6e6e6;
  margin: 2px 5px 0 0;
  text-align: center;
  min-width: 75px;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
@media (min-width: 425px) {
  .reviewPracticeQuestion .question-options label {
    margin: 2px 10px 0 0;
    padding: 13px 15px;
  }
}
.reviewPracticeQuestion .question-options label[for*=no]:hover, .reviewPracticeQuestion .question-options label[for*=no]:has(input:focus) {
  border: 2px solid #f10303;
  background: #fff;
}
.reviewPracticeQuestion .question-options label[for*=no].checked {
  border: 2px solid #f10303;
  background: rgba(255, 0, 0, 0.2196078431);
}
.reviewPracticeQuestion .question-options label[for*=yes]:hover, .reviewPracticeQuestion .question-options label[for*=yes]:has(input:focus) {
  border: 2px solid #29af85;
  background: #fff;
}
.reviewPracticeQuestion .question-options label[for*=yes].checked {
  border: 2px solid #29af85;
  background: rgba(41, 175, 133, 0.2196078431);
}
.reviewPracticeQuestion .question-options label[for*=na]:hover, .reviewPracticeQuestion .question-options label[for*=na]:has(input:focus) {
  border: 2px solid #ffcc00;
  background: #fff;
}
.reviewPracticeQuestion .question-options label[for*=na].checked {
  border: 2px solid #ffcc00;
  background: rgba(255, 204, 0, 0.2196078431);
}
.reviewPracticeQuestion .question-options label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.reviewSliderHeader .slider-title {
  display: block;
  margin: 25px 0 10px;
  font-size: 17px;
  font-weight: 500;
}

.overallStarItem .reviewSliderBar, .reviewStarItem .reviewSliderBar {
  margin: 26px 0 25px 15px;
  width: 95%;
}
.overallStarItem .reviewSliderBar .reviewPercentage, .reviewStarItem .reviewSliderBar .reviewPercentage {
  display: none;
}
.overallStarItem .reviewSliderBar .reviewSlider, .reviewStarItem .reviewSliderBar .reviewSlider {
  background: linear-gradient(90deg, rgb(241, 3, 3) 0%, rgb(241, 3, 3) 50%, rgb(255, 204, 0) 50%, rgb(255, 204, 0) 72.7273%, rgb(41, 175, 133) 72.7273%);
}
.overallStarItem .reviewSliderBar .reviewSlider .ui-slider-handle, .reviewStarItem .reviewSliderBar .reviewSlider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  touch-action: none;
}
.overallStarItem .reviewSliderBar .reviewSlider .ui-slider-handle, .reviewStarItem .reviewSliderBar .reviewSlider .ui-slider-handle {
  top: -0.7em;
  margin-left: -2em;
  cursor: grab;
  text-align: center;
  line-height: 1;
  box-shadow: unset;
  background: white;
  padding: 9px;
  border: 2px solid #e9e9e9;
}
.overallStarItem .reviewSliderBar .reviewSlider .ui-slider-handle:active, .reviewStarItem .reviewSliderBar .reviewSlider .ui-slider-handle:active {
  cursor: grabbing;
}
.overallStarItem .reviewSliderBar .reviewSlider .ui-slider-horizontal .ui-slider-range-min, .reviewStarItem .reviewSliderBar .reviewSlider .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.overallStarItem .reviewSliderBar .reviewSlider .ui-widget-header, .reviewStarItem .reviewSliderBar .reviewSlider .ui-widget-header {
  transition: background 0.2s ease-in-out;
}
.overallStarItem .reviewSliderBar .reviewSlider.deselected .ui-slider-handle, .reviewStarItem .reviewSliderBar .reviewSlider.deselected .ui-slider-handle {
  border: 2px solid #e9e9e9;
}
.overallStarItem .reviewSliderBar .reviewSlider.dislike .ui-widget-header, .reviewStarItem .reviewSliderBar .reviewSlider.dislike .ui-widget-header {
  background: #f10303;
}
.overallStarItem .reviewSliderBar .reviewSlider.average .ui-widget-header, .reviewStarItem .reviewSliderBar .reviewSlider.average .ui-widget-header {
  background: #ffcc00;
}
.overallStarItem .reviewSliderBar .reviewSlider.like .ui-widget-header, .reviewStarItem .reviewSliderBar .reviewSlider.like .ui-widget-header {
  background: #29af85;
}

.reviewStarItem {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.overallStarItem {
  border-bottom: 0;
}

.best_r_wrapper {
  margin: 15px 0 4px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.best_r_wrapper .container {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 9px 15px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  margin: 2px 10px 0 0;
  text-align: center;
  min-width: 75px;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.best_r_wrapper .container input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.best_r_wrapper .container input:has(input:focus) {
  border: 2px solid #ffd700;
}
.best_r_wrapper .container.checked {
  border: 2px solid #ffd700;
}

.select2-dropdown {
  border: 2px solid #e9e9e9 !important;
  border-bottom: 0 !important;
}
.select2-search__field {
  border: 0 !important;
  padding: 5px 7px !important;
  font-weight: 100;
}
.select2-search__field:focus {
  outline: none;
}
.select2-results__option {
  padding: 6px 10px !important;
}

.required {
  color: #CD3737;
  font-weight: 700;
  padding: 0 2px;
}

.delete-button {
  padding: 12px 30px;
  background-color: #d9534f;
  color: #FFF;
  border: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px #c9302c;
  border-radius: 3px;
  display: inline-block;
}
.delete-button:hover, .delete-button:focus {
  background-color: #e53c37;
  text-decoration: none;
  color: #fff;
}

.heading-button, .button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #29af85;
  padding: 0.75em 1em;
  color: #FFF;
  font-size: 14px;
  border-radius: 2px;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #29af85;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.heading-button.disabled, .button.disabled {
  filter: grayscale(100%);
  cursor: not-allowed;
}
.heading-button #count_down_container, .button #count_down_container {
  padding: 0 5px;
}
.heading-button.block, .button.block {
  display: block;
  width: 100%;
}
.heading-button.block_flex, .button.block_flex {
  width: 100%;
}
.heading-button i, .button i {
  margin: 0 0.5em 0 0;
}
.heading-button svg, .button svg {
  width: 22px;
  margin: 0 20px 0 0;
  fill: black;
}
.heading-button.icon-only svg, .button.icon-only svg {
  margin: 0;
}
.heading-button:hover, .heading-button:focus, .button:hover, .button:focus {
  text-decoration: none;
  background-color: #219671;
  border: 1px solid #219671;
  color: #fff;
}
.heading-button.warning, .button.warning {
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.heading-button.warning:hover, .heading-button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #ec971f;
  border: 1px solid #ec971f;
}
.heading-button.danger, .button.danger {
  background-color: #d9534f;
  border: 1px solid #d9534f;
}
.heading-button.danger:hover, .heading-button.danger:focus, .button.danger:hover, .button.danger:focus {
  background-color: #c9302c;
  border: 1px solid #c9302c;
}
.heading-button.clean, .button.clean {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #181818;
}
.heading-button.clean:hover, .heading-button.clean:focus, .button.clean:hover, .button.clean:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.heading-button.outlined, .button.outlined {
  background-color: rgb(255, 255, 255);
  border: 1px solid #29af85;
  color: #29af85;
}
.heading-button.outlined:hover, .heading-button.outlined:focus, .button.outlined:hover, .button.outlined:focus {
  background-color: #29af85;
  border: 1px solid #29af85;
  color: #fff;
}

.light-heading-button {
  background-color: transparent;
  padding: 0.75em 1.5em 0.65em;
  color: #FFF;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #9b9b9b;
}
.light-heading-button:hover, .light-heading-button:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

div.business-header a.heading-button {
  color: #fff;
}
div.business-header a.heading-button:hover, div.business-header a.heading-button:focus {
  color: #fff;
}

.alert {
  --background-colour: #d7d7d7;
  --border-colour: #888888;
  --text-colour: #000;
  position: relative;
  padding: 15px 15px 15px 46px;
  margin-bottom: 20px;
  background: var(--background-colour);
  border: 2px solid var(--border-colour);
  color: var(--text-colour);
  border-radius: 4px;
  font-family: "Noto Sans", sans-serif;
}
.alert p {
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.alert p:last-of-type {
  margin-bottom: 0;
}
.alert::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23888888'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.alert.hide_icon {
  padding: 15px;
}
.alert.hide_icon::before {
  display: none;
}
.alert-success {
  --background-colour: #CFE9E1;
  --border-colour: #29AF85;
  --text-colour: #000;
}
.alert-success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%2329AF85'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.alert-info {
  --background-colour: #C4EDFD;
  --border-colour: #05668D;
  --text-colour: #000;
}
.alert-info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%2305668D'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216 192V224h24 48 24v24 88h8 24v48H296 216 192V336h24zm72-144H224V128h64v64z'/%3E%3C/svg%3E");
}
.alert-warning {
  --background-colour: #FEEBC8;
  --border-colour: #F0B429;
  --text-colour: #000;
}
.alert-warning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23F0B429'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm24-384v24V264v24H232V264 152 128h48zM232 368V320h48v48H232z'/%3E%3C/svg%3E");
}
.alert-error, .alert-danger {
  --background-colour: #FDDCDC;
  --border-colour: #D63649;
  --text-colour: #000;
}
.alert-error::before, .alert-danger::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512' fill='%23D63649'%3E%3Cpath d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E");
}
.alert-reward {
  --background-colour: #fff7cc;
  --border-colour: #FFD700;
  --text-colour: #000;
}
.alert-reward::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' fill='%23FFD700'%3E%3Cpath d='M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z'/%3E%3C/svg%3E");
}

.review-rating {
  background: #F6F6F6;
  padding: 1em;
  margin: 0 0 20px 0;
}
.review-rating__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.review-rating__header p {
  margin: 0;
}
.review-rating__header__indicator {
  min-width: 42px;
  height: 42px;
  margin-left: 10px;
  text-align: center;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  transition: 300ms ease background, 300ms ease border-color;
}
.review-rating__header__indicator p {
  margin: 0;
  font-weight: 600;
}
.review-rating__header__indicator.default {
  border-color: #E0E0E0;
  background: #FFF;
}
.review-rating__header__indicator.red {
  border-color: #CD3737;
  background: #CD3737;
}
.review-rating__header__indicator.red p {
  color: white;
}
.review-rating__header__indicator.amber {
  border-color: #E29B10;
  background: #E29B10;
}
.review-rating__header__indicator.amber p {
  color: white;
}
.review-rating__header__indicator.green {
  border-color: #1E9B74;
  background: #1E9B74;
}
.review-rating__header__indicator.green p {
  color: white;
}

.review-slider {
  position: relative;
  margin: 30px 0 10px;
}
.review-slider .slider-track {
  position: relative;
  background: #ffffff;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #EFEFEF;
  height: 17px;
}
.review-slider .slider-track::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 0;
  box-shadow: unset;
  background-color: rgb(255, 255, 255);
  outline: 2px solid #EFEFEF;
  border-radius: 50%;
  top: -9px;
  left: -1px;
}
.review-slider .slider-dial {
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 0;
  box-shadow: unset;
  background-color: rgb(159, 159, 159);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='white'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: grab;
  border-radius: 50%;
  top: -7px;
  transition: 100ms ease background-image, 100ms ease background-size, 500ms ease background-color;
}
.review-slider .slider-dial.selected {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_280_62)'%3E%3Cpath d='M11.1178 10.2431L13.7428 7.61807C14.0846 7.27627 14.0846 6.72119 13.7428 6.37939L11.1178 3.75439C10.776 3.4126 10.2209 3.4126 9.87915 3.75439C9.53735 4.09619 9.53735 4.65127 9.87915 4.99307L11.0112 6.1251H2.98579L4.11782 4.99307C4.45962 4.65127 4.45962 4.09619 4.11782 3.75439C3.77603 3.4126 3.22095 3.4126 2.87915 3.75439L0.25415 6.37939C-0.0876465 6.72119 -0.0876465 7.27627 0.25415 7.61807L2.87915 10.2431C3.22095 10.5849 3.77603 10.5849 4.11782 10.2431C4.45962 9.90127 4.45962 9.34619 4.11782 9.00439L2.98853 7.8751H11.0139L9.88188 9.00713C9.54009 9.34893 9.54009 9.904 9.88188 10.2458C10.2237 10.5876 10.7788 10.5876 11.1206 10.2458L11.1178 10.2431Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_280_62'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-color: rgb(145, 145, 145);
  background-size: 23px;
}
.review-slider .slider-dial:active {
  cursor: grabbing;
}

.overlay-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(62, 62, 62, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.overlay-error.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.overlay-error.show .overlay-content {
  top: 0;
  transition: all 0.1s ease-in-out;
}
.overlay-error::before {
  content: "";
  position: absolute;
  bottom: 2em;
  right: 2em;
  background-image: url("https://www.reputations.net/assets/images/reputations-logo.png");
  width: 199px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay-error .overlay-content {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  top: 20px;
}
.overlay-error .overlay-content .overlay-header, .overlay-error .overlay-content .overlay-body, .overlay-error .overlay-content .overlay-footer {
  padding: 1.25em 1em;
}
.overlay-error .overlay-content .overlay-header p, .overlay-error .overlay-content .overlay-body p, .overlay-error .overlay-content .overlay-footer p {
  margin: 0 0 0.5em;
}
.overlay-error .overlay-content .overlay-header p:last-of-type, .overlay-error .overlay-content .overlay-body p:last-of-type, .overlay-error .overlay-content .overlay-footer p:last-of-type {
  margin-bottom: 0;
}
.overlay-error .overlay-content .overlay-header h2:last-of-type {
  margin-bottom: 0;
}
.overlay-error .overlay-content .overlay-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

/*# sourceMappingURL=leave-a-review.css.map*/