@import '../../../../theme';

section.content {
	border-bottom: 0.1rem solid $aeap-color-light-bluish-grey;
	border-top: 0.1rem solid $aeap-color-light-bluish-grey;
	padding: 2.4rem;

	.date-checkbox-container {
		.date-container {
			.date-input-container {
				background: $aeap-color-white;
				border: 0.1rem solid $aeap-color-grey-1;
				input {
					background: transparent;
					border: 0;
				}
			}

			.date-start {
				.date-input-container {
					border-right: 0;
				}
			}

			.date-end {
				.date-input-container {
					border-left: 0;
				}
			}
		}
	}
}

.modal-actions {
	padding: 2.4rem;
}
