.pxl-form-control {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-size: 16px;
  height: 36px;
  padding: 6px 12px;
  width: 100%; }
  .pxl-form-control:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }

.pxl-has-error .pxl-form-control {
  border: 1px solid #c33239; }

.pxl-error-message {
  color: #ac4a08; }

.react-autosuggest__suggestions-container {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99; }

.react-autosuggest__suggestions-list {
  border: 1px solid #c0c0bf;
  border-radius: 4px;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.react-autosuggest__suggestion {
  padding: 5px 20px;
  cursor: pointer; }

.react-autosuggest__suggestion--highlighted {
  background-color: #f5f5f5; }

.survey-start * {
  box-sizing: border-box; }

.survey-start label {
  font-weight: 700; }

.survey-start a {
  color: #0fb2f6; }
  .survey-start a:hover {
    color: #0891ca;
    text-decoration: underline; }

.survey-start input[type='submit'], .survey-start a {
  cursor: pointer; }

.survey-start .country {
  margin: 5px 0 0 0; }

.survey-start .hidden {
  display: none; }

.survey-start .btn-c3, .survey-start .btn-c8, .survey-start .btn-c7 {
  display: inline-block;
  padding: 5px 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #c0c0bf;
  color: #333333;
  margin: 0;
  line-height: 1.5;
  cursor: pointer;
  white-space: pre-wrap;
  text-align: center;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  text-decoration: none;
  width: 100%; }
  .survey-start .btn-c3:hover, .survey-start .btn-c8:hover, .survey-start .btn-c7:hover {
    text-decoration: none; }

.survey-start .btn-c3 {
  color: #fff;
  background-color: #0fb2f6;
  border: 1px solid #0891ca; }
  .survey-start .btn-c3:hover, .survey-start .btn-c3.active, .survey-start .btn-c3:active {
    background-color: #0891ca;
    color: #fff; }
  .survey-start .btn-c3:disabled, .survey-start .btn-c3.disabled, .survey-start .btn-c3.disabled:hover {
    background-color: #0fb2f6;
    color: #fff;
    box-shadow: none;
    border: 1px solid #0fb2f6; }

.survey-start .btn-c7 {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #d58512; }
  .survey-start .btn-c7:hover, .survey-start .btn-c7.active, .survey-start .btn-c7:active {
    background-color: #d58512;
    color: #fff; }
  .survey-start .btn-c7:disabled, .survey-start .btn-c7.disabled, .survey-start .btn-c7.disabled:hover {
    background-color: #f0ad4e;
    color: #fff;
    box-shadow: none;
    border: 1px solid #f0ad4e; }

.survey-start .btn-c8 {
  color: #fff;
  background-color: #e1610b;
  border: 1px solid #ac4a08; }
  .survey-start .btn-c8:hover, .survey-start .btn-c8.active, .survey-start .btn-c8:active {
    background-color: #ac4a08;
    color: #fff; }
  .survey-start .btn-c8:disabled, .survey-start .btn-c8.disabled, .survey-start .btn-c8.disabled:hover {
    background-color: #e1610b;
    color: #fff;
    box-shadow: none;
    border: 1px solid #e1610b; }

.pinned-survey-start {
  padding: 0; }
  .pinned-survey-start.border {
    border: 1px solid #cecece; }
    .pinned-survey-start.border .form-content {
      padding: 15px; }
  .pinned-survey-start h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px 0; }
  .pinned-survey-start .top-border {
    border-bottom: 1px solid #cecece;
    height: 10px;
    background-color: #a2e1fc; }
  .pinned-survey-start .bottom-border {
    border-top: 1px solid #cecece;
    height: 10px;
    background-color: #a2e1fc; }
  .pinned-survey-start .form-group {
    margin: 0 0 15px 0; }
  .pinned-survey-start hr {
    border: 0;
    border-top: 1px dashed #cecece !important;
    margin: 19px 0 20px 0; }
  .pinned-survey-start .branding-copy {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 0 0; }
  .pinned-survey-start .branding-img {
    margin: 5px 0 0 0;
    text-align: center; }
    .pinned-survey-start .branding-img img {
      max-width: 200px;
      width: 100%; }
