._view-modal-body {
  background-color: #f5f8fa;
}

._width-50 {
  width: 50%;
}

._mt-25{
    margin-top: 2.5rem;
}

.tooltips {
	position: relative;
	cursor: help;
}
  
.tooltips[title]:hover::before {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 10px); 
  left: 50%; 
  transform: translateX(-50%); 
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1;
}

.tooltips[title]:hover::after {
  content: '';
  position: absolute;
  bottom: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #000;
}
#download-sample-product{
  position: relative;
}
#download-sample-product::after{
  content: '';
  position: absolute;
  left: 50%;
    display: block;
    width: 0px;
    bottom: 10px;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top: 15px solid white;
    transform: translate(-50%, calc(100% + 5px));
}