    @import url('plugins/flatpickr.css');
    @import url('plugins/filepond.min.css');
    @import url('plugins/FilePondPluginImagePreview.min.css');
    @import url('plugins/datatables.css');
    @import url('plugins/tagify.css');
    @import url('plugins/waves.min.css');
    @import url('plugins/bsStepper.min.css');
    @import url('plugins/tom-select.default.min.css');
/* @import url('light.main.css');
@import url('dark.main.css'); */
/* @import url('../../../../src/assets/css/light/custom.css'); */
/* @import url('../../../../src/plugins/css/light/perfect-scrollbar/perfect-scrollbar.css'); */

/* @import url('./structure.css'); */
/* @import url('./invoice-list.css'); */
/*
    Importing highlight.js CSS code

    Just for demo purpose only

	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
/* @import '../../../../src/plugins/src/highlight/styles/monokai-sublime.css'; */




/* @import url('../../../../src/assets/css/dark/main.css'); */
/* @import url('../../../../src/assets/css/dark/custom.css'); */
/* @import url('../../../../src/plugins/css/dark/perfect-scrollbar/perfect-scrollbar.css'); */
/* @import url('../../../../src/plugins/src/waves/waves.min.css'); */
/* @import url('./structure.css'); */
/*
    Importing highlight.js CSS code

    Just for demo purpose only

	@Note:-  monokai-sublime.css stylesheet is for highliting the code;

*/
/* @import '../../../../src/plugins/src/highlight/styles/monokai-sublime.css'; */


        .info-section {
            padding: 20px;
            border-radius: 12px;
            margin-top: 30px;
        }

        .info-section {
            background: #f7fafc;
            border: 2px solid #e2e8f0;
        }

        .dark .info-section {
            background: #1a202c;
            border: 2px solid #2d3748;
        }

        .info-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .info-title {
            color: #2d3748;
        }

        .dark .info-title {
            color: #f7fafc;
        }

        .info-text {
            font-size: 14px;
            line-height: 1.8;
        }

        .info-text {
            color: #4a5568;
        }

        .dark .info-text {
            color: #cbd5e0;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Modal Styles */
        .compliance-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(4px);
        }

        .compliance-modal-overlay.show {
            display: flex;
            animation: fadeIn 0.3s ease;
        }

        .compliance-modal-box {
            width: 480px;
            max-width: 90%;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.4s ease;
            text-align: center;
            position: relative;
        }

        .compliance-modal-box {
            background: white;
        }

        .dark .compliance-modal-box {
            background: #2d2d2d;
        }

        .compliance-spinner-container {
            margin: 0 auto 30px;
            width: 90px;
            height: 90px;
            position: relative;
        }

        .compliance-spinner-outer {
            width: 100%;
            height: 100%;
            border: 5px solid transparent;
            border-radius: 50%;
            animation: spinClockwise 1.2s linear infinite;
            position: absolute;
        }

        .compliance-spinner-outer {
            border-top-color: #0d6efd;
            border-right-color: #0d6efd;
            border-bottom-color: rgba(13, 110, 253, 0.2);
        }

        .dark .compliance-spinner-outer {
            border-top-color: #4a9eff;
            border-right-color: #4a9eff;
            border-bottom-color: rgba(74, 158, 255, 0.2);
        }
        .dark .product-card {
            background-color: #0e1726 !important;
        }

        .compliance-spinner-middle {
            width: 70px;
            height: 70px;
            border: 4px solid transparent;
            border-radius: 50%;
            animation: spinCounterClockwise 1s linear infinite;
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .compliance-spinner-middle {
            border-left-color: #6c757d;
            border-bottom-color: rgba(108, 117, 125, 0.3);
        }

        .dark .compliance-spinner-middle {
            border-left-color: #8d8d8d;
            border-bottom-color: rgba(141, 141, 141, 0.3);
        }

        .compliance-spinner-inner {
            width: 45px;
            height: 45px;
            border: 3px solid transparent;
            border-radius: 50%;
            animation: spinClockwise 0.8s linear infinite;
            position: absolute;
            top: 22.5px;
            left: 22.5px;
        }

        .compliance-spinner-inner {
            border-top-color: #198754;
            border-right-color: rgba(25, 135, 84, 0.3);
        }

        .dark .compliance-spinner-inner {
            border-top-color: #4ade80;
            border-right-color: rgba(74, 222, 128, 0.3);
        }

        .compliance-status-text {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 12px;
            letter-spacing: 0.3px;
        }

        .compliance-status-text {
            color: #212529;
        }

        .dark .compliance-status-text {
            color: #e8e8e8;
        }

        .compliance-dots {
            display: inline-block;
            width: 24px;
            text-align: left;
        }

        .compliance-dots span {
            animation: blinkDot 1.4s infinite;
            opacity: 0;
            font-weight: bold;
        }

        .compliance-dots span:nth-child(1) {
            animation-delay: 0s;
        }

        .compliance-dots span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .compliance-dots span:nth-child(3) {
            animation-delay: 0.4s;
        }

        .compliance-sub-text {
            font-size: 14px;
            margin-top: 8px;
        }

        .compliance-sub-text {
            color: #6c757d;
        }

        .dark .compliance-sub-text {
            color: #a0a0a0;
        }

        .compliance-result-icon {
            width: 90px;
            height: 90px;
            margin: 0 auto 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            animation: scaleInBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            position: relative;
        }

        .compliance-result-icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            animation: pulse 2s ease-out infinite;
        }

        .compliance-result-icon.success {
            background: #d4edda;
            color: #28a745;
        }

        .compliance-result-icon.success::before {
            background: rgba(40, 167, 69, 0.2);
        }

        .compliance-result-icon.error {
            background: #f8d7da;
            color: #dc3545;
        }

        .compliance-result-icon.error::before {
            background: rgba(220, 53, 69, 0.2);
        }

        .dark .compliance-result-icon.success {
            background: #1e4d2b;
            color: #4ade80;
        }

        .dark .compliance-result-icon.error {
            background: #4d1e1e;
            color: #f87171;
        }

        .compliance-result-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .compliance-result-title {
            color: #212529;
        }

        .dark .compliance-result-title {
            color: #f5f5f5;
        }

        .compliance-result-message {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 28px;
            padding: 0 20px;
        }

        .compliance-result-message {
            color: #495057;
        }

        .dark .compliance-result-message {
            color: #b0b0b0;
        }

        .compliance-close-btn {
            padding: 12px 40px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            margin-top: 15px;
        }

        .compliance-close-btn {
            background: #0d6efd;
            color: white;
        }

        .compliance-close-btn:hover {
            background: #0b5ed7;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(13, 110, 253, 0.4);
        }

        .dark .compliance-close-btn {
            background: #4a9eff;
            color: #1a1a1a;
        }

        .dark .compliance-close-btn:hover {
            background: #357abd;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(74, 158, 255, 0.4);
        }
