.remove-event {
	background-color: #d2d2d2;
	padding: 5px;
	color: #fccc00 !important;
	height: 15px;
	width: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px 50px 50px 50px;
	margin-left: 5px;
	/* margin-top: 10px; */
}

.remove-event-checkbox {}

.selected-dates-count-container.error>span {
	color: red;
}

.select-ship-label {
	cursor: pointer;
	margin-right: 20px;
}

.select-ship-address {
	cursor: pointer;
	font-size: 0.9em;
	line-height: 1.2;
	font-style: italic;
	margin-top: 10px;
}

button#primary-shipping-address,
button#secondary-shipping-address,
button#custom-shipping-address {
	width: 30%;
	padding: 15px;
}

.no-scroll {
	height: 100%;
	overflow: hidden;
}

/* .dialog-calendar div[id^='dialog-content-inner-'] strong, */
.info-box strong,
.personal-info-container strong {
	margin-top: 0;
	margin-bottom: 0.5em;
	display: block;
	font-weight: bold;
}

.dialog-calendar div[id^='dialog-content-inner-'],
.personal-info-container {
	/* margin-bottom: 15px; */
}

.personal-info-container .personal-info-container strong {
	margin-top: 2em;
}

.dialog-calendar div[id^='dialog-content-inner-'],
.dialog-calendar div[id^='dialog-content-inner-']>.ui.accordion,
.dialog-calendar div[id^='dialog-content-inner-']>.ui.accordion>.page-calendar,
.dialog-calendar div[id^='dialog-content-inner-']>.ui.accordion>.page-calendar>.content {
	min-height: 100%;
	height: auto;
	overflow-y: visible;
}

.dialog-calendar div[id^='dialog-content-inner-'] label,
.dialog-calendar div[id^='dialog-content-inner-'] input[type='radio'],
.dialog-calendar div[id^='dialog-content-inner-'] input[type='checkbox'],
.personal-info-container label,
.personal-info-container input[type='radio'],
.personal-info-container input[type='checkbox'] {
	cursor: pointer;
	margin-right: 5px;
}

.dialog-calendar div[id^='dialog-content-inner-'] input[type='radio'][disabled]~label,
.dialog-calendar div[id^='dialog-content-inner-'] input[type='checkbox'][disabled]~label,
.personal-info-container input[type='radio'][disabled]~label,
.personal-info-container input[type='checkbox'][disabled]~label {
	opacity: 0.4;
}

.fc td.fc-day.disabled {
	/* 	background: #eee; */
}

.fc-event {
	background-color: #eee;
	border: 2px solid transparent;
}

.fc-event.selected-event {}

.fc-event.selected-event .fc-event-title,
.fc-event.selected-event .fc-list-event-title {
	color: white;
}

.fc-event.holiday {
	background-color: rgb(199 20 20) !important;
}

.fc-event .fc-event-title,
.fc-event .fc-list-event-title {
	color: #333;
	transition: color;
}

.fc-event.holiday .fc-event-title,
.fc-event.holiday .fc-list-event-title {
	color: white;
	font-weight: bold;
}

/* task product list summary */
.fc-day .fc-event {
	background-color: #ddd;
	/* cursor: not-allowed !important; */
}

.date-within-range .fc-event {
	/* background-color: blue; */
}

.fc-day.date-within-range a.fc-daygrid-day-number,
.fc-day.date-within-range .fc-list-day-text,
.fc-day.date-within-range .fc-list-day-side-text,
.fc-list-day.date-within-range a.fc-daygrid-day-number,
.fc-list-day.date-within-range .fc-list-day-text,
.fc-list-day.date-within-range .fc-list-day-side-text {
	color: #333;
}

.criteria-shipAddress {
	display: flex;
	justify-content: left;
}

.first-layer-ship-address {
	margin-right: 85px !important;
	margin-bottom: 5px;
	display: inline-block;
}

.second-layer-ship-address-label {
	margin-right: 10px !important;
}

.second-layer-ship-address-input {
	/* margin-left: 15px !important; */
	font-style: italic;
	font-size: 0.9em;
}

.date-out-of-range a {
	/* color: #eee; */
}

.date-out-of-range .fc-event {
	/*     color: #aaa; */
}

.remove-event-checkbox input.remove-event:checked~.ship-address-dialog-button span {
	color: #d98649;
	/* margin-left: 10px; */
}

.remove-event-checkbox input.remove-event:checked~.ship-address-dialog-button:hover span {
	color: white;
}

