.PhysicalProductCopyModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    pointer-events: none;

    &-button-wrapper {
        font-size: 13px;
        text-align: right;
    }

    &-button {
        margin-left: 20px;
    }
}
