@charset "utf-8";

#backToTopBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
}

.device-document .terms-list > dt:first-of-type {
  margin-top: 0;
}

.device-table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
}

.device-table {
  min-width: 560px;
  color: #202850;
  vertical-align: middle;
}

.device-table > :not(caption) > * > * {
  padding: 13px 16px;
  border-color: #e5e8f0;
}

.device-table thead th {
  background: #edf5ff;
  color: #173b68;
  font-weight: 700;
}

.device-table tbody th {
  width: 32%;
  background: #f8fafc;
  font-weight: 700;
}

.device-notes {
  padding: 14px 16px;
  border-left: 4px solid #f0ad4e;
  border-radius: 0 8px 8px 0;
  background: #fff8e8;
  color: #5d4a1f;
}

.device-notes p {
  margin-bottom: 6px;
}

.device-check-list {
  padding: 16px 18px 16px 38px !important;
  border-radius: 10px;
  background: #f5f8fc;
}

.device-security-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eef6ff;
  color: #173b68;
}

.device-security-note i {
  margin-top: 3px;
  color: #2878c8;
}

@media (max-width: 767.98px) {
  .device-table {
    min-width: 500px;
  }

  .device-table > :not(caption) > * > * {
    padding: 11px 12px;
  }
}
