#mt-panel{display:none!important}

#mt-control-v3{
position:absolute;
left:12px;
bottom:24px;
z-index:9999;
width:230px;
background:rgba(12,14,18,.92);
color:#fff;
border-radius:14px;
font-family:Arial,sans-serif;
box-shadow:0 4px 18px rgba(0,0,0,.45);
overflow:hidden;
backdrop-filter:blur(8px)
}

#mt-control-v3 .head{
padding:10px 12px;
font-weight:bold;
background:rgba(255,255,255,.08);
font-size:14px
}

#mt-control-v3 .body{
padding:10px
}

.mt-v3-row{
display:flex;
align-items:center;
justify-content:space-between;
padding:7px 4px;
border-bottom:1px solid rgba(255,255,255,.1);
font-size:13px
}

.mt-v3-row:last-child{border-bottom:0}

.mt-v3-left{
display:flex;
gap:7px;
align-items:center
}

.mt-v3-count{
background:rgba(255,255,255,.13);
padding:2px 7px;
border-radius:10px;
font-size:12px
}

#mt-v3-search{
width:100%;
box-sizing:border-box;
margin-bottom:8px;
padding:8px;
border:0;
border-radius:8px;
outline:none
}

.mt-v3-status{
font-size:12px;
padding-top:8px;
opacity:.85
}

.mt-online{color:#5cff9d}
.mt-offline{color:#ff7070}

@media(max-width:700px){
#mt-control-v3{
width:205px;
left:8px;
bottom:12px;
font-size:12px
}
}
