.t-body {
    overflow: overlay !important;
}

::-webkit-scrollbar {
    cursor:grab !important;
    width: 8px;
    background-color: rgba(28, 27, 27, 90%);
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}

::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: rgb(82 82 82 / 100%);
    background-clip: padding-box;
}

 .t-form-success-popup__wrapper {
        background-color: #222226 !important;
        
    }