.custom-inner-section::-webkit-scrollbar {
    width: 50px;
  background:red;
}

.custom-inner-section::-webkit-scrollbar-track {
    background: rgba(39, 39, 39, 0.12);
}

.custom-inner-section::-webkit-scrollbar-thumb {
    background: #272727;
}

.custom-inner-section::-webkit-scrollbar-thumb:hover {
    background: #272727;
}