div.gm-style .gm-style-iw-c {
  padding-top: 10px !important;
  padding-left: 10px !important;
}

div.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}

.card2 {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  /*flex-direction: column;*/
  padding: 32px;
}

.dtg_location_info {
  height: calc(100vh - 400px) !important;
}
.dtg_list_card {
  height: calc(100vh - 460px);
}
.dtg_list_card_left {
  padding: 20px;
  height: calc(100vh - 410px);
}
.dtg_list_card_body {
  overflow-x: auto;
  overflow-y: auto;
}
.dtg_table-responsive-md {
  width: 100%;
}
.dtg_table {
  table-layout: revert !important;
  min-width: revert !important;
}
.dtg_list_search {
  padding-top: revert;
  align-items: flex-end;
}
.dtg_trip_popup_layer {
  position: absolute;
  z-index: -1;
  overflow-y: scroll;
  opacity: 0;
  transition: all 0.2s;
  padding: 60px 0 20px 0;
  width: 400px;
  height: 600px;
  right: 0;
}
.dtg_trip_popup_layer.on {
  z-index: 999;
  opacity: 1;
}
.dtg-popup-header {
  position: relative;
  text-align: left;
  padding: 20px;
}
.dtg-popup-title {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #111111;
}
.dtg-popup-body {
  padding: 0 20px 20px 20px;
  text-align: left;
  overflow-y: auto;
}

.bis_info__dashboard {
  width: 440px;
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid #eaeaea;
}
.bis_list-card {
  padding-top: 20px;
}
.bis_list_card_body {
  height: calc(100vh - 181px);
}
.bis_table-responsive-md {
  width: 100%;
  overflow-x: auto;
  height: 100%;
}
.bis_table {
  overflow-y: auto;
  table-layout: revert !important;
  min-width: revert !important;
}


.bis_detail-body {
  height: calc(100vh - 201px);
  overflow-y: auto;
  margin-top: 20px;
}
.bis_detail-header {
  height: 100%;
}

.bis_table-list.y-line tbody th, .bis_table-list.y-line tbody td {
  padding: 10px;
}
.bis_table-list.y-line tbody th {
  text-align: left;
}
.bis_table-list.y-line tbody td {
  text-align: right;
}
.bis_table-list tbody td span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 16px;
  border-radius: 50em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #1782ff;
  color: #fff;
}
