﻿@font-face {
  font-family: 'DIGID';
  font-style: normal;
  font-weight: 400;
 src: local('DIGID'), url('../../fonts/DS-DIGIB.ttf') format('truetype');
}


.scroll_1::-webkit-scrollbar
{
	width: 6px;
	height:6px;
	background-color: #D8D8D8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
}
.scroll_1::-webkit-scrollbar-thumb
{
	background-color: #00b9f5;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.scroll_1::-webkit-scrollbar-thumb:hover
{
	background-color: #009ED2;
	
}
.scroll_1
{
	word-wrap: break-word;
	height: 158px; overflow: auto;
}