input.remove-event:checked~.ship-address-dialog-button span::before,
input.remove-event:checked~.ship-address-dialog-button span::before,
input.radioShipAddress~label::before {
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	box-sizing: border-box;
	margin-right: 0.5rem
}

input.radioShipAddress~label::before {
	margin-left: 0.5rem;
}

/* Styles for the icon for primary addresses */
.fc-day.shipAddress-primary input.remove-event:checked~.ship-address-dialog-button span::before,
.fc-list-day.shipAddress-primary input.remove-event:checked~.ship-address-dialog-button span::before,
input.radioShipAddress#radio-primary-shipping~label::before {
	content: '\f015';
	color: forestgreen;
}

/* Styles for the icon for secondary addresses */
.fc-day.shipAddress-secondary input.remove-event:checked~.ship-address-dialog-button span::before,
.fc-list-day.shipAddress-secondary input.remove-event:checked~.ship-address-dialog-button span::before,
input.radioShipAddress#radio-secondary-shipping~label::before {
	content: '\f0b1';
	color: darkred;
}

.remove-event-checkbox input.remove-event:checked~.ship-address-dialog-button:hover span {
	color: white;
}

input.remove-event:checked~.ship-address-dialog-button:hover span::before,
input.remove-event:checked~.ship-address-dialog-button:hover span::before {
	color: white !important;
}

.remove-event-checkbox input.remove-event:not(:checked)~.ship-address-dialog-button {
	display: none;
}

/* Show the button when the checkbox is checked */
.remove-event-checkbox input.remove-event:checked~.ship-address-dialog-button {
	display: block;
	padding: 0.5rem;
	background: white;
	border: 1px solid #d98649;
	border-radius: 0.3rem;
	float: right;
	color: #d98649;
	cursor: pointer;
}

.remove-event-checkbox input.remove-event:checked~.ship-address-dialog-button:hover {
	background: #d98649;
	color: white;
}

input[type='checkbox']:checked::before {
	/* content: none; */
	/* margin: 0; */
	/* height: 0; */
	/* width: 0; */
}

.dialog-calendar input[type='text']:read-only,
.dialog-calendar input[type='text']:disabled {
	background-color: #eee;
	cursor: not-allowed;
}

.inline {
	display: inline-block;
	margin-right: 0.25em;
}

.fc-col-header,
.fc-scrollgrid-sync-table {
	margin: 0;
}

.changeAddressTitleDiv {
	margin-bottom: 10px;
	display: block;
}

label[for^='dialog-field-'],
label[for^='dialog-field-'] {
	margin-left: 0;
	margin-right: 20px;
}

span.selected-dates-count-message {
	color: red;
}

.dialog-calendar div[id^='dialog-content-inner-'] .message-box,
.personal-info-form-containe .message-box {
	border: solid 1px rgba(128, 128, 128, 0.74);
	background-color: rgba(221, 219, 219, 0.863);
	color: rgba(0, 0, 0, 0.829);
	margin-bottom: 0;
	display: block;
	margin-top: 1em;
}

.dialog-calendar div[id^='dialog-content-inner-'] .message-box strong,
.personal-info-container .message-box strong {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	margin-left: 10px;
}

.criteria-meal_type-container {
	display: flex;
}

.meal-type-description {
	margin-left: 18px;
}

.due-datepicker-container {
	margin-left: 25px;
}

.criteria-account_count_of_pregnancy-title {
	margin-left: 25px;
}

.criteria-account_count_of_pregnancy-container {
	margin-left: 25px;
}

.criteria-breastfeed-title {
	margin-left: 25px;
}

.criteria-breastfeed-container {
	margin-left: 25px;
}

.required-asterisk {
	color: red;
	font-weight: 10;
}

/* .hide-dialog-elements-when-loading {
  display: none;
} */
.woocommerce_before_cart_form>h1,
.woocommerce_before_cart_form>button {
	margin-bottom: 10px !important;
}

.ui.styled.accordion .title {
	/* background-color: #e29051 !important; */
	color: rgba(255, 255, 255, 1);
	opacity: 0.9;
}

.ui.styled.accordion .title.active {
	opacity: 1;
	color: #fff;
}

.ui.styled.accordion .title:hover {
	color: rgba(255, 255, 255, 0.89);
}

.ui.accordion .title.dialog-page-title {
	background: radial-gradient(96.49% 39406.25% at 1.29% 50%,
			#d98649 0%,
			rgba(217, 134, 73, 0) 100%);
	border-radius: 10px;
}

.ui.accordion .title.dialog-page-title:before {
	content: attr(data-page) '.';
	margin-right: 1em;
}

