.UpdateExternalConflictStatusForm {

    &-title {
        margin-bottom: 10px;
    }

    &-info {
        color: $timberwolf;
    }

    .FormField-label {
        color: $timberwolf;
        margin-bottom: 5px;
    }

    &-conflicts-group .FormField-label {
        margin-bottom: 0;
        text-transform: none;
    }

    &-status-group {
        width: 200px;
    }

    .UpdateExternalConflictStatusForm-conflicts {
        height: 150px;
        margin-top: 5px;
        padding-top: 5px;
        width: 550px;
    }

    .UpdateExternalConflictStatusForm-conflicts::placeholder {
        font-style: normal;
    }

    .UpdateExternalConflictStatusForm-note {
        height: 100px;
        width: 550px;
    }

    .FormField-error .FormField-label {
        color: $parrot;
    }

    &-invalid.FormField-form-control {
        border-color: $parrot;
    }

    /* stylelint-disable selector-class-pattern */
    .FormField-error .Select:not(.is-focused) .Select-control {
        border: 1px solid $parrot;
    }
    /* stylelint-enable */

    &-submit-container {
        border-top: 1px solid $koala;
        margin-top: 30px;
        padding: 15px 0;
    }

    &-submit-container::after {
        clear: both;
        content: "";
        display: block;
    }

    &-submit {
        float: right;
    }

}
