div[style*="background:.*red"]{
    display: none !important;
}
body{
    padding-top: 10px;
}

/* .small_w{
    min-width: 100px;
} */
/* .medium_w{
    min-width: 180px; 
}
.large_w{
    min-width: 250px; 
} */


.fixed_headers thead tr { 
    position: relative;
}

.fixed_headers thead th{ 
    top: 0;
    position: sticky;
    resize: horizontal;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* tbody, td, tfoot, th, thead, tr {
    top: 0;
    position: sticky;
    resize: horizontal; 
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}  */
table{
    display: none;
}
.login-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 350px;
}
h2 {text-align: left; color: #333; margin-bottom: 1.5rem;}
.form-group {margin-bottom: 1rem;}
label{display: block; margin-bottom: 0.5rem; color: #666; font-size: 0.9rem;}
input, select{
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
button{
    width: 100%;
    padding: 0.75rem;
    background-color: #198754;/*#007bff;*/
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
}
button:hover {background-color: #198754;/* #0056b3;*/}

a.d-flex.align-items-center.justify-content-center.text-decoration-none{
    color:  #198754! important;   
}
a.nav-link.d-flex.align-items-center.justify-content-center{
    color:  #198754! important;   
}

.responsive-table {
    width: 100%; 
    border-collapse: collapse;
    margin: 20px 0;
}

.responsive-table th, 
.responsive-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.responsive-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    cursor: pointer;
}

.responsive-table tr:hover {
    background-color: #f5f5f5;
}


ul.tree {
    display: none;
    list-style-type: none;
    padding-left: 20px;
    font-family: sans-serif;
}

.tree-node {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-left: 16px;
    list-style-type: none !important;
}

.tree-node::before {
    list-style-type: none !important;
    width: 100%;
    content: "▶";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    transform: translateY(3px);
}

.tree-node.expanded::before {
    list-style-type: none !important;
    content: "▼";
}

.children {
    list-style-type: none !important;
    display: none;
    margin-left: 16px;
}

.children.visible {
    list-style-type: none !important;
    display: block;
}

.loading::after {
    list-style-type: none !important;
    content: " (loading...)";
    font-size: 12px;
    color: #888;
}

.leaf::before {
    list-style-type: none !important;
    content: "•";
}

#login_btn, #settings_btn, #archive_btn, #billing_btn, #log_btn{
    cursor: pointer;
}

/* Responsive behavior */
@media screen and (max-width: 768px) {
    .responsive-table {
        border: 0;
    }
    
    .responsive-table thead {
        display: none;
    }
    
    .responsive-table tr {
        margin-bottom: 20px;
        display: block;
        border: 1px solid #ddd;
    }
    
    .responsive-table td {
        display: block;
        /* text-align: right; */
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    
    .responsive-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 5px;
        font-weight: bold;
    }
}

#search-input, #uid, #key, #value, #settings {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
} 

#evs_logo {height: 50px!important; margin: auto;}
#logo_container {display: flex; justify-content: center; align-items: center; padding-bottom: 5%;}

.toast {
    width: 100%!important;
    margin-bottom: 10px!important;
}

#advanced-container{
    float: right!important;
}
