div[dusk="request-events-index-component"] table td.td-fit span:last-of-type {
    display: none !important;
}
div[dusk="global-search-component"] {
    display: none !important;
}
div[dusk="request-events-detail-component"] .card div:has(.form-header) {
    background-color: #4099de;
    color: #fff;
    border-top: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
div[dusk="documents-index-component"] input[dusk="search"] {
    display:none !important;
}
div[dusk="documents-index-component"] .search-icon-center {
    display:none !important;
}

