/* ===== ss-v98-final-silver-toggle-panels-last ===== */

html body:not(.qn-exporting) button.toggle-btn,
html body:not(.qn-exporting) .toggle-btn,
html body:not(.qn-exporting) button[onclick^="toggleSection("],
html body:not(.qn-exporting) button[onclick*="toggleSection"]{
  background: linear-gradient(180deg, #f6f7f8 0%, #e4e7eb 48%, #cfd6de 100%) !important;
  background-image: linear-gradient(180deg, #f6f7f8 0%, #e4e7eb 48%, #cfd6de 100%) !important;
  color: #171717 !important;
  -webkit-text-fill-color: #171717 !important;
  border: 1px solid rgba(111,120,130,.34) !important;
  box-shadow: 0 10px 22px rgba(148,163,184,.24), inset 0 1px 0 rgba(255,255,255,.76) !important;
  text-shadow: none !important;
}
html body:not(.qn-exporting) button.toggle-btn *,
html body:not(.qn-exporting) .toggle-btn *,
html body:not(.qn-exporting) button[onclick^="toggleSection("] *,
html body:not(.qn-exporting) button[onclick*="toggleSection"] *{
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
}
html body.dark-mode:not(.qn-exporting) button.toggle-btn,
html body.dark-mode:not(.qn-exporting) .toggle-btn,
html body.dark-mode:not(.qn-exporting) button[onclick^="toggleSection("],
html body.dark-mode:not(.qn-exporting) button[onclick*="toggleSection"]{
  background: linear-gradient(180deg, #555a61 0%, #383d43 48%, #24282e 100%) !important;
  background-image: linear-gradient(180deg, #555a61 0%, #383d43 48%, #24282e 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(215,221,229,.24) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
html body:not(.dark-mode):not(.qn-exporting) button.toggle-btn,
html body:not(.dark-mode):not(.qn-exporting) .toggle-btn,
html body:not(.dark-mode):not(.qn-exporting) button[onclick^="toggleSection("],
html body:not(.dark-mode):not(.qn-exporting) button[onclick*="toggleSection"]{
  color:#171717 !important;
  -webkit-text-fill-color:#171717 !important;
}
html body:not(.qn-exporting) button.toggle-btn:active,
html body:not(.qn-exporting) .toggle-btn:active{transform:translateY(1px) scale(.992) !important;}
html body:not(.dark-mode):not(.qn-exporting) .close-btn.close-btn,
html body:not(.dark-mode):not(.qn-exporting) .ss-br-tab.ss-br-tab:not(.active),
html body:not(.dark-mode):not(.qn-exporting) .ss-br-type.ss-br-type:not(.active){
  background: rgba(15,27,51,.06) !important;
  color: #0f1b33 !important;
  -webkit-text-fill-color: #0f1b33 !important;
  border-color: rgba(15,27,51,.16) !important;
}
html body.dark-mode:not(.qn-exporting) .close-btn.close-btn{
  background: rgba(255,255,255,.10) !important;
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff !important;
}
html body:not(.qn-exporting) .ss-effort-close.ss-effort-close{
  background: rgba(239,68,68,.14) !important;
  border-color: rgba(239,68,68,.45) !important;
  color: #ef4444 !important;
  -webkit-text-fill-color: #ef4444 !important;
}
html body:not(.dark-mode):not(.qn-exporting) .ss-effort-pill.ss-effort-pill:not([style*="color"]){
  background: rgba(15,27,51,.06) !important;
  color: #0f1b33 !important;
  -webkit-text-fill-color: #0f1b33 !important;
}
html body.dark-mode:not(.qn-exporting) .ss-effort-pill.ss-effort-pill:not([style*="color"]){
  background: rgba(255,255,255,.10) !important;
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff !important;
}
