#companyForm .tag-editor {
    padding: 10px 0px;
    border-radius: 0.25rem;
}
#companyForm .tag-disabled{
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;

}
.tag-editor .red-tag .tag-editor-tag {
    color: rgb(198, 83, 83);
    background: rgb(255, 215, 215);
    pointer-events: none;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 35px;
    height: 35px;
}

.help-img {width: 200px}

/*.tag-editor .red-tag .tag-editor-delete {*/
/*    background-color: #ffd7d7;*/
/*}*/