.fav-add {
  padding: 10px;
  border: 1px solid #ddd; }
.fav-add .f-heart {
  font-size: 40px;
  position: relative;
  color: #ED213A;
  animation: shadow-pulse 1s infinite; }
.fav-add .f-plus {
  font-size: 18px;
  margin-left: -29px;
  position: absolute;
  z-index: 2;
  top: 37%;
  color: #333;
  right: -5%;
  font-weight: bold; }

.n-a-alert {
  margin: 10px auto; }

.reserve_button {
  background-color: red;
  color: #fff; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0); } }
.type_data_more {
  position: relative; }
.type_data_more a.reserve_button {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 190px;
  text-align: center;
  margin: auto; }

.labl_2 {
  margin-top: 10px; }

a.reserve_button {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #077812;
  border: 0;
  max-width: 200px; }
a.reserve_button:hover {
  color: #fff; }
@media screen and (max-width: 1330px) {
  a.reserve_button {
    margin: auto;
    display: flex;
    justify-content: center; } }

.my-result {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: auto; }
@media screen and (max-width: 1330px) {
  .my-result {
    flex-direction: column; } }

.info-r-alert {
  width: fit-content;
  margin: 20px auto; }

/*# sourceMappingURL=messages.css.map */
