::-webkit-scrollbar
{
width: 9px;
height: 9px;
}
::-webkit-scrollbar-track-piece
{
background-color: #ffffff;
-webkit-border-radius: 30px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 9px;
background-color: #2a2b2e;
-webkit-border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 9px;
background-color: #2a2b2e;
-webkit-border-radius: 30px;
}

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