.gradient {
  background: linear-gradient(120deg, #29c355, #036d21);
  color: #fff;
}

.psamenu li {
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 5px;
  overflow-wrap: break-word;
  text-align: left;
}

.psamenu button {
  appearance: button;
  background-color: rgba(59, 89, 152);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(59, 89, 152);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 400;
  height: 70px;
  line-height: 24px;
  margin: 0px 5px;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-x: visible;
  overflow-y: visible;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 117px;
}

.psamenuin button {
  appearance: button;
  background-color: rgba(255, 255, 255);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(59, 89, 152);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(89, 89, 152);
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 400;
  height: 70px;
  line-height: 24px;
  margin: 0px 5px;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-x: visible;
  overflow-y: visible;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 117px;
}

.form-control {
  border-color: rgb(115,134,152);
  text-transform: uppercase;
}

.form-select {
  border-color: rgb(115,134,152);
}