.product-page-calendar-button {
	font-family: 'Helvetica', Sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	width: 270px;
	color: #ffffff;
	background-color: var(--e-global-color-fff5d2d);
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 62px 13px 62px;
	display: inline-block;
}

/* trial */
input[type=checkbox].remove-event {
	/* background-color: #d2d2d2; */
	/* padding: 5px; */
	/* color: #fccc00 !important; */
	/* height: 15px; */
	/* width: 15px; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* border-radius: 50px 50px 50px 50px; */
	/* margin-left: 5px; */
	/* margin-top: 10px; */
	appearance: auto;
	-webkit-appearance: auto;
	width: 1rem;
}

.remove-event-checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.selected-dates-count-container.error>span {
	color: red;
}

.select-ship-label {
	cursor: pointer;
	margin-right: 20px;
}

.select-ship-address {
	cursor: pointer;
	font-size: 0.9em;
	line-height: 1.2;
	font-style: italic;
	margin-top: 10px;
}

button#primary-shipping-address,
button#secondary-shipping-address,
button#custom-shipping-address {
	width: 50%;
	max-width: 100px;
	padding: 15px;
}

.suggest-delivery-date {
	margin-top: 1em;
}

.calendar-page .content strong {
	/* margin-top: 35px; */
}

/* .calendar-page .deliveryDateContainer .inline {
	display: flex;
}
.calendar-page .deliveryDateContainer .inline strong {
	margin-right: 4rem;
} */
.personal-info-container>.ui.accordion {
	/*     padding-bottom: 2em; */
	margin-bottom: 2em;
}

.personal-info-container>.ui.accordion {
	/* border: 1px solid #ddd; */
}

.personal-info-container .ui.loader:before {
	background: none;
	border-width: 0.1em;
}

.dialog-calendar div[id^='dialog-content-inner-'] label,
.dialog-calendar div[id^='dialog-content-inner-'] input[type='radio'],
.dialog-calendar div[id^='dialog-content-inner-'] input[type='checkbox'],
.personal-info-container label,
.personal-info-container input[type='radio'],
.personal-info-container input[type='checkbox'] {
	cursor: pointer;
	margin-right: 5px;
	margin-top: 0;
	/* height: 1em; */
}

/* Carl UAT 311 */
.dialog-calendar input[type='radio'],
.dialog-calendar input[type='checkbox'],
.personal-info-container input[type='radio'],
.personal-info-container input[type='checkbox'] {
	margin-left: 15px;
}

/* Carl UAT 311 */
.dialog-calendar div>input[type='radio']:first-of-type,
.dialog-calendar div>input[type='checkbox']:first-of-type,
.personal-info-container div>input[type='radio']:first-of-type,
.personal-info-container div>input[type='checkbox']:first-of-type {
	margin-left: 7px;
}

.ui.styled.accordion {
	border-radius: 15px 15px 0px 0px;
}

.ui.styled.accordion>.title {
	border-radius: 15px 15px 0px 0px;
	background-color: transparent !important;
	background: radial-gradient(96.49% 39406.25% at 1.29% 50%,
			#d98649 0%,
			rgba(217, 134, 73, 0) 80%) !important;
}

.ui.styled.accordion>.title:first-child {
	border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.calendar-popup-container {
	margin-top: 1em;
}

.calendar-popup-container .calendar-popup,
.woocommerce .proceed-to-checkout-container a.checkout-button {
	background: #2983c6 !important;
	border-radius: 10px !important;
	width: auto;
	padding: 0.8em 1.5em !important;
	font-family: 'Noto Sans HK';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0 !important;
	width: 100%;
}

.woocommerce .proceed-to-checkout-container a.checkout-button {
	background: #d98649 !important;
	min-width: 200px;
	font-weight: bold;
}

.jet-woo-builder-my-account-content .calendar-popup-container {
	margin: 0;
}

.jet-woo-builder-my-account-content .calendar-popup-container .calendar-popup {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	font-weight: 700;
	left: auto;
	display: inline-block;
	background-image: none !important;
	box-shadow: none;
	text-shadow: none;
	color: #ffffff;
	border: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-color: #c66d29;
	background-color: #c66d29 !important;
	border-radius: 2px !important;
	padding: 10px 40px !important;
	white-space: nowrap;
}

.radio-inline-wrapper,
.checkbox-inline-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.form-row.info-box:not(:empty),
.info-box:not(:empty) {
	padding: 1rem;
	background: #ffffff;
	border: 1px solid #aaa;
	border-radius: 15px;
	margin-bottom: 1rem;
	font-family: 'Noto Sans HK';
	font-style: normal;
	/* font-weight: bold; */
	font-size: 14px;
	line-height: 23px;
	color: #121212;
}

.form-row.info-box label,
.info-box label {
	/* font-weight: normal; */
}

.form-row.info-box strong,
.info-box strong {
	font-size: 16px;
}

.form-row.info-box .inline,
.info-box .inline {
	display: flex;
	gap: 1em;
}

.woocommerce form .info-box.form-row input~label,
.woocommerce-page form .info-box.form-row input~label {
	display: inline-block;
}

.woocommerce form .info-box.form-row>label,
.woocommerce-page form .info-box.form-row>label,
.woocommerce form .info-box.form-row>.form-row>label,
.woocommerce-page form .info-box.form-row>.form-row>label {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	display: block;
}

.woocommerce form .info-box.form-row>.form-row,
.woocommerce-page form .info-box.form-row>.form-row {
	margin-top: 2em;
}

.criteria-scheduleType-container {
	/* grid-gap: 1rem; */
	display: flex;
	flex-direction: column;
}

.selectPlan-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	grid-gap: 1rem;
}

