.custom-table{width:100%;height:100%;box-shadow:2px 2px 3px 0 var(--bg-tertiary)}.custom-table .header{background-color:var(--text-primary);color:#fff;margin-bottom:0;padding:15px;display:flex;justify-content:space-between;align-items:center}.custom-table .header .left{width:100%;display:flex;align-items:center;justify-self:flex-start}.custom-table .header .left .info{font-family:inherit;font-weight:500;line-height:1.2}.custom-table .header .left .filters{display:flex;justify-content:flex-start;align-items:center}.custom-table .header .left .filters .calendar-input{margin-left:12px}.custom-table .header .left .filters .input-seconds{margin-left:6px}.custom-table .header .right{display:flex;justify-content:flex-end;align-items:center}.custom-table .header .right .download-files{display:flex;justify-content:center;align-items:center;margin-left:8px}.custom-table .header .right .download-files .download-pdf{margin-right:8px}.custom-table .header .right .download-files .download-pdf,.custom-table .header .right .download-files .download-pic{cursor:pointer;width:24px;background:#fff;padding:6px;border-radius:50%}.custom-table .body{height:calc(100% - 84px);background-color:var(--bg-card);padding:15px 20px 20px 20px;overflow-y:auto}.custom-table .body .driver-info{margin-top:10px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.custom-table .body .driver-info:first-of-type{margin-top:0}.custom-table .body .driver-info .right{color:#fff;cursor:pointer;background:var(--danger);padding:2px;border-radius:25px;width:20px;display:flex;align-items:center;justify-content:center}.custom-table .body .driver-info .right:hover{background:var(--danger)}.custom-table .body .header-columns{display:flex;justify-content:flex-start;align-items:center;width:100%}.custom-table .body .header-columns .column{border-collapse:collapse;font-family:Roboto,Helvetica,sans-serif;font-size:14px;color:#fff;font-weight:700;padding:14px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-table .body .header-columns .column.pdf-mode{display:flex;align-items:center;justify-content:center;min-height:52px;white-space:normal;overflow:auto;text-overflow:clip}.custom-table .body .header-columns .column:nth-child(2n),.custom-table .body .header-columns .column:nth-child(odd){background-color:var(--accent)}.custom-table .body .body-rows{height:calc(100% - 84px)}.custom-table .body .body-rows.array{overflow-y:auto;height:calc(50% - 84px);margin-bottom:12px}.custom-table .body .body-rows.array:last-of-type{margin-bottom:0}.custom-table .body .body-rows .no-data{height:100%;display:flex;justify-content:center;align-items:center;font-size:larger}.custom-table .body .body-rows .row{display:flex;justify-content:flex-start;align-items:center;font-size:14px;color:#000;text-align:center;opacity:.75}.custom-table .body .body-rows .row.clickable{cursor:pointer}.custom-table .body .body-rows .row:hover{opacity:1}.custom-table .body .body-rows .row:nth-child(odd) .item:nth-child(2n),.custom-table .body .body-rows .row:nth-child(odd) .item:nth-child(odd){background-color:var(--bg-tertiary)}.custom-table .body .body-rows .row:nth-child(2n) .item:nth-child(odd){background-color:var(--bg-secondary)}.custom-table .body .body-rows .row:nth-child(2n) .item:nth-child(2n){background-color:var(--bg-card)}.custom-table .body .body-rows .row .item{border-collapse:collapse;font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:300;padding:10px 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-table .body .body-rows .row .item.pdf-mode{display:flex;align-items:center;justify-content:center;min-height:52px;white-space:normal;overflow:auto;text-overflow:clip}.container-tables{height:100%}.main-container-report-engine{width:calc(100% - 100px);height:calc(-150px + 100vh);padding:50px}.modal-click-view .viu-modal-popup{min-width:900px!important}.modal-click-view .leaflet-div-icon{border:none;background:transparent}