.bootstrap-tagsinput {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    appearance: none;
    border-radius: 0.475rem;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
    color: #5E6278;
    transition: color 0.2s ease, background-color 0.2s ease;
    box-shadow: none !important;
}

.bootstrap-tagsinput input,
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none
}

.bootstrap-tagsinput input {
    outline: 0;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.bootstrap-tagsinput .tag {
    /* margin-right: 2px;
    margin: 4px 3px;
    color: #ffffff;
    background-color: #5E6278;
    line-height: 2;
    text-align: center;
    white-space: nowrap; */
    /* vertical-align: baseline; */
    /* border-radius: 0.25em; */
    /* border-radius: 5px;
    padding: 5px 8px 5px 10px;
    border: 1px solid #e3e1e1; */
    /* padding: 0.2em 0.6em 0.3em; */

    line-height: 32px;
    height: 20px;
    white-space: nowrap;
    color: #50CD89;
    margin: 4px 3px;
    border-radius: 5px;
    background: #E8FFF3;
    padding: 5px 8px 5px 10px;
    border: 1px solid #e3e1e1;
}

.bootstrap-tagsinput .tag [data-role=remove] {
    margin-left: 8px;
    cursor: pointer;
    background: #50CD89;
    color: #E8FFF3;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "x";
    padding: 0 2px
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}