.transact_purchase_button button {
  background-color: #19a5ae;
  border: 0;
  color: white;
  font-size: 10pt;
  border-radius: 5px;
  padding: 6px 16px;
  padding-left: 40px;
  cursor: pointer;
  background-image: url(transact_icon.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 13px 50%;
}

.transact_purchase_button.fade {
  margin-bottom: 1.25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 68%, rgba(255, 255, 255, 1));
  height: 150px;
  position: relative;
  margin-top: -125px;
  z-index: 1;
}

.transact_purchase_button.fade button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

body.toplevel_page_transact-admin-page input[type='color'] {
  padding: 0px 2px;
}

/* SQUARE BUTTON
    background-color: #19a5ae;
    border: 0;
    color: white;
    font-size: 7pt;
    border-radius: 2px;
    padding: 10px 13px;
    padding-top: 38px;
    cursor: pointer;
    background-image: url(transact_icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 50% 14px;
*/
