/* line 1, style.scss */
.select_data_simple {
  width: 80%;
  padding: 15px 30px;
  color: #fff;
  background: #000;
}
/* line 6, style.scss */
.select_data_simple .ts-wrapper.single.input-active .ts-control,
.select_data_simple .ts-control {
  background: #000;
  color: #fff;
  font-family: "Switzer-Light";
  padding: 0;
  border: 0;
  font-size: 20px;
}
/* line 14, style.scss */
.select_data_simple .ts-wrapper.single.input-active .ts-control input,
.select_data_simple .ts-control input {
  color: #fff;
  font-size: 20px;
  background: #000 !important;
}
/* line 21, style.scss */
.select_data_simple .ts-control input::placeholder {
  color: #fff;
}
/* line 25, style.scss */
.select_data_simple .ts-control::after {
  content: ">";
  transform: rotate(90deg);
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 3px;
}
/* line 34, style.scss */
.select_data_simple .full .ts-control {
  background: #000 !important;
}
/* line 38, style.scss */
.select_data_simple .select_data_simple .ts-wrapper.single.input-active .ts-control input,
.select_data_simple .select_data_simple .ts-control input {
  background: #000 !important;
}
/* line 42, style.scss */
.select_data_simple .ts-dropdown {
  border: 0;
}
/* line 46, style.scss */
.select_data_simple .ts-dropdown.single {
  margin-top: 0;
  font-size: 20px;
  background: #000;
  color: #fff;
}
/* line 53, style.scss */
.select_data_simple .ts-dropdown [data-selectable].option {
  padding: 15px 30px;
}
/* line 57, style.scss */
.select_data_simple .ts-dropdown-content .option:nth-child(1) {
  display: none;
}
