html, body {
  height: 100%;
  margin: 0;
}

.data-container {
  background: #eeeeee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.icon-button {
  width: 20px;
  height: 20px;
}

.white-bg {
  background-color: #ffffff;
}

.search-box {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.rounded-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.overflow-y-auto {
  overflow-y: auto;
}

/* https://moduscreate.com/blog/how-to-fix-overflow-issues-in-css-flex-layouts/ */
.scrollable-flex {
  min-height: 0px;
  flex: 1 1 auto;
  overflow-y: auto;
}

.copiable-text {
  background-color: #808080;
  width: fit-content;
}

.w-max-100 {
  max-width: 100%;
}

.dotted-border {
  border: 3px dotted #dee2e6 !important;
}

.toast {
  z-index: 1;
}

/* For invisible input file */
.wh-0 {
  width: 0px;
  height: 0px;
}

.feed-item {
  cursor: pointer;
}

.clikable {
  cursor: pointer;
}

/* vertical-line for vehicle edge connection */
.vl {
  width: 0px;
  border: 1px solid gray;
  height: 50px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
