.select2-container {
  min-width: 400px;
  max-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #000;
  background-color: #fff;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
  display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.select2-selection__choice__remove {
  display: none !important;
}
.select2-selection__choice {
  padding: 0px 10px !important;
}
.select2-search__field {
  display: none;
}
.select2-search--dropdown .select2-search__field {
  display: block;
}
.select2-selection__rendered {
  margin-bottom: 6px !important;
}
/*.select2-selection__choice {
  background-color: #f5f8fa !important;
  border: 1px solid #ddd !important;
}*/
.select2-selection__choice {
  background-color: transparent !important;
  border: transparent !important;
  padding: 0 !important;
}

.select2-selection__choice:after {
  content: ",";
}
.select2-selection__rendered li:nth-last-child(2)::after {
  content: "";
}
.select-icon .select2-search--dropdown {
  display: none;
}

#team-edit-form {
  text-align: left;
}
#team-edit-form .form-group label {
  display: block;
}

.team-action {
  text-align: center;
}
.team-action a i {
  margin-left: 0 !important;
  color: #4f4848;
}
.project-health {
  display: inline-block;
}
.project-health > i {
  margin-left: 10px;
  color: #f7931d;
}
.edit-team-title {
  text-align: left !important;
}
.student-table tr td a {
  color: #f7931d !important;
  font-weight: bold !important;
}
.project-health-Bad {
  color: #f03738 !important ;
}
.project-health-Good {
  color: #3cc13b !important ;
}

.cs-advance-table.table.team-table tr > :first-child {
  min-width: auto !important;
}

.cs-advance-table.table.team-table tr > :first-child {
  min-width: 120px !important;
  max-width: 120px !important;
}
.cs-advance-table.table.team-table tr > :nth-child(2) {
  min-width: 200px !important;
  max-width: 200px !important;
  box-sizing: border-box;
  font-weight: bold;
}

.cs-advance-table.table.team-table tr > :last-child {
  min-width: 110px !important;
  max-width: 110px !important;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}
.team-new-item {
  margin-top: 35px;
}
.team-name {
  width: 400px !important;
  color: black !important;
  font-weight: bold !important;
}

.team-title p {
  color: #000;
}

.select2.select2-container .select2-selection {
  color: #000 !important;
}

.team-label {
  color: gray !important;
}

form#team-edit-form .form-control {
  box-shadow: unset !important;
}
#team-edit-form {
  margin-top: 20px;
  margin-bottom: 50px;
}

.select2-selection--multiple {
  margin: 0 !important;
  padding: 0 !important;
}
.select2-selection__choice {
  line-height: 30px;
}

.team-wrapper .team-new-item {
  text-align: left !important;
}
/*  */
.select2-selection__rendered {
  margin: 0 !important;
  min-height: 40px;
  line-height: 37px;
}
.select2-selection__choice {
  margin: 0 !important;
  font-size: 15px;
  height: 40px;
  line-height: 37px;
  color: #444;
}