﻿.modal-scrollbar::-webkit-scrollbar {
width: 12px;
height: 12px;
}

.modal-scrollbar::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px white;
border-radius: 10px;
}

.modal-scrollbar::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #fc7a35; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.modal-scrollbar::-webkit-scrollbar-thumb:hover {
background: white;
}