@media only print {
	.not-in-print {
		display: none !important;
	}
}

/*modals*/
.sd-modal-v2 .modal-header {
	padding: 24px 24px 0px 24px !important;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.sd-modal-v2 .modal-body {
	padding: 16px 16px 16px 16px !important;
}

.sd-modal-v2 .modal-title {
	color: var(--sd-neutral-800);
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	/*Ensure large titles wraps nicely */
	text-align: center;
	width: 100%;
	white-space: normal;
	line-height: 1.3;
	word-break: normal;
	overflow-wrap: normal;
	/*Put the title asymmetrically slightly to the left to create space before close button*/
	padding-right: 70px;
	padding-left: 20px;
}

/*Put modal close button in absolute position and on top always*/
.sd-modal-v2 .modal-header .sd-square-button {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 10;
}

.order-failed-note-label {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 8px;
}

.orderNumber-err-msg {
	color: var(--sd-red);
	font-size: 13px;
	position: absolute;
}

/*order details*/
.app-qr-code-modal .modal-body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 24px !important;
}

.app-qr-code-modal .sd-qr-container {
	border: 2px solid var(--sd-neutral-300);
	border-radius: 8px;
	padding: 2px;
}

.app-qr-code-modal .sd-qr-container img {
	width: 200px;
}

.app-qr-code-modal .sd-btn-container-v2 {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.app-qr-code-modal button.btn.sd-transparent-btn {
	font-size: 15px;
	line-height: 20px;
	color: var(--sd-primary-100-2);
	display: flex;
	background: var(--input-background);
	border: 1px solid transparent;

	/*to align the buttons as centred w.r.t the parent modal*/
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 140px;
	padding: 10px 15px;
}

.app-qr-code-modal button.btn.sd-transparent-btn:active:focus {
	outline: none;
	border: 1px solid var(--sd-neutral-800);
	border-radius: 3px;
}

.app-qr-code-modal button.btn.sd-transparent-btn span {
	margin-left: 8px;
}

.app-qr-code-modal .sd-transparent-btn:hover {
	background: white;
	border: 1px solid white;
}

.sd-v2 .col-xs-12, .sd-v2 .col-xs-6 {
	padding: 0 !important;
}

.o-d-header {
	display: flex;
	justify-content: space-between;
}

.o-d-id-container {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	color: var(--sd-neutral-800);
	position: relative;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.o-d-id {
	margin-right: 6px;
}

.catering-icon-order-details {
	position: absolute;
	top: 4px;
}

span.o-d-status_text {}

span.o-d-status_text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: var(--sd-neutral-800);
}

.o-d-tracking_link span {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.o-d-section {
	border: 1px solid var(--sd-neutral-300);
	margin: 16px 0;
	padding: 16px;
	border-radius: 6px;
}

.o-d-section_header {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: var(--sd-neutral-800);
	margin-bottom: 12px;
}

.o-d-section_subheader {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: var(--sd-neutral-800);
}

.o-d-name {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: var(--sd-neutral-800);
	margin-top: 6px;
}

.o-d-regular_text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--sd-neutral-600);
	margin-top: 6px;
}

.o-d-cost-container {
	margin-top: 16px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--sd-neutral-600);
}

.o-d-items_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.o-d-cost-single {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.o-d-items-container {
	border-bottom: 2px solid var(--sd-neutral-300);
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--sd-neutral-600);
	padding-bottom: 2px;
}

.order-item-count {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 10px;
	color: var(--sd-neutral-600);
	background: var(--sd-neutral-300);
}

.o-d-x {
	padding: 0 4px;
}

.o-d-items_name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.o-d-section_contents {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 18px;
}

.o-d-section_content_column {
	flex: 1;
}

.o-d-section_content_column.with-border {
	border-right: 1px solid var(--sd-neutral-300);
}

.o-d-section_content_column:not(:last-child) {
	margin-right: 24px;
	padding-right: 5px;
}

.o-d-section_content_single {
	margin-bottom: 6px;
}

.o-d-action-container {
	display: flex;
}

.o-d-action-container>div:not(:last-child) {
	margin-right: 8px;
}

.o-d-action-container .sd-action-dropdown .dropdown-menu {
	width: auto;
	border: 1px solid var(--sd-neutral-300);
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	padding: 8px 4px;
	width: 210px;
}

.o-d-section_contents:not(:first-child) {
	margin-top: 12px;
}

.o-d-item_addons {
	margin-top: 4px;
}

#orderDetailsMainContent .sd-action-dropdown .dropdown-menu a {
	line-height: 18px;
	padding: 6px 10px;
}

#orderDetailsMainContent .sd-action-dropdown .dropdown-menu a svg {
	margin-bottom: 3px;
	height: auto;
	width: auto;
}

#orderDetailsMainContent .sd-action-dropdown .dropdown-menu a span {
	margin-left: 8px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-whitespace {
	height: 1px;
	background: var(--sd-neutral-300);
	margin: 4px 0;
}

.menu-disabled-option {
	opacity: 0.7;
	cursor: not-allowed !important;
}

.menu-disabled-option:hover {
	background: var(--common-background) !important;
}

.catering-badge {
	color: #FFF;
	margin-left: 10px;
	padding: 4px 12px;
}

.sd-radio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 16px;
}

.sd-radio-option {
	position: relative;
}

.sd-radio-card-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	z-index: 99;
}

.sd-radio-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 16px;
	border: 1px solid var(--sd-neutral-300);
	border-radius: 16px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
	font-weight: 500;
	color: var(--sd-neutral-500);
	text-align: center;
	min-height: 64px;
	position: relative;
	overflow: hidden;
	margin: 0 !important;
}

.sd-radio-card:hover {
	border-color: var(--sd-neutral-400);
}

.sd-radio-card-input:checked + .sd-radio-card {
	border: 1px solid var(--sd-dark-green);
}

.sd-radio-card-input:focus + .sd-radio-card {
	outline: none;
}
