﻿*, ::before, ::after {
  box-sizing: border-box;
  touch-action: manipulation;
}

img, svg {
  vertical-align: middle;
}

#TrafficFlowCond {
  position: absolute;
  right: 354px;
  width: fit-content;
  padding: 12px;
  z-index: 3;
  top: 120px;
}
#TrafficFlowCond .trafficflow-select-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
#TrafficFlowCond .mr-1.mb-1 {
  width: 100px;
}
#TrafficFlowCond .mr-1.mb-1.search {
  width: 64px;
}
#TrafficFlowCond .mr-1.mb-1.search a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  background-color: #1a73e8;
  box-shadow: 0 2px 4px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
#TrafficFlowCond .mr-1.mb-1.search a:hover {
  background-color: #1b66ca;
}
#TrafficFlowCond .mr-1.mb-1.search a:focus, #TrafficFlowCond .mr-1.mb-1.search a:focus-visible {
  outline: none;
  box-shadow: 0 2px 4px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
#TrafficFlowCond select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #8f8f8f;
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  transition: none;
  cursor: pointer;
}
#TrafficFlowCond select:hover, #TrafficFlowCond select.active {
  color: #1a73e8;
}
#TrafficFlowCond select:hover {
  border: 1px solid #c8deff;
  background-color: #c8deff;
}
#TrafficFlowCond select.active {
  border: 1px solid #1a73e8;
  background-color: #ebf3ff;
}
#TrafficFlowCond select:focus, #TrafficFlowCond select:focus-visible {
  outline: none;
  box-shadow: 0 2px 4px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

#TFResult {
  position: fixed;
  bottom: 50px;
  right: 90px;
  width: 420px;
  height: 600px;
  overflow: hidden;
  border-radius: 8px;
  color: #646464;
  box-shadow: 0 0 6px 0 #686868;
  transition: 0.4s;
  z-index: 3001;
}
#TFResult.closed {
  width: 0;
  height: 0;
}
#TFResult .TrafficFlow-container {
  display: flex;
  flex-direction: column;
  flex: none;
  height: 100%;
  background-color: #fff;
}
#TFResult .TFResult-header {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 16px 4px 16px 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dadce0;
  border-radius: 0;
  background-color: #fff;
}
#TFResult .TFResult-header .title.dflex {
  display: flex;
  align-items: center;
}
#TFResult .TFResult-header .title.dflex .Result-title {
  width: fit-content;
  padding-right: 8px;
  font-weight: bold;
}
#TFResult .TFResult-header .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#TFResult .TFResult-header .close-btn:hover {
  color: #ff0000;
}
#TFResult .TFResult-header #pExport {
  position: absolute;
  top: 11px;
  left: unset;
  right: 42px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #59a1ff;
}
#TFResult .TFResult-header #pExport:hover #bTFExport svg {
  color: #1a73e8;
}
#TFResult .TFResult-header #pExport * {
  cursor: pointer;
}
#TFResult #bTFExport {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background-color: unset;
}
#TFResult #bTFExport:focus, #TFResult #bTFExport:focus-visible {
  outline: none;
  box-shadow: none;
}
#TFResult #bTFExport svg {
  width: 24px;
  height: 24px;
  color: #646464;
}
#TFResult .TFResult-body {
  display: flex;
  flex-direction: column;
  flex: none;
  height: calc(100% - 54px - 8px);
  overflow-y: auto;
  padding: 0 6px 8px 6px;
  gap: 8px;
  margin-bottom: 8px;
  background-color: #fff;
}
#TFResult .TFResult-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#TFResult .TFResult-body::-webkit-scrollbar-track {
  background: transparent;
}
#TFResult .TFResult-body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #a3a3a3;
}
#TFResult .TFResult-body .common-info {
  display: flex;
  flex-direction: column;
  font-size: 16px !important;
  font-weight: bold;
  gap: 2px;
}
#TFResult .TFResult-body .common-info .sort {
  color: #1a73e8;
}
#TFResult .TFResult-body .common-info .sort + span {
  font-size: 14px !important;
}
#TFResult .TFResult-body .TFResult-table {
  width: 100%;
  height: fit-content;
  margin-bottom: 0;
  color: #646464;
  font-size: 14px !important;
  border-collapse: collapse;
  line-height: 1;
}
#TFResult .TFResult-body .TFResult-table * {
  font-size: 14px !important;
}
#TFResult .TFResult-body .TFResult-table .TFResult-bg-primary {
  position: sticky;
  top: -2px;
  color: #fff;
  background-color: #1a73e8;
}
#TFResult .TFResult-body .TFResult-table th, #TFResult .TFResult-body .TFResult-table td {
  padding: 4px;
  border: 1px solid #c9c9c9;
  text-align: start;
  cursor: initial;
}
#TFResult .TFResult-body .TFResult-table th:nth-of-type(2), #TFResult .TFResult-body .TFResult-table th:nth-of-type(3), #TFResult .TFResult-body .TFResult-table td:nth-of-type(2), #TFResult .TFResult-body .TFResult-table td:nth-of-type(3) {
  width: 132px;
}
#TFResult .TFResult-body .TFResult-table th.remark, #TFResult .TFResult-body .TFResult-table td.remark {
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#TFResult .TFResult-body .TFResult-table tr {
  font-weight: bold;
}
#TFResult .TFResult-body .TFResult-table tr:nth-of-type(even) {
  background-color: #eeeeee;
}
#TFResult .TFResult-body .TFResult-table tr:nth-of-type(even) th, #TFResult .TFResult-body .TFResult-table tr:nth-of-type(even) td {
  background-color: #eeeeee;
}

.result-width-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 120px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #686868;
  transition: 0.2s;
  cursor: pointer;
  z-index: 1;
}
.result-width-btn.move {
  bottom: 169px;
}
.result-width-btn:hover {
  background-color: #f0f0f0;
}
.result-width-btn:hover svg {
  color: #000;
}
.result-width-btn:focus, .result-width-btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.result-width-btn svg {
  width: 24px;
  height: 24px;
  color: #646464;
}
