#google-map-main {
  height: calc(100vh - 90px);
}
.td-infor {
  padding-left: 16px;
  text-align: left;
}
.row-select {
  border-left: 3px solid #2196f3;
}

.success {
  color: #28a745;
}
.normal {
  color: #2196f3;
}
.warning {
  color: #f44336;
}
.table-device {
  width: 100%;
}
.table-device tr {
  display: grid;
  grid-template-columns: 20% 30% 50%;
  height: 55px;
  border-bottom: 1px solid #e0e0e0;
  /* padding: 8px 0; */
  width: 100%;
  cursor: pointer;
  justify-items: center;
  align-items: center;
  background-color: rgba(75, 204, 255, 0.3);
}
/* .table-device tr td span {
  text-align: center;
  vertical-align: middle;
} */
.table-device tr:hover {
  background-color: rgb(165, 150, 150);
}
.imageCell {
  width: 60px;
  padding: 8px 0;
}
.imageCell > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-info {
  overflow-y: scroll;
  height: calc(100vh - 80px);
  padding-right: 0 !important;
}
.filter-device {
  padding: 8px;
}

.filter-device-header {
  display: flex;
  gap: 10px;
  /* padding: 8px; */
  cursor: pointer;
  align-items: center;
  position: relative;
}

.filter-device-header > span {
  font-weight: bold;
  font-size: 16px;
}

.filter-device-content {
  display: grid;
  grid-template-columns: 50% 50%;
}
.filter-device-content div {
  display: flex;
  margin-top: 8px;
  align-items: center;
  gap: 8px;
  /* justify-content: center; */
}
.filter-device-content div > i {
  font-size: 14px;
}
.infor-device-content,
.infor-device-content-input {
  cursor: pointer;
  padding: 5px;
}
.infor-device-content:hover {
  background-color: #eee;
}

.footer-device {
  display: grid;
  padding: 8px;
  grid-template-columns: 25% 25% 50%;
  align-items: center;
  /* text-align: center; */
}

.page-device {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* .page-device i,
span {
  font-size: 14px;
} */
.select-number-device select {
  outline: none;
  border: 1px solid #888;
  padding: 3px;
  border-radius: 8px;
}

.chevron {
  padding: 8px;
  cursor: pointer;
}
.chevron:hover {
  background-color: #eee;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4;
}
