.dt_colVis_buttons {
  margin-bottom: 8px;
}
.dt_colVis_buttons:after,
.dt_colVis_buttons:before {
  content: " ";
  display: table;
}
.dt_colVis_buttons:after {
  clear: both;
}
.dt_colVis_buttons:after,
.dt_colVis_buttons:before {
  content: " ";
  display: table;
}
.dt_colVis_buttons:after {
  clear: both;
}

::-webkit-scrollbar{width:6px;height:6px; border-radius:100%;}
::-webkit-scrollbar-thumb{background-color:#db4437; }
  

.card1{
		background: linear-gradient(to bottom, rgba(246, 180, 68,0.58), rgba(253, 72, 87,0.87) 0%, rgba(253, 72, 87,0.87) 0%, rgba(246, 180, 68,0.58));
			transform-style: preserve-3d;
    transition: box-shadow 300ms ease;
	position: relative;	
	height: 700px; 
    width: 26rem;
    padding: 5px 10px 5px 10px;
}  
   
	* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	 
}
.container_iits {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	
	  position: relative;
  width: 100%;
  
  overflow: hidden;
   
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}


.screen__background__shape5 {

	transform: rotate(2deg);
	position: absolute;
	height: auto;
	width: 345px;
	background: #FFF;	
	top: 5px; 
	bottom: 5px ;
	right: 10px;
	left: 10px;	
	border-radius: 0px 102px 0px 102px;
	box-shadow: 0px 1px 3px #999;
} 

.screen__background__shape {
	transform: rotate(0deg);
	position: absolute;
}
 

.screen__background__shape1 {
	height: auto;
	width: auto;
	background: #fff; /*transparent*/	
	top: 20px; 
	bottom: 20px ;
	right: 15px;
	left: 15px;	
	border-radius: 0px 152px 0px 152px;
	box-shadow: 0px 1px 3px #999;
}
 
.screen__background__shape2 {
	height: 400px;
	width: auto;
	background: #fff;	
	top: -262px;
	right: 10px;
	left: 10px;	
	border-radius: 60px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: auto;
	background: #fff;	
	top: 577px;
	right: 10px;
	left: 10px;	
	border-radius: 60px;
}
.social-login {	
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.sneaker {
  min-height:  auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sneaker img {
  width: 10rem;
  z-index: 2;
  transition: all 0.75s ease-out;   
  transition: all 300ms ease;  
    animation: animatebg 3s ease infinite;
}