/* Dashboard modal theme (matches your light-blue style) */
.dash-modal{
  border-radius: 16px;
  overflow: hidden;
}

.dash-header{
  background: #fff;
  border: 0;
  padding: 18px 22px 10px;
}

.dash-sub{
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
}

.dash-body{
  background: #d9eefb;
  padding: 22px;
}

.dash-input{
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.10);
}

.dash-hint{
  font-size: 12px;
  color: #374151;
  margin-top: 6px;
}

.dash-btn{
  height: 44px;
  border-radius: 12px;
  background: #0ea5e9;
  border: 1px solid #0ea5e9;
  color: #fff;
  font-weight: 600;
}

.dash-btn:hover{
  background: #0b8bc5;
  border-color: #0b8bc5;
  color: #fff;
}

.dash-card{
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(0,0,0,.12);
  margin-top: 16px;
}

.dash-card-head{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.dash-logo{
  height: 28px;
  width: auto;
}

.dash-company{
  font-weight: 700;
  font-size: 14px;
  color:#111827;
}

.dash-status{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(14,165,233,.12);
  color: #0b8bc5;
}

.dash-table th{
  width: 180px;
  background: #f8fafc;
  color:#111827;
  font-weight: 700;
}

.dash-footer{
  background: #d9eefb;
  border: 0;
  padding: 14px 22px 18px;
}
