body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track{
	background: #fff;
}

body::-webkit-scrollbar-thumb{
	background-color: #FF0000;
	border-radius: 5px;
}
.blur{
    filter: blur(200px);
}
.t923__bgimg {
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(35, 39, 45, 0.15);
}
.uc-slider .t-slds__items-wrapper{
    height: auto;
}
.uc-slider .t923__col{
    width: 100% !important;
}
.bg-grad{
    background: linear-gradient(0deg, #f00 0%, #ff6200 100%);
}
.bg-item{
    background: linear-gradient(180deg, #f00 0%, #ff6200 100%);
    transform: rotate(10deg);
    border-radius: 20px;
}