.shipAddress-all-sublevel {
	padding-left: 1rem;
}

.shop_table-info {
	font-family: 'Noto Sans HK';
}

.shop_table-info h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	color: #000000;
}

.calendar-page .content,
.calendar-page .content {
	padding: 1rem 0 !important;
}

.ui.accordion .calendar-page .title,
.ui.accordion .calendar-page .title {
	padding: 0.5em 1em;
	font-family: 'Noto Sans HK';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
}

td.actions {
	border: none !important;
}

.shop_table.cart thead th {
	background-color: #ffffff !important;
	font-family: 'Noto Sans HK';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	color: #d98649;
}

.calendar-page .deliveryDateContainer .inline {
	display: flex;
}

.calendar-page .deliveryDateContainer .inline strong {
	margin-right: 4rem;
	font-weight: bold;
}

.calendar-page .deliveryDateContainer .inline input {
	outline: 1px solid #8f8f8f;
	border-radius: 0.5em;
}

.woocommerce-page .shop_table-info {
	padding: 1rem;
}

.woocommerce-page .shop_table-info table.shop_table {
	border: none !important;
}

.woocommerce-page .shop_table-info table.shop_table th,
.woocommerce-page .shop_table-info table.shop_table td {
	padding: 2rem 1em;
	border: none !important;
}

#cart-page-proceed-to-checkout {
	margin-top: 0;
}

