﻿.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #6c757d !important;
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  cursor: default !important;
  float: left !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  padding: 0 5px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #6c757d !important;
  color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #6c757d !important;
  color: white;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 68% !important;
  width: 0;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 37px !important;
  user-select: none;
  -webkit-user-select: none;
}

.return-back {
  float: left;
  margin: 5px;
  color: black;
  margin-top: 2px;
  font-size: 20px;
}

.return-back:hover {
    color: black;

}

.no-drop {
    cursor: no-drop !important;
}

.h37{
    height:37px !important;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.is-invalid {
    border: 1px solid red !important;
}

.invalidFeedBack {
    color:red;
}


.submit-align {
    display: flex;
    align-items: center;
    margin-top: 1.5%;
}


.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #bac2ca !important;
    border-radius: 4px;
    cursor: text;
}