﻿.app-button {
  background: #f54242;
  border-radius: 5px;
  padding: 10px 19px 10px 19px;
  border: 1px;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  color:white;
  font-family:inherit;
}

  .app-button:hover {
    background: #fff;
    color: lightgrey;
    border: solid 1px #f54242;
  }

/*.app-button {
  color: #000;
}

  .app-button:hover {
    color: #fff;
    background-color: #000;
  }

.app-button-mobile {
  background-color: #fff;
  position: fixed;
  width: 100%;
  color: #fff;
  background-color: #000;
  text-align: center;
  height: 50px;
  bottom: 50px;
  border: 0;
  z-index: 1000;
  font-size: 17px;
}

  .app-button-mobile:hover {
    color: #fff;
    background-color: #fff;
  }

.app-button-container {
  min-height: 70px;
}

.app-button:before {
  margin-bottom: 4px;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  float: right;
  padding-left: 12px;
  transition: color .2s ease;
  content: "\f067";
}

.app-button {
  background-color: #fff;
  border-radius: 28px;
  padding: 0 25px 0px 25px;
  text-indent: 0;
  width: auto;
  align-items: center;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
  display: inline-flex;
  font-weight: 600;
  height: 56px;
  position: relative;
  margin: auto;
  margin-top: 41px;
  margin-bottom: 16px;
  z-index: 1000;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
}

@media screen {
  @media (min-width: 959px) {
    .app-button-ex {
      display: block !important;
    }

    .app-button-mobile-ex {
      display: none !important;
    }
  }

  @media (max-width: 958px) {
    .app-button-ex {
      display: none !important;
    }

    .app-button-mobile-ex {
      display: block !important;
    }
  }
}
*/