.OsrPage-Views-OverviewView {
    &-refresh-error-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-800);
    }

    &-loading-refresh {
        background-color: white;
        min-height: 350px;
        border-radius: 3px;
        box-shadow: 0 0 5px rgb(0 15 23 / 20%);

        &-spinner {
            padding-top: 10px;
        }

        .LoadingSpinner-inner {
            width: 115px;
            height: 115px;
        }
    }

    &-reference-track-update {
        &-header {
            display: block;
        }

        &-text {
            padding-top: 70px;
            text-align: center;
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            color: var(--gray-800);
        }
    }

    &-reference-track-update-text-body {
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-800);
    }

    &-table {
        &-header {
            width: 100%;

            &-left {
                display: inline-flex;
                width: 50%;

                &-summary {
                    margin: 8px 0 0;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 16px;
                    color: #505962;
                }
            }

            &-right {
                display: inline-flex;
                float: right;
                width: 50%;

                &-info {
                    margin-top: 8px;
                    margin-left: auto;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 16px;
                    color: #505962;

                    .InfoGlyphIcon {
                        margin-right: 10px;
                    }
                }

                &-export {
                    margin-left: 50px;
                }
            }
        }

        &-primary-row-link {
            display: inline-flex;
            color: #276b9b;

            &-info {
                margin: 10px 0 0 10px;
                .InfoGlyphIcon {
                    color: #0563c2;
                }
            }

            &-isrc {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #505962;
            }
        }

        &-account-cell {
            display: inline-flex;
            .DotGlyphIcon {
                margin: 5px;
            }

            &-span {
                margin-left: 5px;
            }
        }

        &-inactive-cell {
            .HelpTooltip {
                margin-left: 4px;
            }
        }
    }

    &-ref-track-alert {
        margin-bottom: 20px;
    }

    .Tag {
        margin-right: 5px;
    }

    &-account-pill-popover {
        img {
            margin-right: 8px;
        }
        &-title {
            display: flex;
            align-items: center;
            font-weight: 500;
        }
    }
}
