.mo-ev {
  background-color: #F6F6F6;
}

.pre1-1-1 {
  border-radius: 10px;
  border: 1px solid #ccc;
    background-color: #DADADA;
}

.pre1-2 {
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #DADADA;
}

.pre1-1-2 {
   border-radius: 10px;
   background-color:#FFECEB;
   display: flex;
   flex-direction: row;
   gap: 12px;
}


.pre1-1-2:before {
    content: "!";
    font-size: 32px;
    border: 4px solid #aaa;
    border-radius: 100px;
    padding: 0 16px;
}


.pre1-2o5-1 {
   background-color: #DE0000!important;
}  

 input[type=checkbox], input[type=radio]  {
    filter: hue-rotate(-180deg) contrast(200%) saturate(200%);
}

