#operatorTraineeShift .operator-select2, .attend-user
{
  width: 80% !important;
}
#addEventSidebar .select2-container, #addSupervisorSidebar .select2-container
{
  width: 260px !important;
}

#addEventSidebar .operator-edit-select2 .select2-container, #addSupervisorSidebar .operator-edit-select2 .select2-container
{
  width: 215px !important;
}

#operatorTraineeShift .operator-edit-select2
{
  width: 60% !important;
}
.edit-attend-user{
  width: 58% !important;
}

#addEventSidebar, #addSupervisorSidebar{
  width: 35% !important;
}
#operatorTraineeShift{
  width: 25% !important;
}
/* .sessionuser-select2 .select2-selection .select2-selection--single{
  border-top-right-radius: 0% !important;
  border-bottom-right-radius: 0% !important;
} */

#operatorTraineeShift .select2-container .select2-selection--single,
.attend-user .select2-container .select2-selection--single,
.edit-attend-user .select2-container .select2-selection--single
{
  border-radius: 0.375rem 0px 0px 0.375rem !important;
}

.input-group:focus-within .remove-session
{
  box-shadow: unset !important;
}

.select2-results__option[role=option][aria-selected=true]
{
  background-color: #008749;
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
  background-color: rgb(0 135 73 / 16%) !important;
  color: #008749 !important;
}



.sessionuser-select2{
  width: 160px !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  #operatorTraineeShift{
    width: 35% !important;
  }
  .sessionuser-select2{
    width: 130px !important;
  }
  #addEventSidebar, #addSupervisorSidebar{
    width: 45% !important;
  }

}

@media only screen and (max-width: 768px){
  .sessionuser-select2{
    width: 120px !important;
  }
}


.select2-results__option[role=option][aria-selected=true]
{
  background-color: #008749 !important;

}
.select2-container--default .select2-results__option--highlighted:not([aria-selected=true])
{
  background-color: rgb(0 135 73 / 16%) !important;
  color: #008749 !important;
}


