.ps-btn-custom {
  display: inline-flex;
  cursor: pointer;
  padding-top: 18px;
  padding-right: 40px;
  padding-bottom: 18px;
  padding-left: 40px;
  background-color: transparent;
  color: #fbe100;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(251, 225, 0, 1);
  border-right-color: rgba(251, 225, 0, 1);
  border-bottom-color: rgba(251, 225, 0, 1);
  border-left-color: rgba(251, 225, 0, 1);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  font-size: 15px;
  visibility: visible !important; }
  .ps-btn-custom:hover {
    background-color: rgba(251, 225, 0, 1);
    color: #000; }
