.FullscreenModal {
    background-color: var(--gray-50);
}

.SongWriterEditModal {
    &-headerContent {
        display: flex;
        align-items: center;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }

    #cancel-button {
        margin-right: 0.5rem;
    }

    .Pill {
        background-color: var(--gray-300);
        margin-right: 0.3rem;
    }

    &-title {
        display: flex;
        align-items: center;
    }

    &-compCount {
        text-align: right;
        position: absolute;
        right: 3rem;
        display: flex;
        font-size: larger;

        #controlled {
            margin-right: 1rem;
        }

        #count {
            font-weight: bold;
        }
    }

    &-basics-body {
        width: 100%;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e5e5;
        padding: 20px;
        border-radius: 10px;

        .ipi-input {
            .NumberInput-arrows {
                display: none;
            }
        }
    }

    &-half-size-wrapper {
        display: flex;
        justify-content: space-between;
    }

    &-half-size {
        width: 49%;
    }

    .FullscreenModal-title {
        text-align: left;
    }

    .FullscreenModal-body-container {
        padding: 5rem;
    }

    &-editPublishingCompany-body {
        &-description {
            margin-bottom: 20px;
            max-width: 600px;

            &-update-label {
                label {
                    font-weight: lighter !important;
                    font-size: 0.9rem !important;
                    margin-left: 5px;
                }
            }
        }
        .form-check-label {
            font-weight: normal;
        }

        button {
            font-weight: bold;
            float: right;
        }

        .btn-cancel {
            margin-right: 0.5rem;
        }
    }

    &-associatedComps {
        margin: 3rem 0;

        &-section {
            display: flex;
            flex-direction: row;
            align-items: stretch;
        }

        &-controlled,
        &-nonControlled {
            width: 50%;

            .SuiteSection-sub-edit {
                height: 100%;
            }

            &.isEmpty {
                .SuiteSection-accordion {
                    margin: auto 0;
                }
            }
        }

        &-controlled {
            margin-right: 2rem;
        }

        &-sectionHeader {
            .SuiteSection-header-title {
                font-size: large;
            }
        }

        &-selected {
            .SuiteSection-header-title {
                font-size: small;
            }
        }

        &-header {
            display: flex;
            align-items: flex-start;
            flex-direction: column;

            h2 {
                width: 100%;
            }

            .Alert-information {
                margin: 0 0 1rem !important;
            }
        }

        &-filters {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

        .PublisherSearchDropdown {
            margin-left: 1rem;

            .SuiteSelect-input {
                padding: 3px 12px;
                width: 296px;
                border-radius: 20px;
                min-height: 32px;
                background: none;
            }

            .SuiteListView-section-header {
                display: none;
            }
        }

        &-emptyState {
            justify-items: center;
            text-align: center;
        }
    }

    .GridTable.empty {
        background: none;
    }

    #publisher {
        font-size: smaller;
    }

    .Alert-information {
        margin-top: 2.5rem;
        background-color: #f0f7ff; // @todo - we should be able to remove this with the v2 colour scheme
        border-color: #7abdff; // @todo - we should be able to remove this with the v2 colour scheme
    }

    .Alert-error {
        background-color: #fef2f0; // @todo - we should be able to remove this with the v2 colour scheme
    }
}

.SongWriterManager-pka-field-x {
    margin-top: 10px;
}

.PopoverContent {
    overflow-y: visible !important;
}

.new-action-btn {
    width: 32px !important;
    height: 32px !important;
    background: none !important;
    background-color: #cee3f3 !important;
}
.new-action-btn:not(:disabled):not(.loading):hover {
    background-color: #bad8ee;
    box-shadow: none;
    scale: 1;
}
.TableActionButton {
    width: 32px !important;
}
.TableActionButton:hover:not(:disabled) > .Icon {
    scale: 1;
}
.TableActionButton:focus {
    outline: none;
    box-shadow: none !important;
}
.dropdown-menu[data-testid='SuiteSelectDropdownMenu'] {
    z-index: 1070 !important;
}
