.run-lock.is-locked-on{
  background: rgba(180, 140, 20, 0.10);
  border: 1px solid rgba(180, 140, 20, 0.28);
  color: #8a6a00;
}

body.logged-in .chat-container
 #deep-panel-toggle-post {
    position: absolute;
    top: 2px;
    left: 2%;
    background: white;
}

.issue-btn.active
 {
    background: #c3ddf0 !important;
    border-color: rgba(39, 133, 201, 0.75);
}

.postsearch-controls .issue-btn.disabled{
    position: absolute;
    top: 2px;
    left: 2%;
}

    .issue {
      border: 1px solid rgba(39, 133, 201, .25);
      background: rgba(39, 133, 201, .06);
      border-radius: 14px;
      padding: 12px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 110px;
      margin: 0px auto;
    }
    .issueIcon {
      width: 96px;
      height: 96px;
      border-radius: 14px;
      border: 1px solid rgba(39, 133, 201, .25);
      background: #fff;
      object-fit: contain;
      padding: 6px;
    }
    .chat-toolbar{
      max-width: 980px;
      margin: 10px auto 0;
      padding: 0 12px;
      width: 96%;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .issue-btn{
      min-height: 40px;
      padding: 10px 12px;
      background: white;
      border: 1.5px solid rgba(39,133,201,0.45);
      border-radius: 6px;
      color: #006798;
      cursor: pointer;
      font-weight: 700;
      font-size: 14px;
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .issue-btn:hover{ opacity:.92; }
    .issue-btn.active{
      background: rgba(39,133,201,0.28);
      border-color: rgba(39,133,201,0.75);
    }
    .issue-btn.disabled{
      opacity:.65;
    }

    .mode-toggle-wrap{
      width:100%;
      display:flex;
      justify-content:center;
      margin: 8px 0 14px 0;
    }
    .mode-toggle{
      display:inline-flex;
      align-items:center;
      gap:0;
      padding:4px;
      border:1px solid rgba(39,133,201,.22);
      border-radius:14px;
      background:rgba(39,133,201,.06);
      box-shadow:0 1px 6px rgba(0,0,0,.04);
    }
    .mode-opt{
      min-width:132px;
      text-align:center;
      text-decoration:none;
      padding:10px 18px;
      border-radius:10px;
      font-weight:700;
      font-size:15px;
      color:#006798;
      transition:all .16s ease;
    }
    .mode-opt:hover{
      background:rgba(39,133,201,.10);
      text-decoration:none;
    }
    .mode-opt.active{
      background:#ffffff;
      color:#006798;
      box-shadow:0 1px 4px rgba(39,133,201,.12);
    }

    a.scite{
      text-decoration: none;
      font-weight: 600;
      vertical-align: super;
      font-size: 0.75em;
      line-height: 1;
      margin-left: 2px;
      opacity: 0.9;
    }
    a.scite:hover{
      text-decoration: underline;
      opacity: 1;
    }

    .evidence-figure{ margin: 12px 0 0; }
    .evidence-figure img{
      display:block;
      max-width:100%;
      height:auto;
      border-radius:10px;
      border:1px solid rgba(0,0,0,0.12);
      margin: 1px auto;
    }
    .evidence-figure figcaption{
      font-size:12px;
      opacity:.75;
      margin-top:6px;
    }
    .evidence-extra-head{
      font-weight:700;
      margin:10px 0 8px;
      opacity:.9;
    }

    .bot-message .markdown a{
      color:#006798;
    }

    #newchat{
      background: rgba(39, 133, 201, 0.06); 
    }    
   
    