.footer-fixed footer {
	z-index: 10!important;
}
.wb-full{
  display:none;
}
#labelpicture{height: 40px!important};
#account-upload{
  opacity: 0 !important;
  width: 50px!important;
 }
 .rotate{transition: all 1s;}
.rotate:hover{ -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.rotate:active{ -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg);}

.rotate_infinit{transition: all 1s;-webkit-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.svg-dif{height: 8.5rem !important;
  width: 8.5rem !important; }
  .flatpickr-calendar.open{
   
    z-index: 4000001 !important;
     
  }
.square {
height: 100px;
width: 100px;

display: flex;
text-align: center;
justify-content: center;
align-content: center;
color: white;
padding: 5px;
animation: shimmy 3s infinite;
animation-direction: alternate;
}
 .rotate_refresh{transition: all 1s;} 
.rotate_refresh:active{ -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg);}
@keyframes shimmy {
0% {
transform: translate(0, 0);    
}
100% {
transform: translate(20px, 50px);
}
}