.bigSankey {
  border-radius: 10px;
  width: 1736px;
  height: 3720px;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 10px;
}

.daiSankey {
  width: 1500px;
  height: 1650px;
}

@media (max-width: 1250px) {
  .stickyFoot {
    font-size: xx-small;
  }
}

@media (max-width: 1652px) {
  .bigSankey {
    height: 4018px;
  }
}

@media (max-width: 1244px) {
  .bigSankey {
    height: 4363px;
  }
}

@media (max-width: 871px) {
  .bigSankey {
    height: 5500px;
  }
}


.scrollContainerB {
  top: unset;
}

.stickyFoot {
max-width: calc(100vw - 34px);
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,71%); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f566; 
}