#sln-salon .sln-select {
  width: 100%;
  opacity: 0; }

#sln-salon .select2-container--default .sln-select2.select2-selection--single {
  border-radius: 0; }

#sln-salon .select2-container .sln-select2.select2-selection--single {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: .5em .8em;
  line-height: 1.8em;
  height: auto;
  border-width: 1px;
  border-style: solid; }

#sln-salon .select2-container--default .sln-select2.select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px; }

#sln-salon .select2-container--default .sln-select2.select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #004258 #004258;
  border-style: solid;
  border-width: 0 0 4px 4px;
  height: 10px;
  width: 10px;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
  transition: border-color 0.25s; }

#sln-salon .select2-container--default .sln-select2.select2-selection--single:hover .select2-selection__arrow b {
  border-color: transparent transparent #0277BD #0277BD; }

#sln-salon .select2-container--default.select2-container--open .sln-select2.select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0277BD #0277BD; }

#sln-salon .select2-container--default .sln-select2.select2-selection--single .select2-selection__rendered {
  color: black; }

.select2-container--default .sln-select2-dropdown.select2-dropdown {
  border-radius: 0; }
  .select2-container--default .sln-select2-dropdown.select2-dropdown .select2-results__option[aria-selected=true] {
    color: black;
    background-color: rgba(0, 66, 88, 0.3);
    transition: background-color 0.15s, color 0.2s; }
  .select2-container--default .sln-select2-dropdown.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    transition: background-color 0.15s, color 0.2s;
    background-color: #0091EA; }
  .select2-container--default .sln-select2-dropdown.select2-dropdown .select2-results__option--highlighted[aria-selected=true] {
    transition: background-color 0.15s, color 0.2s;
    color: #fff; }

.select2-container .sln-select2-dropdown.select2-dropdown {
  opacity: .2;
  transition: opacity 0.2s; }

.select2-container .sln-select2-dropdown.select2-dropdown.visible {
  opacity: 1; }
