.parentmMultiselectContainer {
  border: 1px solid #DDD;
  width: 330px;
  min-height: 40px;
  height: auto;
  border-radius: 5px;
  align-items: center; 
  

}
.field{
  display: flex;
  margin-top: 4px;
  padding-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.options{
  display: flex;
  flex-wrap: wrap; 
  gap: 8px; 
 
}
.optionTextField{
  background-color: #d3d3d3;
  border-radius: 10px;
  color: black;
  padding: 4px;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.placeHolderStyle{
   color:gray;
   margin-left: 10px;
   font-size: 14px;
   font-family: 'Roboto', sans-serif;

   
}

.focused {
   border: 1px solid #0a5dc2;
 }
 .optionsContainer {

   background-color: white;
   font-family: "Roboto", sans-serif;
   border-radius: 3px;
   font-size: 16px;
   
 }
 
 .optionsContainer {
   display: flex;
   flex-direction: column;
   margin-top: 5px;
   margin-bottom: 5px;
   width: 330px;
   z-index: 1;
   
 }
 .optionColorHover {
   color: black;
   background-color: #F3F3F3;
 }
 
 .optionColorNotHover {
   color: black;
   background-color: white;
 }
 
 .optionsListUnselected {
   
   margin-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;
   
 }
 .optionsListSelected{
   margin-bottom: 3px;
   padding-left: 10px;
   padding-right: 10px;
   color: white;
   background-color: #0096ff;
 }
 .required{
  color: red;
  font-size: 20px;
  margin-left: 4px;
  margin-top: 2px; 
}
.headers {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}





