.CollaboratorsPeriodDetail {
    .SubPanel {
        &-spinner {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        &-table {
            text-align: right;
            font-size: 16px;

            table {
                border-collapse: separate;
                border-spacing: 20px 0;
            }

            th {
                color: var(--gray-800);
            }
            td {
                line-height: normal;
            }
            .amount-count {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 4px;
            }
            .HelpTooltip {
                display: flex;
            }
        }

        &-description {
            color: var(--gray-600);
            margin-bottom: 0;
            position: relative;
            bottom: 5px;
        }

        .Stepper-Step {
            max-width: 100%;
            width: 100%;

            &-content {
                flex-direction: row;
                flex-grow: 1;
                align-items: start;
                flex-wrap: wrap;
                gap: 0;
            }

            &-title-row {
                flex-grow: 1;
            }

            &-body {
                width: 100%;
            }
        }
    }

    &-empty-state {
        height: calc(100vh - 350px);
        min-height: min-content;
    }

    &-modal {
        max-width: 540px;
    }

    &-upload-area {
        max-width: 520px;
    }

    &-approval-actions {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }
}
