.jch-ms-fieldset-grid {
    width: 450px;
}

.jch-ms-fieldset-grid .jch-ms-excludes span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 5px 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 1.8px;
    margin-right: 3.75px;
    margin-bottom: 1.8px;
    background-color: #005F75;
    border: 1px solid #004a5c;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
    cursor: pointer;
}

.jch-ms-fieldset-grid .jch-ms-excludes .jch-multiselect-remove-button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border: 0;
    border-left: 1px solid #003642;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
    text-indent: -9999px;
    appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: 12px;

    &:hover {
        opacity: 1;
    }

    &:focus {
        outline: none;
    }
}

#jch-bs-admin-ui .jch-ms-fieldset-grid .has-subfield.has-text input {
    width: 55px;
}