.personal-info-container .ui.styled.fluid.accordion,
.cart-table-container .ui.styled.fluid.accordion {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Carl UAT 311 */

.fc td.fc-day.disabled {
	/* 	background: #eee; */
}

.fc-event {
	background-color: #eee;
	border: 2px solid transparent;
	margin-top: 1px;
	transition: none;
}

.fc-event.event-not-match-criteria {
	background-color: #aaa !important;
	/* cursor: not-allowed !important; */
}

.fc-event.event-not-match-criteria * {
	text-decoration: line-through;
}

.fc-event.event-passed {
	background-color: #ccc;
}

.fc-event.selected-event {
	/* background-color: gold !important; */
	border: 2px solid #26424e;
	cursor: default !important;
}

.fc-daygrid .fc-event.event-toggleable .fc-event-title-container,
.fc-list .fc-event[class*="event-schedule-item-"].fc-event.event-toggleable {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* .fc-daygrid .fc-event.event-toggleable .fc-event-title-container::after,
.fc-list .fc-event[class*="event-schedule-item-"].fc-event.event-toggleable::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    min-width: 1em;
    margin: 0.2em;
    margin-left: 0.4em;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.5.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202024%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M0%20224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32c0-53%2043-96%2096-96H320v32c0%2012.9%207.8%2024.6%2019.8%2029.6s25.7%202.2%2034.9-6.9l64-64c12.5-12.5%2012.5-32.8%200-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320%2019.1%20320%2032V64H160C71.6%2064%200%20135.6%200%20224zm512%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032c0%2053-43%2096-96%2096H192V352c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9%206.9l-64%2064c-12.5%2012.5-12.5%2032.8%200%2045.3l64%2064c9.2%209.2%2022.9%2011.9%2034.9%206.9s19.8-16.6%2019.8-29.6V448H352c88.4%200%20160-71.6%20160-160z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
} */

.fc-event-title-container .toggle-img {
	float: right;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAmxJREFUWIXFljtoFUEYhX/fj6goQVE0jYWKMV1ECKIXCYioXGyiYCfRwggaTAzRQNL4IAhio2DsJI1a2KggEjSVIuIDUaxioWKjoiDxleg5zFlys+zdu5N7h3vgg2X/f2bOzM7O/GbpqgV1JXKC6j4Yqdbgs8AP8DD2fj1oBf3gqjgHDoB1lTTQCP6p8wWgA7zVuzTegHZQU66BI+rwGvik5y9gAOwF9WCp4PM+xT4r96PypqxBm5jVV3Ozmp+hHXOOyizbXjH3Ob31ssDAE9ALtpv7HFm0Agyp/S0w09fAZnARPAa/CswMefTBmV9Xu0tZG20Ee2Lv5slQJ9jlYYCaDYZlIl8qmd/vPfjgOUgp8TD7Bt6BOWmJbeacdlbYAHVKfR9MS3oGvoOFAQwsNnewPSqWwGWiw8EAg0e6AcbB8qRgiwy0BjRw2FI240kFmwIayGmMjqTgeQXXBDRQrzHOJAX7FVwb0ECDxjidFDyh4JaABpo1xrGkYF7BtoAG2jXGjqQgr9UxcxdHKN0Gf8GSYgk8s3/KTKXF2/G3uTKvqPabW6KzAQxEf1lLWhLv7Ndg1Cpc30GvwAswo1RiztxeYLLvnXAc9Jj7k+bGYsss5dvHxeqHy/UALPIwMGIThQv3EvcU/3nvs2UauKyOuHQbMrZjPbHN3AQKK+ibvgYiE1xO/jYsyS6AVRnarVRuYRnXMxUDkXg5PVdHf8z9Rt1gN9gkdoIucE85zH0K7up5azkGqOnm6sQ7NnlmcRjjYZNXm+hciW/IssSyPAcOmVuJbj3nbHLJztpvVCaqotXmqp++ahmgeP2mVsH/AZzGnoROkwYlAAAAAElFTkSuQmCC");
	background-size: contain;
	/* width: 20px;
  height: 20px; */
	padding: 0px 0px 20px 20px;
	background-repeat: no-repeat;
}

.fc-list-event {
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	/* transform: scale(0.9); */
}

.fc-event.selected-event .fc-event-title,
.fc-event.selected-event .fc-list-event-title {
	color: #333;
	width: 100%;
}

.fc-event.selected-event .fc-event-title hr,
.fc-event.selected-event .fc-list-event-title hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.fc-event.selected-event .fc-event-title p,
.fc-event.selected-event .fc-list-event-title p {
	/* margin: 0.5em 0; */
	margin: 0;
}

.fc-event.selected-event .fc-event-title p:first-child,
.fc-event.selected-event .fc-list-event-title p:first-child {
	margin-top: 0;
}

.fc-event.selected-event .fc-event-title p:last-child,
.fc-event.selected-event .fc-list-event-title p:last-child {
	margin-bottom: 0;
}

.fc-event.selected-event.event-replaced {
	/* opacity: 1; */
	/* border-color: gold; */
	/* border-style: dashed; */
}

.fc-event.selected-event.event-replaced::after {
	content: "\f005";
	position: absolute;
	color: #fff127;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	text-shadow: 1px 1px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
	font-size: 1.5em;
	top: -0.3em;
	right: -0.3em;
	transform: rotate(10deg);
	z-index: 10;
}

.fc-event.selected-event.event-replacement {
	opacity: 1;
	border-style: dashed;
}

.fc-event.selected-event.event-schedule-item-breakfast {
	background-color: #84f1ff;
}

.fc-event.selected-event.event-schedule-item-meal {
	background-color: #ffb497;
}

.fc-event.selected-event.event-schedule-item-meal-sauce {
	background-color: #ccc8ff;
}

.fc-event.selected-event.event-schedule-item-soup {
	background-color: #ccc8ff;
}

.fc-event.selected-event.event-schedule-item-meal-vegetable {
	background-color: #8be38f;
}

.fc-event.selected-event.event-schedule-item-meal-rice {
	background-color: #85cbff;
}

.fc-event.selected-event.event-schedule-item-meal-dessert {
	background-color: #f4b3ff;
}

/* task product list summary */
.fc-day.date-out-of-range .fc-event {
	/* background-color: #eee; */
	/* cursor: not-allowed !important; */
}

.fc-day.date-out-of-range .fc-event.selected-event,
.fc-list-day.date-out-of-range .fc-event.selected-event {
	border-color: red;
}

.criteria-shipAddress {
	display: flex;
	justify-content: left;
}

.first-layer-ship-address {
	margin-right: 85px !important;
	margin-bottom: 5px;
	display: inline-block;
}

.second-layer-ship-address-label {
	margin-right: 10px !important;
}

/* .second-layer-ship-address-input {
	margin-left: 15px !important;
	font-style: italic;
	font-size: 0.9em;
} */

.fc-day a.fc-daygrid-day-number,
.fc-day .fc-list-day-text,
.fc-day .fc-list-day-side-text {
	color: #ccc;
}

.fc-day .fc-event {
	color: #aaa;
}

.fc-day input.remove-event:checked::after,
.fc-list-day input.remove-event:checked::after {
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	box-sizing: border-box;
	color: #666;
	margin-left: 2em;
	display: flex;
	/* margin: 0; */
}

.fc-day input.admin-calendar-remove-event-chkbox {
	/* margin-left: 3px; */
}

.fc-day input.admin-calendar-remove-event-chkbox:checked::after {
	/* margin-left: 1px; */
	/* margin-left: 5px; */
	/* position: absolute; */
}

/* .fc-day.shipAddress-primary input.remove-event:checked::after,
.fc-list-day.shipAddress-primary input.remove-event:checked::after {
	content: '\f015';
	color: forestgreen;
}

.fc-day.shipAddress-secondary input.remove-event:checked::after,
.fc-list-day.shipAddress-secondary input.remove-event:checked::after {
	content: '\f0b1';
	color: darkred;
} */

.dialog-calendar input[type='text']:read-only,
.dialog-calendar input[type='text']:disabled {
	background-color: #eee;
	cursor: not-allowed;
}

.inline {
	display: inline-block;
	margin-right: 0.25em;
}

.fc-col-header,
.fc-scrollgrid-sync-table {
	margin: 0;
}

.changeAddressTitleDiv {
	margin-bottom: 10px;
	display: block;
}

label[for^='dialog-field-'],
label[for^='dialog-field-'] {
	/* margin-left: 0; */
	/* margin-right: 20px; */
}

.ui-widget-overlay {
	opacity: .3;
	background: #000;
}

.ui-dialog {
	z-index: 100000 !important;
	overflow-y: hidden;
	max-height: min(1000px, 100dvh);
	display: flex;
	flex-direction: column;
}

.ui-dialog .ui-widget-header {
	border: 1px solid #ff923e;
	color: #333;
	background: rgb(255, 204, 142);
	background: -moz-linear-gradient(180deg,
			rgba(255, 204, 142, 1) 0%,
			rgba(238, 130, 39, 1) 100%);
	background: -webkit-linear-gradient(180deg,
			rgba(255, 204, 142, 1) 0%,
			rgba(238, 130, 39, 1) 100%);
	background: linear-gradient(180deg,
			rgba(255, 204, 142, 1) 0%,
			rgba(238, 130, 39, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc8e", endColorstr="#ee8227", GradientType=1);
	min-height: auto;
}

.ui-dialog .ui-dialog-content {
	height: 70dvh !important;
	max-height: none !important;
}

.ui-dialog .ui-dialog-content#shipping-address-dialog {
	height: auto !important;
	max-height: 80dvh !important;
}

.ui-dialog .ui-dialog-content.mobile {
	height: 80dvh !important;
}

.ui-dialog .ui-dialog-content.no-scroll>* {
	max-height: 100%;
}

.ui-dialog .ui.dimmer {
	margin-top: 39px;
}

.ui-dialog[aria-describedby='shipping-address-dialog'] {
	z-index: 100001 !important
}

span.selected-dates-count-message {
	color: red;
}

p.message-box {
	border: solid 1px rgba(128, 128, 128, 0.74);
	background-color: rgba(221, 219, 219, 0.863);
	color: rgba(0, 0, 0, 0.829);
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.criteria-meal_type-container {
	display: flex;
}

.meal-type-description {
	margin-left: 18px;
}

.due-datepicker-container {
	margin-left: 25px;
}

.criteria-account_count_of_pregnancy-title {
	margin-left: 25px;
}

.criteria-account_count_of_pregnancy-container {
	margin-left: 25px;
}

.criteria-breastfeed-title {
	margin-left: 25px;
}

.criteria-breastfeed-container {
	margin-left: 25px;
}

.dialog-calendar div[id^='dialog-content-inner-'] .due-datepicker-container strong,
.dialog-calendar div[id^='dialog-content-inner-'] .criteria-account_count_of_pregnancy-title strong,
.dialog-calendar div[id^='dialog-content-inner-'] .criteria-breastfeed-title strong,
.personal-info-container .due-datepicker-container strong,
.personal-info-container .criteria-account_count_of_pregnancy-title strong,
.personal-info-container .criteria-breastfeed-title strong {
	margin-top: 1.5rem;
}

.account_mother_health_condition_field textarea {
	width: 100%;
	min-height: 4em;
}

.required-asterisk {
	color: red;
	font-weight: 10;
}

.ui-dialog.loading .dialog-calendar-bottom {
	display: none;
}

.woocommerce_before_cart_form>h1,
.woocommerce_before_cart_form>button {
	margin-bottom: 10px !important;
}

.fc-h-event.fc-event {
	cursor: pointer;
	padding: 0.4em 0.2em;
}

.fc-event.selected-event.event-delivered {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjItMDYtMDRUMTY6MTY6MzIrMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIyLTA2LTA0VDE2OjE5OjE1KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTA0VDE2OjE5OjE1KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmRkZThkODUwLWI1YTYtNGQ0Mi05MTZhLTU1ODgxZDY5YzUxZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpkZGU4ZDg1MC1iNWE2LTRkNDItOTE2YS01NTg4MWQ2OWM1MWYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkZGU4ZDg1MC1iNWE2LTRkNDItOTE2YS01NTg4MWQ2OWM1MWYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmRkZThkODUwLWI1YTYtNGQ0Mi05MTZhLTU1ODgxZDY5YzUxZiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNFQxNjoxNjozMiswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bjAhcwAAAA1JREFUCFtj+P///xkACcgDyvRzvBAAAAAASUVORK5CYII=');
}

.fc-event.selected-event.event-delivered .fc-event-title,
.fc-event.selected-event.event-delivered .fc-list-event-title {
	color: #666;
}

.t-plus-2-event {
	cursor: not-allowed !important;
}

.fc td.fc-day .remove-event:disabled {
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dialog-calendar-bottom>button,
#custom-shipping-address {
	font-family: 'Roboto';
	font-weight: 600;
	background-color: #c66d29;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* my ac other than calendar css */
.order-details-title-row {
	display: flex;
	justify-content: space-between;
}

.address-details-title-row {
	display: flex;
	justify-content: space-between;
}

label[for='secondary_shipping_building_type'] {
	line-height: 2;
	font-weight: 700;
	font-size: 0.9rem;
}

label[for='shipping_building_type'] {
	line-height: 2;
	font-weight: 700;
	font-size: 0.9rem;
}

label[for='shipping_building_type'] abbr {
	color: red;
	border-bottom: none;
}

.country-container {
	display: none;
}

.ui.accordion .content {
	min-height: 100px;
	/* overflow: hidden; */
	overflow-x: auto;
	width: 100%;
}

.radio-group-label {
	display: flex;
	align-items: center;
}

#account_details_due_date_field {
	float: none;
	margin-left: 20px;
}

#account_count_of_pregnancy_field {
	margin-left: 20px;
}

#account_delivery_method_field {
	margin-left: 20px;
}

#account_breastfeeding_field {
	margin-left: 20px;
}

