$publishingObligationRowHeight: 42px;
$publishingObligationControlsHeight: 32px;

.PublishingObligationListItem {
    background: white;
    color: var(--gray-700);
    height: $publishingObligationRowHeight;
    vertical-align: top;

    &-trackNumber {
        min-width: 20px;
        width: 2%;
        padding-top: 22px;
    }

    &-trackName {
        min-width: 185px;
        padding-right: 15px;
        padding-top: 22px;
        width: 23%;
    }

    &-obligationSelect {
        min-width: 285px;
        padding-right: 15px;
        padding-top: 15px;
        width: 34%;

        & .FormField-label {
            display: none;
        }
    }

    &-withhold-royalties {
        border-bottom: 1px solid var(--gray-100);
    }

    &-publishersTags {
        min-width: 285px;
        padding-right: 15px;
        padding-top: 15px;
        width: 34%;

        & .FormField-label {
            display: none;
        }
    }

    .TagsInput {
        max-height: 72px;
        max-width: 276px;
        min-height: 34px;
        overflow-x: auto;
        overflow-y: auto;
        padding: 3px;
        border: 1px solid $oa-gray-border;

        &-input {
            margin-bottom: 0;
            width: auto;
        }

        &-tag {
            display: inline-flex;
            margin-bottom: 2px;
        }

        &-expanded {
            height: auto;
            max-height: 61px;
        }
    }

    .TagsInput-tag {
        background-color: var(--gray-800);
        border-color: var(--gray-800);
    }

    &-applyAll {
        cursor: pointer;
        min-width: 55px;
        padding-top: 15px;
        width: 6%;
    }

    .TripleCheckmark {
        background: linear-gradient(#fff, #ccc);
        border: 1px solid grey;
        border-radius: 2px;
        height: $publishingObligationControlsHeight;
        position: relative;
        width: $publishingObligationControlsHeight;

        &-hidden {
            visibility: hidden;
        }
    }

    .Icons-triple-checkmark {
        display: block;
        margin: 8px auto;
    }

    .FormField-group-has-error {
        margin-bottom: 0;

        &::before {
            left: -10px;
        }
    }

    .FormField-note {
        color: var(--gray-800);
        font-size: 10px;
        font-style: normal;
    }
}

.publisherCompoundMessage .CompoundPage-tag {
    background-color: var(--gray-800);
    border-color: var(--gray-800);
    border-radius: 3px;
}

.TripleCheckmarkTooltip {
    .tooltip-inner {
        text-transform: uppercase;
        white-space: nowrap;
    }
}