.discount-wrapper {
    max-width: 260px;
    direction: rtl;
}

.discount-type {
    max-width: 80px;
    border-right: 1px solid #ced4da !important;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0 !important;
}

.discount-value {
    border-left: 1px solid #ced4da !important;
    border-radius: 6px 0 0 6px !important;
}

.dark .discount-type {
    max-width: 80px;
    border-right: 1px solid #1b2e4b !important;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0 !important;
}

.dark .discount-value {
    border-left: 1px solid #1b2e4b !important;
    border-radius: 6px 0 0 6px !important;
}
.discount-wrapper select:focus,
.discount-wrapper input:focus {
    box-shadow: none !important;
    border-color: #86b7fe !important;
}
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideUp {
            from {
                transform: translateY(40px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes spinClockwise {
            to { transform: rotate(360deg); }
        }

        @keyframes spinCounterClockwise {
            to { transform: rotate(-360deg); }
        }

        @keyframes blinkDot {
            0%, 20% { opacity: 0; }
            50% { opacity: 1; }
            100% { opacity: 0; }
        }

        @keyframes scaleInBounce {
            0% {
                transform: scale(0);
                opacity: 0;
            }
            60% {
                transform: scale(1.1);
                opacity: 1;
            }
            100% {
                transform: scale(1);
            }
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.2);
                opacity: 0;
            }
            100% {
                transform: scale(1.2);
                opacity: 0;
            }
        }

        @media (max-width: 576px) {
            .compliance-modal-box {
                padding: 30px 20px;
            }

            .demo-btn {
                min-width: 140px;
                padding: 12px 20px;
            }
        }
