.main{
	margin: 15px;
} 
.border-line{
	width: 98px;
}
.upload-box{
    background-image: linear-gradient(to right, #5d4752 , #614563);
	width: 100%;
	padding:10px;
	border-radius: 20px;
}
.upload-icon{
	width: 90px;
	height: 90px;
	min-width:90px;
	margin-right: 10px;
	border-radius: 10px;
}
.round{
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 1px solid #fff;
}
.selectRadio{
	right: 20px;
	top:20px;
}
.slotClass{
	position: absolute;
	top: 10px;
	right: 30px;
}

.poster-switch{
	margin: 20px;
   line-height: 40px;
   border-radius:40px;
   border: 1px solid #fff;
    overflow: hidden;
}
.left-nav,.right-nav,.center-nav{
	width: 100%;
	text-align: center;
}
 .activeBg{
	background-image: linear-gradient(to left, #0DD0F6, #B34DFF,#E27BB2);
 }
 .poster-switch .navbtn:first-child{
	border-radius:40px 0 0 40px;
 }
.poster-switch .navbtn:last-child{
	border-radius:0 40px 40px 0;
}
/* .mui-slider .mui-slider-group a{
    width: 50%;
    margin-left: 50%;
} */
.mui-slider .mui-slider-group .mui-slider-item{
    width: 50%;
    /* height: 240px; */
    /* left: 50%; */
    margin:3%;
}
.slider-img{
    width: 100%;
    margin-left: 50%;
	border-radius: 10px;
}
.sel-radius{
	right: 30px;
	top: 10px;
	z-index:10;
}