/* @override 
	http://old.sumosushibento.local/slicer/slicer.css */

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: 100;
	   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;
   }

html,body {
	margin: 0;
}
  
body a img.sumo-slice-logo {
	pointer-events
	text-align: center;
	z-index: 3;
	position: absolute;
	margin-left: -50px;
	width: 100px;
	margin-top: 5px;
	cursor: pointer;
}

.modal-slice {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}