.sticky-footer {
    top: 900px;
}
.float-whatsapp{
	position:fixed;
	width:47px;
	height:47px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

@media print {
    .float-whatsapp {
      display: none;
    }
  }

.my-float{
	width: 24px;
	 margin-top:10px;
}

@media print {
    .btn.btn-secondary.ml-auto {
        display: none;
    }

    .sidebar.sidebar-pills.bg-light{
        display: none;
    }

    .justify-content-between .btn.btn-secondary.mx-2{
        display: none;
    }

    .justify-content-between .btn.btn-secondary{
        display: none;
    }
}
