.sfdsc-TrackPlayback {
  width: 100%;
  height: 100%;
  position: relative;
  .btnBox {
    position: absolute;
    bottom: 1%;
    right: 1%;
    cursor: pointer;
    font-size: 12px;
    .btn {
      width: 40px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border-radius: 2px;
      background-color: #ffcc00;
      margin-top: 5px;
    }
  }
  .inputBox {
    position: absolute;
    top: 1%;
    right: 1%;
  }
}

.sfdsc-search-container {
  width: 100%;
  display: flex;
  justify-content: right;
}

.sfdsc-map-container {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

.sfdsc-tabContainer {
  margin: 10px 0;
  .title {
    font-weight: 600;
    padding: 5px 0;
  }
}
