        body {
            font-family: "Poppins", sans-serif;
            background: #f6f9ff;
            color: #444444;
            font-size: 14px;
        }

        .form-control {
            font-family: "Poppins", sans-serif;
            font-size: 12px;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: "Poppins", sans-serif;
        }

        .param-group {
            display: none;
        }

        .param-group.active {
            display: block;
        }

        #loading {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100vw;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(246, 249, 255, 0.9);
            transition: opacity 0.5s ease-out;
            z-index: 9999;
        }

        .result-container {
            max-height: 600px;
            overflow-y: auto;
            border: 1px solid #dee2e6;
            border-radius: 0.375rem;
            background: white;
        }

        .table-responsive {
            max-height: 500px;
            overflow-y: auto;
        }

        .table th {
            position: sticky;
            top: 0;
            background-color: #25204a;
            color: white;
            z-index: 10;
            font-size: 10px;
            padding: 8px;
            word-break: keep-all;
            white-space: normal;
            overflow-wrap: normal;
        }

        .table td {
            font-size: 10px;
            padding: 6px 8px;
            word-break: keep-all;
            white-space: normal;
            overflow-wrap: normal;
        }

        .table button {
            padding: 0.15rem 0.3rem;
            font-size: 0.7rem;
            line-height: 1;
            border-radius: 0.2rem;
        }

        .badge-info {
            font-size: 10px;
        }

        .search-info {
            background: #e9ecef;
            padding: 10px;
            border-radius: 0.375rem;
            margin-bottom: 15px;
        }

        .error-message {
            background: #f8d7da;
            color: #721c24;
            padding: 10px;
            border-radius: 0.375rem;
            border: 1px solid #f5c6cb;
        }

        .solicitar-btn, .visualizar-btn{
            width: 100%;
        }

        .botao-desabilitado {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .reajuste{
            padding: 2px;
            font-size: 11px;
        }