@charset "utf-8";
/*
 |  tail.select - Another solution to make select fields beautiful again!
 |  @file       ./css/tail.select-default.css
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.5.10 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.select
 |  @license    X11 / MIT License
 |  @copyright  Copyright © 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>
 */

/* @start GENERAL */
.tail-select,
.tail-select *,
.tail-select *:before,
.tail-select *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tail-select {
  width: 100%;
  min-width: 170px;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  min-width: 250px;
}
.tail-select mark {
  color: #fff;
  background-color: #dc4650;
}
.tail-select button.tail-all,
.tail-select button.tail-none {
  color: var(--white);
  cursor: pointer;
  margin: 1px 3px 0 0;
  padding: 1px 5px;
  display: inline-block;
  font-size: 10px;
  text-shadow: none;
  line-height: 14px;
  vertical-align: top;
  outline: none;
  background-color: transparent;
  border: 1px solid var(--blueAccent);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tail-select button.tail-all:hover,
.tail-select button.tail-none:hover {
  color: white;
  border: 1px solid var(--blueAccentHover);
  background-color: transparent;
}
.tail-select-container {
  margin: 0;
  padding: 3px;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}
.tail-select-container .select-handle {
  width: auto;
  color: #ffffff;
  cursor: pointer;
  margin: 1px;
  padding: 2px 24px 2px 5px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  vertical-align: top;
  background-color: #f77033;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background 142ms linear;
  -moz-transition: background 142ms linear;
  -webkit-transition: background 142ms linear;
}
.tail-select-container .select-handle:hover {
  background-color: #dc4650;
}
.tail-select-container .select-handle:after {
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 21px;
  opacity: 0.3;
  vertical-align: top;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNy40OCA4bDMuNzUgMy43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4yNWwxLjQ4LTEuNDhMNiA2LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
  transition: opacity 142ms linear;
  -moz-transition: opacity 142ms linear;
  -webkit-transition: opacity 142ms linear;
}
.tail-select-container .select-handle:hover:after {
  opacity: 1;
}
/* @end GENERAL */

/* @start LABEL */
/*main background colour*/
.tail-select .select-label {
  margin-right: 30px !important;
  cursor: pointer;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 4px 10px;
  display: block;
  z-index: 20;
  position: relative;
  font-size: 12px;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: box-shadow 142ms linear;
  -moz-transition: box-shadow 142ms linear;
  -webkit-transition: box-shadow 142ms linear;
  overflow-x: visible !important;
}
.tail-select .select-label:after {
  content: "\26DB";
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  position: absolute;
  vertical-align: top;
  right: 5px;
  top: 8px;
  font-size: 12px;
  color: white;
  transition: opacity 142ms linear, transform 142ms linear;
  -moz-transition: opacity 142ms linear, transform 142ms linear;
  -webkit-transition: opacity 142ms linear, transform 142ms linear;
}

/* number of selected items*/
.tail-select .select-label .label-count {
  border-right: 0;
  position: absolute;
  top: -12px;
  right: -10px;
  border-radius: 50%;
  background: var(--dropdownGradient);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.tail-select .select-label .label-count,
.tail-select .select-label .label-inner {
  transition: border-color 142ms linear, opacity 142ms linear;
  -moz-transition: border-color 142ms linear, opacity 142ms linear;
  -webkit-transition: border-color 142ms linear, opacity 142ms linear;
}

/* MAIN BOX */
.tail-select:hover .select-label,
.tail-select.idle .select-label,
.tail-select.active .select-label {
  z-index: 25;
}
.tail-select.active .select-label {
  z-index: 27;
}
.tail-select:hover .select-label:after,
.tail-select.idle .select-label:after,
.tail-select.active .select-label:after {
  opacity: 0.85;
}
.tail-select:hover .select-label .label-count,
.tail-select.idle .select-label .label-count,
.tail-select.active .select-label .label-count,
.tail-select:hover .select-label .label-inner,
.tail-select.idle .select-label .label-inner,
.tail-select.active .select-label .label-inner {
  opacity: 1;
}
.tail-select.active .select-label:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.tail-select.disabled .select-label {
  cursor: not-allowed;
  background: transparent;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
/* @end LABEL */

/* @start DROPDOWN */
.tail-select .select-dropdown {
  top: 100%;
  width: 100%;
  height: auto;
  min-height: 35px;
  margin: 11px 0 0 0;
  padding: 0;
  display: none;
  z-index: 23;
  overflow: hidden;
  position: absolute;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background: #0b0d17;
  border: 1px solid var(--borderColour);
  border-radius: 6px 6px;
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  transition: box-shadow 142ms linear;
  -moz-transition: box-shadow 142ms linear;
  -webkit-transition: box-shadow 142ms linear;
}
.tail-select.active .select-dropdown {
  z-index: 26;
}
.tail-select .select-dropdown .dropdown-search,
.tail-select .select-dropdown .dropdown-inner,
.tail-select .select-dropdown .dropdown-empty,
.tail-select .select-dropdown .dropdown-action,
.tail-select .select-dropdown input[type="text"].search-input {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.tail-select .select-dropdown .dropdown-search {
  z-index: 30;
  position: relative;
  border-bottom: 1px solid var(--borderColour);
}
.tail-select .select-dropdown .dropdown-search input[type="text"].search-input {
  color: white;
  padding: 10px 15px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  outline: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.search-input::placeholder,
.search-input:-ms-input-placeholder,
.search-input::-webkit-input-placeholder{
  color: white;
}
.tail-select .select-dropdown .dropdown-inner {
  padding: 1px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.tail-select .select-dropdown .dropdown-empty {
  padding: 16px 0 15px 0;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.tail-select .select-dropdown .dropdown-action {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid var(--panel);
}
.tail-select .select-dropdown .dropdown-action button {
  font-size: 12px;
  line-height: 16px;
}
.tail-select .select-dropdown ul,
.tail-select .select-dropdown ul li {
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Dropdown text items */
.tail-select .select-dropdown ul li {
  color: #fff;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  border-bottom: 1px solid #374171;
}
.tail-select .select-dropdown ul li:first-of-type {
  margin-top: 0px;
}
.tail-select .select-dropdown ul li:last-of-type {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.tail-select .select-dropdown ul li.optgroup-title {
  padding-left: 10px;
  font-size: 14px;
  background-color: transparent;
}
.tail-select .select-dropdown ul li.optgroup-title button {
  float: right;
}
.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
  color: white;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  left: 10px;
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  background-color: transparent;
  width: 18px;
  margin: auto;
  color: white;
  border-radius: 3px;
  padding: 0px 3px;
}
.tail-select .select-dropdown ul li .option-description {
  color: #ffffff;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 14px;
}
.tail-select.open-top .select-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0 0 -1px 0;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #ededed;
}
.tail-select.hide-selected .select-dropdown ul li.selected {
  display: none;
  color: yellow;
}
.tail-select.hide-disabled .select-dropdown ul li.disabled {
  display: none;
}
.tail-select .select-dropdown ul li.selected {
  color: white;
  background-color: #39d2d9;
}
.tail-select .select-dropdown ul li:before {
  opacity: 0;
  content: "\2714";
  color: #5f63a9;
  font-size: 14px;
}
.tail-select .select-dropdown ul li:hover:before {
  opacity: 0.5;
}
.tail-select .select-dropdown ul li.selected:before {
  opacity: 1;
}
.tail-select.multiple .select-dropdown ul li:hover:before {
  opacity: 0.5;
}
/* @end DROPDOWN */

.dropdown-optgroup .dropdown-option {
  padding-left: 60px !important;
}
