#resumeReconnect {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999999;
}
#resumeReconnect .box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 260px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#resumeReconnect .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
#resumeReconnect .desc {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
}