        :root{
            --bg:#121212;
            --surface:#1e1e1e;
            --primary:#3FB449;
            --primary-lite:#c77dff;
            --text:#e0e0e0;
            --border:#333;
        }
        html,body{
            margin:0;
            height:100%;
            font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
            background: #222;
        }
      .tabulator .tabulator-header .tabulator-col input + input {
    margin-left: 0px !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    height: 100%;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter
 {
    position: absolute;
    width: calc(100% - 15px);
    bottom: 0px;
 }
 .tabulator .tabulator-header .tabulator-col .tabulator-col-content
 {
    position: relative;
}
.tabulator .tabulator-header .tabulator-col {
    vertical-align: baseline;
    height: 100% !important;
}
.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers
 {
    display: inline-block;
    height: 166px !important;
}
      .tabulator-col-title-holder .tabulator-col-title{
            font-size: 10px !important;
            white-space: normal !important;           /* Allow wrapping */
            word-break: break-word !important;        /* Break long words */
            height: 8%;
        }
        #menu{
            align-items:center;
            padding:8px 12px;
            width:400px;
            color: #fff;
            background: #222;
        }
        #menu label{
            font-size:.9rem;
            display: inline-block;
            width: 200px;
        }
    
        #table-container {
            flex:1 1 0%;
            height: calc(100vh - 80px) !important; /* Adjusted for info panel */
            width: 98vw;
            margin: auto;
        }
        
        #info-panel {
            padding: 8px 12px;
            background: #333;
            color: #fff;
            font-size: 0.9rem;
            display: flex;
            justify-content: space-evenly;
            border-bottom: 1px solid var(--border);
        }
        
        details{
            cursor: pointer;
            position: absolute;
            z-index: 999;
            color: #fff;
            background: #222;
            padding: 5px 10px;
            border: 1px solid #aaa;
            border-radius: 5px;
        }
        
        .file-links {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        
        .file-links a {
            color: var(--primary-lite);
            text-decoration: none;
            font-size: 0.85rem;
            padding: 2px 6px;
            border-radius: 3px;
            background: rgba(157, 78, 221, 0.1);
            border: 1px solid var(--primary);
        }
        
        .file-links a:hover {
            background: rgba(157, 78, 221, 0.3);
        }
        
        /* Vertical min/max filter layout */
        .vertical-filter {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        
        .vertical-filter input {
            width: 100%;
            box-sizing: border-box;
            padding: 2px;
        }
        
        /* Button styles */
        .control-buttons {
            display: flex;
            gap: 10px;
            margin-top: 10px;
            padding: 10px;
            background: #333;
            border-radius: 5px;
        }
        
        .control-buttons button {
            padding: 5px 10px;
            background: var(--primary);
            color: white;
            border: none;
            border-radius: 3px;
            cursor: pointer;
            font-size: 0.85rem;
        }
        
        .control-buttons button:hover {
            background: var(--primary-lite);
        }


        .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    color: #333;
}

.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

   

       .botname-text , .botname-links{
        display:inline;
       }

        .botname-links button{
                padding: 2px;
    background: #222;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-right: 2px;
        }
               .botname-links button:hover{
                
    background: #444;
 color:chartreuse;
        }


        #logo{
    width: 38px;
    position: absolute;
    top: -5px;
        left: 89px;
}