.container {
    max-width: 960px;
}

.form-control.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-tags {
    --tag-bg: #0d6efd;
    --tag-hover: #0b5ed7;
    --tag-text-color: #fff;
    --tags-border-color: #ced4da;
    --tag-border-radius: 25px;
    --tag-text-color--edit: #212529;
    --tag-remove-bg: var(--tag-hover);
    --tag-pad: .2em 1em;
    --tag-inset-shadow-size: 1.35em;
    --tag-remove-btn-color: #fff;
    --tag-remove-btn-bg--hover: none;

    display: flex;
    min-width: 0;
}

.form-tags .tagify__tag__removeBtn:hover + div > span {
    opacity: 1;
}

.btn-modal {
    min-width: 82px !important;
}
