/* SCROLLBAR STYLE */
			::-webkit-scrollbar {
				width: 6px;
				height: 8px;
			}
		::-webkit-scrollbar-track {
		    background: rgba(118, 153, 169, 0.23);
			border-radius:50px;
			}

			::-webkit-scrollbar-thumb {
			background: rgba(115, 159, 247, 0.98);
			width:5px;
			}
			::-webkit-scrollbar-thumb:hover {
			background: rgba(115, 159, 247, 0.98);
			border-radius:5px;
			}
		  
.scrollbar
{
overflow:auto;
height:200px;
}

.transcrollbar
{
overflow:auto;
height:350px;
}

/*SKILLS SCROLL */
.scroll{
width:100px;
word-break:break-all;
height:70px;
line-height:2em;
overflow:auto;
padding:2px;
background-color:#e3e3e3;
white-space: normal;
}

/*FILTER SCROLL */
.fscroll{
word-break:break-all;
overflow:auto;
white-space: normal;
}

.fsearch{
width:100%;
}