/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

input[type=checkbox]:checked:before {
    color: #6aff00;
	display: none !important;
}

.bookly-form-group[data-type="category"],
.bookly-form-group[data-type="staff"] {
  display: none !important;
}

.bookly-css-root .bookly\:max-w-lg {
  max-width: 100% !important;
}

.bookly-css-root .bookly\:min-w-\[200px\] {
  min-width: 100% !important;
}

@media (max-width: 425px) {
  .bookly-css-root .bookly\:max-w-lg {
    max-width: 100% !important;
  }

  .bookly-css-root .bookly\:min-w-\[200px\] {
    min-width: 100% !important;
  }
}