::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #4c4d1b;
}

::-webkit-scrollbar-track {
    background-color: #111111;
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

.headerTableBox::-webkit-scrollbar {
  display: none;
}

.desc_may p::-webkit-scrollbar {
  display: none;
}

.fInplayDesc::-webkit-scrollbar {
  display: none;
}

#pinterest-container::-webkit-scrollbar {
    width: 2.5px;
    background: #2e4357;
display: none;
}

#pinterest-container::-webkit-scrollbar-corner {
    background: #2e4357;
}

#pinterest-container::-webkit-scrollbar-thumb {
    background: #2e4357;
}
		
		