.fingerprint-rules {
    --midnight-150: #cee3f3;
    --midnight-200: #bad8ee;
    --midnight-750: #1d4f72;

    @import '../components/**/*.scss';

    .SegmentedButton-btn.SegmentedButton-btn-text.btn.btn-quartenary {
        font-size: 12px;
        line-height: 1px;
    }

    // TODO: remove this custom override after package update '@theorchard/suite-components' > 11.*.*
    .card {
        border: none;
    }

    // TODO: remove this custom override after package update '@theorchard/suite-components' > 11.*.*
    .Alert {
        border-radius: 8px;

        p {
            margin: 0;
        }

        &-body {
            padding: 8px 4px 8px 20px;
        }

        &-error {
            border: 1px solid #f98f86;
            background-color: #fef2f0;
        }

        &-warn {
            border: 1px solid #ffc680;
            background-color: #fff8f0;
        }
    }
}
