.gfat-report-top{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:start;align-content:start}.gfat-report .gfat-button{background:#3e7da6;padding:13px;border-radius:5px;margin-left:5px}.gfat-report .gfat-button:hover{background:#f15a2b}.gfat-report input:not([type=submit]){border-radius:5px;border:1px solid #333}.gfat-date-filter #quarter-links{text-align:right;margin-bottom:10px}.gfat-date-filter .quarter-links.gfat-button{padding:5px 10px}.gfat-date-filter .quarter-links.gfat-button.current{background:#f15a2b}#gfat-date-filter-form .date-fields{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:start;align-content:start}.gfat-report-table-info{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:start;align-content:start;margin:3rem 0 1rem}.gfat-report-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Arial,sans-serif;font-size:14px;color:#333;border-radius:10px;overflow:hidden}.gfat-report-table thead{background-color:#f15a2b;color:white}.gfat-report-table th,.gfat-report-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #ddd}.gfat-report-table th{font-weight:700;min-width:100px}.gfat-report-table tbody tr:nth-child(odd){background-color:#fff}.gfat-report-table tbody tr:nth-child(even){background-color:#f9f9f9}.gfat-report-table tbody tr:hover{background-color:#f1f1f1}.gfat-report-table tbody td{vertical-align:middle}.gfat-report-table th:first-child{border-top-left-radius:10px}.gfat-report-table th:last-child{border-top-right-radius:10px}.gfat-report-table tbody tr:last-child td:first-child{border-bottom-left-radius:10px}.gfat-report-table tbody tr:last-child td:last-child{border-bottom-right-radius:10px}.gfat-report-bottom{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;align-items:start;align-content:start;margin:3rem 0 1rem}.gfat-report-bottom .pagination .gfat-button.current{background:#f15a2b}@media (max-width:480px){#gfat-preview-table thead th:not(:first-child),#gfat-preview-table tbody td:not(:first-child){display:none}#gfat-preview-table thead th:first-child,#gfat-preview-table tbody td:first-child{width:100%;display:table-cell}.gfat-report-top{flex-direction:column;gap:10px}.gfat-search{width:100%}.gfat-search form{display:flex;flex-direction:column;gap:5px}.gfat-report .gfat-button{margin-left:0!important}}#gfat-entry-modal .gfat-modal-content{position:fixed;top:10%;left:50%;transform:translateX(-50%);width:90%;max-width:800px;max-height:80vh;min-height:200px;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}@media (max-width:480px){#gfat-entry-modal .gfat-modal-content{width:calc(100% - 10px);left:5px;transform:none;top:5px;bottom:5px;max-height:none}}#gfat-entry-modal .gfat-modal-body{flex:1;overflow-y:auto;padding:20px}#gfat-entry-modal .gfat-modal-close{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;cursor:pointer}#gfat-entry-modal .gfat-modal-entry-table{width:100%;border-collapse:collapse}#gfat-entry-modal .gfat-modal-entry-table th,#gfat-entry-modal .gfat-modal-entry-table td{padding:8px;border-bottom:1px solid #ddd;text-align:left}#gfat-entry-modal .gfat-modal-loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:none}#gfat-entry-modal .gfat-modal-loader{width:50px;height:50px;border:6px solid #f3f3f3;border-top:6px solid #0073aa;border-radius:50%;animation:gfat-spin 1s linear infinite}