#emailInputContainer {
    background-color: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    color: #555;
    vertical-align: middle;
    line-height: 22px;
    cursor: text;
    width: 100%;
    min-height: 52px;
}

.tag {
    padding: 4px 8px;
    margin-right: 5px;
    background: rgba(224, 224, 224, 0.30);
    color: #4E5768;
    display: inline;
    font-family: Poppins-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 6px;
}

[data-theme="dark"] .tag {
    background: rgba(255, 255, 255, 0.10);
    color: #CCC;
}

.tempinput {
    border: none;
    outline: none;
    background-color: transparent;
}

[data-theme="dark"] .tempinput {
    color: #CCC;
}

.tag>.remove {
    margin-left: 8px;
    cursor: pointer;
}

.tag>.remove::after {
    content: "x";
    padding: 0px 0px;
    color: #EB3F3F;
    font-size: 16px;
}