.EditForm {
    margin-right: 30px;
    margin-top: 15px;

    &-title {
        color: $ic-ownership-header-title-color;
        font-size: 22px;
        font-weight: $font-weight-bold;
    }
    &-select {
        margin: 15px 0;
        width: 280px;
    }
    &-errors-container {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    &-territories-title {
        color: #a8a0a0;
        font-weight: $font-weight-bold;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
    &-textarea {
        color: $ic-ownership-header-title-color;
        font-size: 14px;
        margin: 0;
        padding: 5px;
        width: 100%;
    }
    &-textarea-error {
        border-color: #f00;
    }
    &-these-select {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    &-buttons {
        margin-bottom: 15px;
        margin-top: 5px;
    }
    &-cancel-button {
        margin-right: 20px;
    }
    &-inline-error {
        color: $message-error-color;
    }
    &::after {
        clear: both;
        content: "";
        display: table;
    }

    .LoadingIndicator-dots-small {
        height: 8px;
        padding: 0;
    }
    .LoadingIndicator-loader-dot-small {
        height: 8px;
        width: 8px;
    }
}
