.form-group label{
    font-weight: bold;
}
.golf-price{
    font-size: 1.5rem !important;
    color: #696969;
    font-weight: bold;
}
.datepicker{
    position:relative;
}
select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}