#physical-allergy-state-message {
	border: solid 1px rgba(128, 128, 128, 0.74);
	background-color: rgba(221, 219, 219, 0.863);
	color: rgba(0, 0, 0, 0.829);
	float: none;
}

.is-pregnant-fields {
	/* display: none; */
}

.had-miscarriage-field {
	display: none;
}

#secondary_shipping_last_name_field {
	clear: none;
}

.login-form-center {
	display: flex;
	justify-content: center;
}

.fc-event-title,
.fc-list-event-title {
	padding: 0 1px;
	white-space: normal;
}

button.calendar-popup {
	padding: 10px 13px;
	max-width: 100%;
	width: 120px;
}

.hide-dialog {
	display: none !important;
}

input[type='checkbox']:checked::before {
	/* content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E); */
	/* margin: -.1875rem -4rem -1rem -.25rem; */
	/* height: 1.3125rem; */
	/* width: 1.3125rem; */
}

.calendar-menu-bar {
	/* padding-bottom: 50px !important; */
	position: relative;
	overflow-x: hidden;
}

.previous-calendar-page {
	margin-right: 0.5rem;
}

.previous-calendar-page,
.next-calendar-page,
.save-calendar,
.download-calendar-schedule-pdf {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-color: #c66d29;
	background-color: #c66d29;
	border-radius: 2px;
	padding: 10px 40px;
	cursor: pointer;
}

