.paypal-wrapper {
  display: inline-block;
  vertical-align: middle;
}

#paypal-button-container {
  min-width: 200px;
}

.paypal-wrapper iframe {
  border-radius: 6px !important;
}

.d-flex button.btn {
  height: 45px;
}

.lila { color: #8d5ef8; font-weight:bold; }
.morado { color: #3d2da7; font-weight:bold; }
.turquesa { color: #03d4d9; font-weight:bold; }
.mt-20 { margin-top: 20px; }

.modal-header
{
	background-color: #46415e;
	color: #FFFFFF;
}

.close
{
	color: #FFFFFF;
}

.close:focus, .close:hover
{
	color: #c5c5c5;
}

#features
{
	background-color: #46415e;
	padding: 15px;
	color: #FFFFFF;
}

#price
{
	border: solid 1px #FFF;
	padding: 5px 10px 5px;
}

.mb
{
	margin-bottom: 10px;
}

/* para la clase booth-status */
.booth-status {
    cursor: pointer;
    transition: all 0.3s;
}

[data-status="disponible"] {
    fill: #4CAF50; /* verde  */
    opacity: 0.7;
}

[data-status="reservado"] {
    fill: #F44336; /* rojo  */
    opacity: 0.7;
    cursor: not-allowed;
}

[data-status="reservado"]:hover::after {
    content: " (RESERVADO)";
    color: white;
    font-weight: bold;
}