.error{
    color: rgb(255, 0, 0);
    font-weight: 100;
}
.emberTagInput-remove{
    color: #fff;
    font-weight: bolder;
}
#tag-list-dropdown{
    position: initial;
    height: 100%;
}
li{
    font-size: 14px;
}

.ember-movenium-timeclean-imei-field {

    & .emberTagInput {
        border: unset;
    }

    & .emberTagInput-input li {
        display: block;
    }
    & .emberTagInput-tag {
        all: unset;
        color: #555555;
        max-width: 200px;
        font-size: 20px;
        padding: 5px;
    }

    & .emberTagInput-tag {
        display: block;
    }

    & .emberTagInput-input  {
        display: block;
    }

    & .emberTagInput-new {
        width: 100%;
    }

    & .emberTagInput-remove {
        color: #555555
    }
}
