﻿#emailInputContainer {
    border: solid 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    line-height: 22px;
    cursor: text;
    width: 100%;
    min-height: 2em;
    max-height: auto;
}

.tag {
    padding: 2px 5px;
    margin-right: 5px;
    background: #198754;
    color: #212529;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.25em;
}

.error-tag {
    background: #dc3545 !important;
    border: 1px solid #ff0080 !important;
}

.tempinput {
    border: none;
    outline: none;
}

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

    .tag > .remove::after {
        content: "x";
        padding: 0px 0px;
    }
