﻿.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px!important;
  margin-left: 8px;
}

.item-thumb {
  height: 45px;
  width: 45px;
  margin: 0 8px 0 0;
  padding: 0;
}

.item-thumb-free {
  height: 45px;
/*  width: 80px;*/
  margin: 0 8px 0 0;
  padding: 0;
}

.item-text {
  vertical-align: middle;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100% !important;
  height: 66px;
  padding: 0.7rem 0.8rem 1.4rem 0;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}

.select-item:hover {
  color: white;
  background-color: #1e90ff;
}

.select-item:focus {
  border-color: #1e90ff;
  background-color: #333;
  outline: 0;
  box-shadow: unset;
}

.select-item:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.select-item:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-results {
  border: 0.5px solid #c4c4c4;
  border-radius: 0;
  overflow-y: auto;
}

.form-select {
  display: block;
  width: 100%;
  padding: 1.4rem 3rem 1.1rem 1.25rem;
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  appearance: none;
}

  .form-select:focus {
    border-color: #80bae4;
    outline: 0;
    box-shadow: unset;
  }

  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
  }

  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }

  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
