.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

.action-tag-options {
  padding-top: 10px;
  border-top: 1px solid;
}
.action-tag-options .checkbox-action-tag {
  width: 100%;
}
.action-tag-options .subset-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 8px 0;
  border: 1px solid #ccc;
}
.action-tag-options .subset-options .select-subset-mode {
  width: 24%;
}
.action-tag-options .subset-options .select-action-tag {
  width: 36%;
}
.action-tag-options .add-action-tag-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
}
.action-tag-options .add-action-tag-options .input-action-tag-name {
  width: 51%;
}

.has-error {
  border: 1px solid #a94442;
}

.js-text-error {
  color: #a94442;
  font-size: 13px;
}

.grant-action-tag-result {
  margin-top: 15px;
}
.grant-action-tag-result .action-tag-item {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

.action-tag-icon-check {
  color: #2894e0;
  margin-right: 5px;
}

.ui-autocomplete {
  z-index: 5000;
}

.alert-export-picker {
  margin-top: 20px;
}
