@mixin oa-link($color, $margin-right) {
    color: $color;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-right: $margin-right;
    text-transform: uppercase;
    vertical-align: top;
}

.OaForm {
    &-title {
        color: $gorilla;
        font-size: 18px;
        font-weight: 500;
    }

    &-artist {
        color: $gorilla;
        font-size: 14px;
    }

    &-upc,
    &-product-id {
        color: $gorilla;
        font-size: 14px;
    }

    &-status {
        border: 2px solid $mouse;
        border-radius: 18px;
        color: $timberwolf;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        margin-top: 17px;
        padding: 13px 17px;
        text-transform: uppercase;
        vertical-align: top;
    }

    &-circle {
        border-radius: 6px;
        display: inline-block;
        height: 12px;
        margin-right: 10px;
        position: relative;
        top: -1px;
        vertical-align: middle;
        width: 12px;
    }

    &-blue-circle {
        background-color: $bluejay;
    }

    &-green-circle {
        background-color: $turtle;
    }

    &-red-circle {
        background-color: $parrot;
    }

    &-orange-circle {
        background-color: $orange-create;
    }

    &-grey-circle {
        background-color: $gorilla;
    }

    &-approval-box {
        border: 1px solid $koala;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    &-approval-box-header {
        border-bottom: 1px solid $koala;
    }

    &-approval-box-body {
        padding: 20px;
        padding-top: 0;
    }

    &-submit {
        float: right;
        margin-left: 10px;
    }

    /* stylelint-disable selector-class-pattern, declaration-no-important */
    &-approval-check.checkbox {
        display: inline-block;
        margin-right: 40px;
        margin-top: 10px !important;
        vertical-align: top;
    }
    /* stylelint-enable selector-class-pattern, declaration-no-important */

    &-reason-rejection-header {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    &-reason-rejection {
        height: 100px;
    }

    &-buttons {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }

    &-rejection-button {
        margin-left: 5px;
    }

    &-product-delivery {
        border: 1px solid $koala;
        margin-bottom: 20px;
    }

    &-product-delivery-body {
        padding: 20px;
        padding-top: 0;
    }

    &-edit-product-delivery {
        float: right;
    }

    &-status-line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    &-download-video-mov {
        @include oa-link($bluejay, 20px);
    }

    &-generate-metadata-update {
        @include oa-link($bluejay, 20px);
    }

    &-delete-button {
        @include oa-link($parrot, 0);
    }

    &-links {
        align-items: flex-end;
        display: flex;
    }

    /* stylelint-disable selector-class-pattern */
    &-edit-product-delivery-close.btn.btn-default {
        float: right;
        margin-top: -20px;
    }
    /* stylelint-enable selector-class-pattern */

    &-content[data-loading=true] {
        visibility: hidden;
    }

    &-deleting .LoadingIndicator {
        height: 100px;
    }

    &-deleting-message,
    &-deleting-description {
        color: #9b9b9b;
        text-align: center;
    }

    &-deleting-message {
        font-size: 18px;
        font-weight: 500;
    }

    &-deleting-description {
        font-size: 14px;
    }

    &-isrc-in-use-instructions {
        list-style-type: decimal;
        margin-top: 10px;
        padding-left: 30px;
    }

    &-approval-progress {
        background-color: #e5f0f6;
        color: #026ead;
        margin: 10px;
        padding: 10px;
    }

    &-approval-progress-text {
        display: inline-block;
        font-size: 13px;
        vertical-align: top;
        width: 90%;
    }
}
