.attribute-importer-required-field .x-form-item-label-text:after {
    content: " *";
    color: red;
}

.attribute-importer-history-download-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #007bff !important;
    text-decoration: underline;
    padding: 0;
    height: auto;
}

.attribute-importer-history-download-button .x-btn-inner-default-small {
    color: #007bff !important;
}

.tag-item {
    display: inline-flex;
    align-items: center;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 12px;
    padding: 2px 6px;
    margin: 2px 2px 2px 0;
    font-size: 12px;
    color: #31708f;
}

.tag-close {
    font-weight: bold;
    padding-left: 6px;
    cursor: pointer;
}