:root {
    --gui-black-00: #000000;
    --gui-gray-00: #1D2021;
    --gui-gray-01: #665C54;
    --gui-gray-03: #A89984;
    --gui-gray-04: #8BA59B;
    --gui-green-00: #13a10e;
    --gui-green-01: #caff08;
    --gui-green-02: #00f00f;
    --gui-green-03: #16c60c;
    --gui-green-04: #95C085;
    --gui-yellow-00: #c19c00;
    --gui-yellow-01: #FAC03B;
    --gui-yellow-02: #a09b1b;
    --gui-yellow-03: #f9f1a5;
    --gui-yellow-04: #FDF4C1;
    --gui-blue-00: #0037da;
    --gui-blue-01: #3a96dd;
    --gui-blue-02: #00ffff;
    --gui-blue-03: #0D6678;
    --gui-blue-04: #135564;
    --gui-red-00: #ff0000;
    --gui-red-01: #FB543F;
    --gui-red-02: #e74856;
    --gui-red-03: #c50f1f;
    --gui-red-04: #d82b2b;
    --gui-red-04: #7c3333;
    --gui-magenta-01: #881798;
    --gui-magenta-02: #b4009e;
    --gui-magenta-03: #8F4673;
    --gui-primary:var(--gui-blue-01);
    --gui-secondary:var(--gui-blue-02);
}

.accordion-button.collapsed {
    background: var(--gui-yellow-04) !important;
    color : var(--gui-black-00) !important;
}

.accordion-button.collapsed:hover,
.accordion-button:not(.collapsed) {
    background: var(--gui-yellow-01) !important;
    color : var(--gui-black-00) !important;
}

.accordion-body {
    padding: 1rem 1.25rem;
    color: black;
    background-color: floralwhite;
}


select[readonly] {
    background: #eee; /*Simular campo inativo */
    pointer-events: none;
    touch-action: none;
  }
