@charset "UTF-8";
/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.select-big .selectize-control {
  position: relative;
}
.select-big .selectize-dropdown,
.select-big .selectize-input,
.select-big .selectize-input input {
  color: #E18330;
  font-family: inherit;
  font-size: 20px;
  line-height: 22px;
  font-smoothing: inherit;
  text-transform: uppercase;
  font-weight: bold;
}
.select-big .selectize-input,
.select-big .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.select-big .selectize-input {
  border: 5px solid #E18330;
  padding: 19px 40px 19px 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 35px;
}
.selectize-control.multi .select-big .selectize-input.has-items {
  padding: calc( 19px - 2px - 0 ) 20px calc( 19px - 2px - 3px - 0 );
}
.select-big .selectize-input input {
  height: auto !important;
}
.select-big .selectize-input.full {
  background-color: #fff;
}
.select-big .selectize-input.full input {
  display: none !important;
}
.select-big .selectize-input.disabled, .select-big .selectize-input.disabled * {
  cursor: default !important;
}
.select-big .selectize-input.dropdown-active {
  border-radius: 35px 35px 0 0;
}
.select-big .selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .select-big .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #E18330;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .select-big .selectize-input > div.active {
  background: #e8e8e8;
  color: #E18330;
  border: 0 solid #cacaca;
}
.selectize-control.multi .select-big .selectize-input.disabled > div, .selectize-control.multi .select-big .selectize-input.disabled > div.active {
  color: #d5d5d5;
  background: white;
  border: 0 solid white;
}
.select-big .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.select-big .selectize-input > input::-ms-clear {
  display: none;
}
.select-big .selectize-input > input:focus {
  outline: none !important;
}
.select-big .selectize-input > input[placeholder] {
  box-sizing: initial;
}
.select-big .selectize-input.has-items > input {
  margin: 0 4px !important;
}
.select-big .selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.select-big .selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.select-big .selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  border: 5px solid #E18330;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 35px 35px;
}
.select-big .selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.select-big .selectize-dropdown [data-selectable] .highlight {
  background: #E18330;
  border-radius: 1px;
}
.select-big .selectize-dropdown .option,
.select-big .selectize-dropdown .optgroup-header,
.select-big .selectize-dropdown .no-results,
.select-big .selectize-dropdown .create {
  padding: 12px 20px;
}
.select-big .selectize-dropdown .option,
.select-big .selectize-dropdown [data-disabled],
.select-big .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.select-big .selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.select-big .selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.select-big .selectize-dropdown .optgroup-header {
  color: #E18330;
  background: #fff;
  cursor: default;
}
.select-big .selectize-dropdown .active {
  background-color: #E18330;
  color: #fff;
}
.select-big .selectize-dropdown .active.create {
  color: #fff;
}
.select-big .selectize-dropdown .create {
  color: rgba(225, 131, 48, 0.5);
}
.select-big .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}
.select-big .selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 20px;
}
.select-big .selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #E18330;
  border-color: #E18330 transparent #E18330 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select-big .selectize-control.single .selectize-input,
.select-big .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.select-big .selectize-control.single .selectize-input.input-active, .select-big .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.select-big .selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #E18330 transparent transparent transparent;
}
.select-big .selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -5.6px;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #E18330 transparent;
}
.select-big .selectize-control.rtl {
  text-align: right;
}
.select-big .selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.select-big .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.select-big .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/*# sourceMappingURL=selectize-big.css.map */
