.floating-ai-button{width:48px;height:48px;right:24px;bottom:24px;border-radius:50%;padding:0}
.floating-ai-button svg{width:21px;height:21px}
.metric-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.settings-panel{max-width:780px;margin:0 auto;padding:0 0 22px;overflow:hidden}
.settings-head{padding:26px 28px;border-bottom:1px solid #eceef1}
.settings-head h2{margin:5px 0 6px;font-size:21px}
.settings-head span{color:#8b929c;font-size:11px}
.settings-list{display:grid;padding:4px 28px 16px}
.settings-list label{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:19px 0;border-bottom:1px solid #eef0f2;cursor:pointer}
.settings-list b,.settings-list span{display:block}
.settings-list b{font-size:13px}
.settings-list span{margin-top:5px;color:#8b929c;font-size:10px}
.settings-list input{position:absolute;opacity:0;pointer-events:none}
.settings-list i{position:relative;width:40px;height:22px;flex:0 0 40px;border-radius:20px;background:#d9dde2;transition:.2s}
.settings-list i:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.2s}
.settings-list input:checked+i{background:#ff4d55}
.settings-list input:checked+i:after{transform:translateX(18px)}
.settings-panel>#resetUiSettings{margin-left:28px}
.routing-choice-options{grid-template-columns:repeat(4,minmax(150px,1fr));min-width:min(900px,76%)}
.routing-choice-options i.ticket{background:#2d3748}
.table-wrap .text-btn,.issue-detail-table .text-btn{color:#315f9f!important;background:#eef3fa!important}.table-wrap .text-btn:hover,.issue-detail-table .text-btn:hover{color:#204a86!important;background:#e1eaf6!important}
@media(max-width:1200px){.routing-choice-options{grid-template-columns:repeat(2,minmax(180px,1fr))}}
