.aifes-woo-shortcode { max-width: 100%; }
.aifes-woo-discenti-row { display: flex; gap: 12px; flex-wrap: wrap; }
.aifes-woo-discenti-row .woocommerce-form-row {
	flex: 0 0 49%;
	max-width: 49%;
	min-width: 220px;
	display: block;
	margin: 0;
}
.aifes-woo-discenti-row .woocommerce-form-row--first,
.aifes-woo-discenti-row .woocommerce-form-row--last {
	float: none;
	clear: none;
}
.aifes-woo-shortcode label { display: block; margin: 12px 0 6px; font-weight: 600; }
.aifes-woo-shortcode select,
.aifes-woo-shortcode textarea { width: 100%; }

.aifes-woo-shortcode .aifes-woo-submit {
	margin-top: 10px;
	background: var(--e-global-color-primary);
	color: #fff;
	border-color: var(--e-global-color-primary);
	padding: 15px 30px 15px 30px;
}

.aifes-woo-shortcode .aifes-woo-submit:hover {
	cursor: pointer;
}

.aifes-woo-message {
	display: none;
	margin: 12px 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid transparent;
}

.aifes-woo-message p {
	margin: 0 0 6px;
	line-height: 1.45;
}

.aifes-woo-message p:last-child {
	margin-bottom: 0;
}

.aifes-woo-message--error {
	background: #fde8e8;
	border-color: #f5b7b7;
	color: #8d1f1f;
}

.aifes-woo-message--success {
	background: #e8f7ea;
	border-color: #b8e4be;
	color: #1f6b2b;
}

.aifes-woo-message--info {
	background: #eef4ff;
	border-color: #c7d9ff;
	color: #1f3f7a;
}
#aifes-woo-table { margin: 15px 0; width: 100%; max-width: 100%; font-size: 14px; }
.aifes-woo-table-wrap .handsontable,
.aifes-woo-table-wrap .handsontable td,
.aifes-woo-table-wrap .handsontable th,
.aifes-woo-table-wrap .handsontable input,
.aifes-woo-table-wrap .handsontable textarea {
	font-size: 14px !important;
}

.aifes-woo-table-wrap .handsontable td,
.aifes-woo-table-wrap .handsontable th,
.aifes-woo-table-wrap .handsontable tr {
	height: 20px !important;
	line-height: 20px !important;
	padding: 5px !important;
}
.aifes-woo-table-wrap,
#aifes-woo-table-wrap {
	width: 100%;
	max-width: 895px;
	overflow: visible;
}

.aifes-woo-table-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aifes-woo-table-top__left {
	flex: 0 0 80%;
	max-width: 80%;
}

.aifes-woo-table-top__right {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.aifes-woo-table-top label {
	margin: 0;
}

.aifes-woo-table-top__left p {
	margin: 8px 0 0;
}

.aifes-woo-progress {
	font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #69727d;
    text-align: left;
    border: 1px solid #e7e7e9;
    background: #f7f7f9;
    border-radius: 8px;
    padding: 10px 12px;
}

.aifes-woo-table-wrap .handsontable {
	max-width: 100%;
}

.aifes-woo-table-wrap .handsontable .htCore td,
.aifes-woo-table-wrap .handsontable .htCore th {
	border-width: 1px;
	border-style: solid;
	border-color: var(--ht-border-color, #d9d9d9);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .aifes-woo-table-wrap .handsontable .htCore td,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .aifes-woo-table-wrap .handsontable .htCore th {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: var(--ht-border-color, #d9d9d9) !important;
}

/* Date picker (Pikaday) colors: grey/white */
.pika-single { border: 1px solid #ddd !important; box-shadow: none !important; }
.pika-title { color: #444 !important; }
.pika-label { color: #444 !important; }
.pika-button { background: #fff !important; color: #555 !important; }
.pika-button:hover { background: #f2f2f2 !important; }
.pika-table th { color: #666 !important; }
.is-selected .pika-button { background: #e0e0e0 !important; color: #333 !important; box-shadow: none !important; }
.is-today .pika-button { color: #333 !important; font-weight: 600 !important; }
.pika-prev, .pika-next { background-color: #e0e0e0 !important; border-radius: 50% !important; }
