.FingerprintRulesOAPanel {
    &-empty-state {
        margin: 50px;
        align-items: center;
        justify-content: center;
        text-align: center;

        &-title {
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
        }

        &-info {
            margin: auto;
            max-width: 50%;
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
        }

        &-button {
            padding: 10px 0 50px 0;
            .btn {
                height: 40px;
            }
        }
    }
    &-rules {
        padding: 16px 64px 0 0;
    }
}
