

div.slice-modal div.modal-dialog-centered.animate__fadeInUp.animated div.modal-content div.modal-header button.close.fa.fa-times.dojo-dismiss.themposition {
	z-index: 1000;
	padding: 5px!important;
}

div.slice-modal div.modal-body {
	padding: 0;
}

div.slice-modal div div.modal-content div.modal-header
{
	padding: 0;
}

div.slice-modal {
	min-width: 440px;
	margin: 0;
}


 .slicer-top {
	   color: #fff;
	   left: 20px;
	   font-size: 26px;
	   position: fixed;
	   z-index: 1000;
	   opacity: 0;
	   visibility: hidden;
	   bottom: 70px;
	   height: 40px;
	   width: 40px;
	   text-align: center;
	   line-height: 36px;
	   -webkit-border-radius: 50%;
	   border-radius: 50%;
   }

   .slicer-top-visible {
	   -webkit-transform: scale(1);
	   -ms-transform: scale(1);
	   -o-transform: scale(1);
	   transform: scale(1);
	   opacity: 1;
	   visibility: visible;
   }

   .slicer-top::before {
	   content: "";
	   top: 0;
	   left: 0;
	   right: 0;
	   bottom: 0;
	   position: absolute;
	   z-index: -1;
	   opacity: 0;
	   visibility: hidden;
   }


