input[type="text"].popupselectioncari{
  border: 1px #c0c0c0 solid;
  height: 30px;
  width: calc(100% - 30px);
  max-width: 500px;
  font-family: sans-serif;
  border-radius: 15px 15px 15px 15px;
  padding-left: 15px;
}

div.popupselectioncontent{
  background: white;
  text-align: center;
  z-index: 100;
}

#popupselectionoptionwrapper{
  width: calc(100% - 30px);
  max-width: 500px;
  height: calc(100% - 90px);
  border: 1px solid #c0c0c0;
  overflow: auto;
  border-radius: 15px 15px 15px 15px;
}

button.comboselectionoption{
  border: 0px;
  font-size: 12px;
  text-transform: none;
  /*background: transparent;*/
  background: #efefef;
  color: black;
  width: calc(100% - 6px);
  height: 30px;
  -webkit-transition: background 0.7s;
  transition: background 0.7s;
  border-radius: 15px 15px 15px 15px;
  white-space:normal;
  margin-top: 3px;
  cursor: pointer;
}

button.comboselectionoption:hover{
  background: #03dac5;
  border-radius: 15px 15px 15px 15px;
}

button.comboselectionoption.selected{
  background: #6200ee;
  color: white;
  border-radius: 15px 15px 15px 15px;
}

div.combomutliselectionoption{
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  color: black;
  width: calc(100% - 6px);
  height: 23px;
  padding-top: 7px;
  -webkit-transition: background 0.7s;
  transition: background 0.7s;
  background: #efefef;
  cursor: pointer;
  border-radius: 15px 15px 15px 15px;
  margin-top: 1px;
  margin-bottom: 1px;
}

div.combomutliselectionoption:hover{
  background: #03dac5;
  border-radius: 15px 15px 15px 15px;
}

div.combomutliselectionoption.selected{
  background: #6200ee;
  color: white;
  cursor: pointer;
  border-radius: 15px 15px 15px 15px;
}

input[type="checkbox"].chkboxmultisel{
  margin-top: 1px;
  margin-left: 10px;
  float: left;
  transform: scale(1.2);
}
