::-webkit-scrollbar
{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece
{
background-color: #FFFFFF;
-webkit-border-radius: 30px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 10px;
background-color: #999999;
-webkit-border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 10px;
background-color: #999999;
-webkit-border-radius: 30px;
}

.t-popup__container {border-radius: 30px;}