::-webkit-scrollbar
{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece
{
background-color: rgba(255, 255, 255, 0.9);
-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 5px;
background-color: #34314b;
-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 5px;
background-color: #34314b;
-webkit-border-radius: 5px;
}

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