.t1032__content {
    border-radius: 5px;
}
.t-popup__container {
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #0056D3;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: #F3F3F3;
}
::-webkit-scrollbar-thumb:hover {
    background: #0F0F3F;
}