.modal-selector {

}
.modal-selector .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 30vw;
  max-width: none !important
}

.modal-selector .modal-content {
  border-radius: 0;
  background-clip: border-box;
  height: 100%;
  background-color: rgba(48, 54, 65);
}

.modal-selector .search-area {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px;
}

.modal-selector .list-group-item {
  border-radius: 0 !important;
}

.modal-selector .list-group-item:not(.last-item){
  background-color: rgba(52, 53, 56);
  color: white;
}

.modal-selector .last-item {
  background-color: rgba(40, 48, 89, .5);
  color: white;
  cursor: pointer;
}
