/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.ui-datepicker td.grayed-out a {
    background: #e0e0e0 !important; /* Lichtgrijze achtergrond */
    color: #a0a0a0 !important; /* Lichtgrijze tekst */
    pointer-events: none; /* Niet aanklikbaar */
    cursor: not-allowed;
}

.grayed-out {
    opacity: 0.5; /* Maak het item half transparant */
    pointer-events: none; /* Voorkom interactie */
    cursor: not-allowed; /* Toon een verboden cursor */
}

.grayed-out input {
    pointer-events: none; /* Voorkom interactie met de radio button */
}

.waiver-rental {
	max-height: 70vh;
	overflow-y: scroll;	
	}

.participant-block {
	padding: 40px;
	border: 1px solid #202020;
	margin-top: 16px;
	margin-bottom: 16px;
}

.waiver-cred .jet-form-builder__label {
	display: none;
}

tapijt { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}