.scstyle-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.14);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scstyle-7::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  margin: 10px;
}

.scstyle-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(236,205,118,0.78)), color-stop(0.5, #eccd76), color-stop(0.86, #d78d40));
}

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

.sc-section {
  min-height: 500px;
}

.container {
  /*max-height: 200px;*/
}