.save-calendar {
	border-color: #bd480d !important;
	background-color: #bd480d !important;
}

.download-calendar-schedule-pdf {
	/* border-color: #e38913 !important; */
	/* background-color: #e38913 !important; */
	margin-left: 1em;
	padding: 10px 30px;
}

.download-calendar-schedule-pdf {
	/* display: none;*/
}

.previous-calendar-page {
	min-width: 50px;
	padding: 10px;
}

.dialog-calendar-bottom {
	position: relative;
	bottom: 0;
	height: 60px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 1;
	background: white;
	padding: 10px 20px;
	border-top: 1px solid #eee;
}

.selected-dates-count-container {
	font-weight: bold;
}

.selected-dates-count-container>span {
	font-weight: normal;
}

.calendar-page {
	display: none;
}

.calendar-page.active {
	display: block;
}

.calendar-page:before {
	display: inline-block;
	position: relative;
}

/* Carl UAT 311 */
@media (max-width: 767px) {
	.cart-container-buttons {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.jet-woo-builder-woocommerce-cart .elementor-row .elementor-column {
		width: 100% !important;
	}

	.ui.styled.accordion>.title {
		background: radial-gradient(96.49% 39406.25% at 1.29% 50%,
				#d98649 30%,
				rgba(217, 134, 73, 0) 60%) !important;
	}
}

@media only screen and (max-width: 600px) {
	.fc .fc-toolbar {
		flex-wrap: wrap;
	}

	.fc .fc-toolbar-chunk {
		display: block;
		width: 100%;
	}

	.fc .fc-toolbar-title {
		font-size: 1.4em;
	}

	.previous-calendar-page {
		min-width: 40px;
	}

	.next-calendar-page,
	.save-calendar {
		padding: 10px 20px;
	}

	.dialog-calendar div[id^='dialog-content-inner-'] label {
		/* width: 70%;
        display: inline-block; */
	}

	.criteria-shipAddress {
		display: block;
	}

	.criteria-shipAddress>div {
		margin-bottom: 10px;
	}

	.dialog-calendar div[id^='dialog-content-inner-'] .message-box strong,
	.personal-info-container .message-box strong {
		font-size: 0.9em;
	}

	.calendar-menu-container {
		font-size: 0.9em;
		width: 40%;
	}

	.dialog-calendar-bottom {
		height: 80px;
	}

	.dialog-calendar div>input[type='radio']:first-of-type,
	.dialog-calendar div>input[type='checkbox']:first-of-type,
	.personal-info-container div>input[type='radio']:first-of-type,
	.personal-info-container div>input[type='checkbox']:first-of-type {
		margin-left: 0;
	}
}

/* Carl UAT 311 */
@media only screen and (max-width: 425px) {
	.calendar-page .deliveryDateContainer .inline {
		flex-direction: column;
	}
}

.fc-dayGridWeek-view .fc-day-top {
	margin: 0.4em 0.1em;
}

.fc-list .fc-list-event-time,
.fc-list .fc-list-event-graphic {
	display: none;
}

.fc-list-day,
.fc-list-event {
	/* background: white; */
}

.fc-list-day th.fc-day-top .remove-event-checkbox {
	min-width: 50px;
	padding: 10px;
	justify-content: flex-start;
}

.fc-list-event~.fc-list-day:not(:first-of-type)>th.fc-day-top {
	/* padding-top: 39px !important; */
}

.fc .fc-list-event:hover td {
	background-color: inherit;
}

.fc-list .fc-event[class*="event-schedule-item-"] {
	margin: 0.1em 0.2em;
	padding: 0.1em;
	display: inline-block;
	position: relative;
	width: 100%;
	/* text-wrap: wrap; */
	/* flex-wrap: wrap; */
}

.fc-list .fc-event.selected-event {
	/* border: 2px solid transparent; */
}

.fc-list .fc-event[class*="event-schedule-item-"] .fc-list-event-title {
	border: none;
}

.fc-list-event-graphic {
	visibility: hidden;
}

.fc-list-event~.fc-list-day>th:before {
	content: '';
	height: 50px;
	display: block;
	position: relative;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}

.fc-list-table .fc-list-event td.fc-list-event-title {
	padding: 2px 10px;
	font-size: 0.9em;
}

.fc-list-day>th .fc-list-day-cushion {
	background: transparent;
	align-items: end;
	flex-direction: column-reverse;
	display: flex;
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text,
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
	display: block;
	float: none;
}

.fc-event-title span.hide {
	display: none;
}

.event-dropdown {
	width: 99%;
}