.AddFingerprintRestriction {
    &-body {
        margin-top: -20px;

        .Stepper-Step {
            &.vertical {
                max-width: none;
            }

            &-icon {
                height: 13px;
                margin-top: 5px;
                width: 13px;

                svg {
                    display: none;
                }
            }

            &-content {
                flex: 1;
                margin-bottom: 20px;
            }
        }
    }

    &-sidecar {
        right: 0;
        left: auto;
        width: 461px;

        h4 {
            font-size: 14px;
            margin-top: 16px;
        }

        .ReactModal-close,
        .SuiteListView-action-button {
            box-shadow: unset;
        }

        .ModalFooter {
            .btn-primary {
                height: 40px;
                padding: 0 20px;
            }
        }
    }

    &-description {
        font-size: 14px;
        margin-bottom: 16px;
    }

    &-conflict-alert {
        margin-top: 16px;

        ul {
            margin: 16px;
        }
    }
}
