html,
body,
#container {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.map {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
}

.input-card {
  width: 28rem !important;
  height: calc(100% - 2rem) !important;
  right: 1rem !important;
  bottom: 1rem !important;
  top: 1rem !important;
  padding: 0.75rem 1.25rem !important;
  overflow-y: auto;
  z-index: 10;
}

.btn {
  width: 10rem;
  margin-left: 6.8rem;
}

.title_box {
  display: flex;
  align-items: center;
}

.cmImgStyle {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.appNameStyle {
  font-family: "Microsoft YaHei", "Arial Black", sans-serif;
  font-size: 20px;
  margin-left: 50px;
  font-weight: bold;
  color: #00b4f0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-time {
  text-align: center;
  font-size: 18px;
}

.panel-title {
  color: rgb(0, 0, 0);
  font-size: 37px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

.panel-online {
  color: green;
  font-size: 18px;
  text-indent: 0.2em;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0.25rem;
}

.panel-online p {
  margin: 0 0.3rem;
}

.status {
  margin-top: 0.5rem;
  min-height: 1.5rem;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

.status.is-error {
  color: #dc2626;
}

.status.is-success {
  color: #15803d;
}

@media (max-width: 768px) {
  .input-card {
    width: calc(100% - 2rem) !important;
    height: auto !important;
    max-height: calc(100% - 2rem);
  }
}
