<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            color: #343a40;
            padding-top: 20px;
        }

        main {
            padding: 50px;
            background-color: #ffffff;
            border-radius: 0px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0);
            margin: 0px;
        }

        .container {
            padding: 0 0 0px;
            margin-top: 20px;
        }

        h1 {
            text-align: center;
            color: #0C2D48;
            margin-bottom: 30px;
        }

        .btn-primary {
            background-color: #0771A1;
            border-color: #0771A1;
            margin-bottom: 10px;
        }

        .btn-danger {
            background-color: #dc3545;
            border-color: #dc3545;
            margin-bottom: 10px;
        }

        .table__body {
            overflow-x: auto;
        }

        .table th {
            font-size: 14px;
            padding: 10px;
            text-align: center;
        }

        .table {
            width: 100%;
            border-collapse: collapse;
        }

        .table th,
        .table td {
            padding: 8px;
            text-align: left;
            border-bottom: 1px solid #dee2e6;
        }

        .table thead th {
            background-color: #0C2D48;
            color: #fff;
        }

        .table tbody tr:hover {
            background-color: #f1f1f1;
        }

        .modal-content {
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .modal-header {
            background-color: #007bff;
            color: #fff;
            border-radius: 10px 10px 0 0;
        }

        .close {
            color: #fff;
        }
        .kb-filter {
            margin-top: 60px;
            margin-left: 0px;
        }
      

        @media (max-width: 600px) {
            main {
                margin: 10px;
                padding: 10px;
            }

            h1 {
                font-size: 10px;
                margin-bottom: 0.5;
                margin-top: 2.5rem;
            }

            .btn {
                width: 100%;
                max-width: 200px;
            }

            .container {
                margin-top: 10px;
            }

            .table th,
            .table td {
                font-size: 12px;
            }
             .kb-filter {
            margin-top: 0px;
            margin-left: 0px;
            }
        }
         .custom-select {
           
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .custom-date-input {
            
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        #myModal .form-group {
            margin-bottom: 1rem;
        }

        #myModal label {
            color: #333;
        }

        #myModal input[type="text"],
        #myModal select,
        #myModal textarea {
            
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        #myModal textarea {
            resize: vertical; 
        }

                }</pre></body></html>