/**
 * Hermes Popup Button
 */
 button#hermespopupbutton_btn::before{
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  content: '\e41c';
 }

button#hermespopupbutton_btn {
  font-size: 13px;
  line-height: 24px;
  color: rgb(136, 136, 136);
  text-transform: none;
  background-color: hsl(0, 0%, 98%, 0);
  display:flex;
  gap: 5px;
  margin: 5px 0px 20px 0px;
  padding: 0px;
  transition:color linear 0.5s;
}

button#hermespopupbutton_btn:hover {
  color:#8BC34A;
}

div#hermespopupbutton_modal div.modal-body > p > img {
  width:100% !important;
}

div#hermespopupbutton_modal div.modal-body > p {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}