.icon-btn.blue {
  height: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  border-style: solid;
  border-color: #086ea1;
  border-width: 3px;
  background-color: #FFFFFF00;
  font-family: "Nimbus Sans Regular";
  font-size: 16px;
  color: #086ea1; }
  .icon-btn.blue:hover {
    text-decoration: underline; }
  .icon-btn.blue:active {
    background-color: #FFFFFF00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.icon-btn.white {
  padding: 6px 26px 6px 24px;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: "Nimbus Sans Regular";
  font-size: 16px;
  line-height: 24px;
  color: #086ea1;
  border: 1px solid #086ea1; }
  .icon-btn.white:hover {
    background-color: #086ea1;
    color: #ffffff; }

.icon-btn.white-border {
  width: fit-content;
  padding: 16px 24px 14px;
  border-radius: 4px;
  border: solid 1px #fff;
  font-family: "Nimbus Sans Bold";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF; }
  .icon-btn.white-border:hover {
    background-color: rgba(255, 255, 255, 0.08); }
  .icon-btn.white-border:active {
    background-color: rgba(255, 255, 255, 0.12); }

.icon-btn.transparent {
  padding: 6px 26px 6px 24px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  font-family: "Nimbus Sans Regular";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
  border-radius: 5px;
  border: 1px solid #ffffff !important; }

a .btn {
  color: #ffffff; }
  a .btn:visited {
    color: #ffffff; }

.icon-btn.hide-button {
  display: none; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.icon-btn.green {
  width: 163px;
  height: 56px;
  padding: 16px 24px 12px;
  border-radius: 4px;
  background-color: #04843d;
  font-family: "Nimbus Sans Bold";
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff; }
  .icon-btn.green:hover {
    background-color: #006930; }
  .icon-btn.green:active {
    background-color: #024f24;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  align-content: flex-start;
  align-items: flex-start; }
