.btnMenu {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  letter-spacing: -0.72px !important;
  font-family: '"Noto Sans CJK KR", sans-serif', sans-serif !important;
}
.btnMenuActive {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.btnMenu2 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: -0.96px !important;
  font-family: '"Noto Sans CJK KR", sans-serif', sans-serif !important;
}
.btnMenu2Active {
  color: #516788 !important;
  font-weight: 700 !important;
}

.btnLogout {
  color: #ffffff !important;
  font-size: 16px !important;
  letter-spacing: -0.64px !important;
  font-weight: 400 !important;
  font-family: '"Noto Sans CJK KR", sans-serif', sans-serif !important;
}

.routerTitle {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -1.28px;
  color: #ffffff;
}

.groupMenu {
  cursor: pointer;

  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.72px;
  width: 66px;
  padding: 5.5px 0;
  text-align: center;
}
.groupMenuActive {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.cardListTitle {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.72px;
}

.devStatus {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.devStatusSquare {
  width: 70px;
  height: 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.6px;
  color: #000000;
}

.squareDot {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}
.mCardTitle {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #ffffff;
}
.inputLabel {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.64px;
}

.currentTime {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: -0.64px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  right: 14px;
}
