/* WTWR_CUSTOMER_DEMO_HISTORY_PERIODS_V1 */
#wtwrCustomerDemoHistoryV1{
  margin:14px 0 0;padding:18px 20px;border:1px solid #284760;border-radius:14px;
  background:linear-gradient(180deg,rgba(6,17,29,.98),rgba(5,14,24,.98));color:#eef5ff
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;flex-wrap:wrap}
#wtwrCustomerDemoHistoryV1 .eyebrow{font-size:10px;font-weight:950;letter-spacing:.20em;color:#ff7a3a}
#wtwrCustomerDemoHistoryV1 h3{margin:5px 0 0;font-size:21px}
#wtwrCustomerDemoHistoryV1 p{margin:5px 0 0;color:#8294a8;font-size:11px}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-periods{display:flex;gap:7px;flex-wrap:wrap}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-periods button{
  border:1px solid #2c4962;background:#071421;color:#9eb0c2;border-radius:9px;
  padding:8px 12px;font-size:10px;font-weight:900;cursor:pointer
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-periods button.active{
  border-color:#58a9ff;background:#123b5e;color:#fff
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-kpis{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:15px 0 10px
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-kpis>div{
  padding:11px 13px;border:1px solid rgba(80,132,173,.28);border-radius:10px;background:rgba(255,255,255,.035)
}
#wtwrCustomerDemoHistoryV1 small{display:block;font-size:8px;font-weight:900;letter-spacing:.12em;color:#899caf}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-kpis strong{display:block;margin-top:4px;font-size:18px}
#wtwrCustomerDemoHistoryV1 .good{color:#6ee7aa}
#wtwrCustomerDemoHistoryV1 .bad{color:#ff9696}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-meta{
  display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;color:#7f92a7;font-size:10px;margin:8px 0
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-tablewrap{overflow:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:8px}
#wtwrCustomerDemoHistoryV1 table{width:100%;border-collapse:collapse;min-width:800px;font-size:11px}
#wtwrCustomerDemoHistoryV1 th,#wtwrCustomerDemoHistoryV1 td{text-align:left;padding:8px 7px;border-bottom:1px solid rgba(255,255,255,.065)}
#wtwrCustomerDemoHistoryV1 th{font-size:8px;letter-spacing:.10em;color:#7e91a5}
#wtwrCustomerDemoHistoryV1 td.empty{text-align:center;color:#8092a5;padding:18px}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-side{font-weight:950}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-side.back{color:#8fd6ff}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-side.lay{color:#ffb2ca}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-status{
  display:inline-block;padding:3px 7px;border-radius:999px;font-size:8px;font-weight:950;letter-spacing:.07em
}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-status.won{color:#7ff0b7;background:rgba(21,109,69,.24)}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-status.lost{color:#ff9d9d;background:rgba(124,40,40,.22)}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-status.open{color:#8fd6ff;background:rgba(42,102,144,.23)}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-status.void{color:#d0d6dc;background:rgba(100,110,120,.20)}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-loading,
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-error{padding:12px;color:#8fa2b5}
#wtwrCustomerDemoHistoryV1 .wtwr-demo-history-error{color:#ff9d9d}
@media(max-width:760px){
  #wtwrCustomerDemoHistoryV1{padding:14px}
  #wtwrCustomerDemoHistoryV1 .wtwr-demo-history-head{align-items:flex-start}
  #wtwrCustomerDemoHistoryV1 .wtwr-demo-history-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  #wtwrCustomerDemoHistoryV1 .wtwr-demo-history-periods{width:100%}
  #wtwrCustomerDemoHistoryV1 .wtwr-demo-history-periods button{flex:1 1 auto}
}
