.modal-full {
  width: 90vw;
  height: 100vw;
  max-width: 90%;
  margin: 5vh auto;
}

.mi_boton_cerrar {
  background-color: #661b28 !important;
  color: #fff !important;
  border: 1px solid #e1bdbd !important;
  padding: 0.4rem 0.8rem !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-weight: normal !important;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 10;
}

.mi-boton-custom {
  all: unset;
  background-color: transparent !important;
  color: #915a5a !important;
  border: 1px solid #e1bdbd !important;
  padding: 0.5rem 1.2rem !important;
  font-weight: normal !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
}

.mi-boton-custom:hover {
  background-color: #e1bdbd !important;
  color: #661b28 !important;
  border-color: #e1bdbd !important;
}

.mi-boton-custom:focus,
.mi-boton-custom:active {
  background-color: #caa2a2 !important;
  color: #fff !important;
  border-color: #a97c7c !important;
  box-shadow: none !important;
  outline: none !important;
}

input.form-control.my_readonly_field[readonly] {
  background-color: #f3eeee !important;
  /* background-color: transparent !important; */
  /* color: #d7b0b0 !important; */
  /* border: 1px solid #e1bdbd !important; */
}
/* style="background-color:#f0e6e6; color:#915a5a; border:1px solid #e1bdbd;" */

.pax_border_primary {
  border-color: #661b28 !important; /* O el color que prefieras */
}

.pax_border_secondary {
  border-color: #a7737c !important; /* O el color que prefieras */
}

#pax_btn_close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #661b28;
  color: white;
  border: none;
  border-radius: 50%;
  width: 270px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
}

@media print {
  body * {
    visibility: hidden;
  }

  #printable_area,
  #printable_area * {
    visibility: visible;
  }

  #printable_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    padding: 20px;
  }
}
