.mySelect
{
    width: 140px;
}

option 
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.errorMsg
{
    font-weight: bold;
    color: darkred;
}

.badgeDet {
    position: relative;
    top: -10px;
    right: -1px;
    padding: 1px 6px;
    border-radius: 50%;
    background: red;
    color: white;
  }