
.wp-block-edwiser-bridge-orders {
	background: none !important;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 auto !important;
	max-width: 100% !important;
	padding: 0 !important;
	width: 100%;
}

.wp-block-edwiser-bridge-orders *, .wp-block-edwiser-bridge-orders :after, .wp-block-edwiser-bridge-orders :before {
	box-sizing: border-box;
	font-family: Segoe UI, sans-serif;
}

.wp-block-edwiser-bridge-orders * {
	margin: 0;
}

.wp-block-edwiser-bridge-orders canvas, .wp-block-edwiser-bridge-orders img, .wp-block-edwiser-bridge-orders picture, .wp-block-edwiser-bridge-orders svg, .wp-block-edwiser-bridge-orders video {
	display: block;
	max-width: 100%;
}

.wp-block-edwiser-bridge-orders button, .wp-block-edwiser-bridge-orders input, .wp-block-edwiser-bridge-orders select, .wp-block-edwiser-bridge-orders textarea {
	font: inherit;
}

.wp-block-edwiser-bridge-orders h1, .wp-block-edwiser-bridge-orders h2, .wp-block-edwiser-bridge-orders h3, .wp-block-edwiser-bridge-orders h4, .wp-block-edwiser-bridge-orders h5, .wp-block-edwiser-bridge-orders h6, .wp-block-edwiser-bridge-orders p {
	margin: 0;
	overflow-wrap: break-word;
}

.wp-block-edwiser-bridge-orders p {
	text-wrap: pretty;
}

.wp-block-edwiser-bridge-orders h1, .wp-block-edwiser-bridge-orders h2, .wp-block-edwiser-bridge-orders h3, .wp-block-edwiser-bridge-orders h4, .wp-block-edwiser-bridge-orders h5, .wp-block-edwiser-bridge-orders h6 {
	text-wrap: balance;
}

.wp-block-edwiser-bridge-orders .mantine-Skeleton-root {
	--mantine-scale: 1;
	border-radius: 4px;
	height: var(--skeleton-height, auto);
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	width: var(--skeleton-width, 100%);
}

.wp-block-edwiser-bridge-orders .mantine-Skeleton-root:where([data-animate]):after {
	animation: skeleton-fade 1.5s linear infinite;
}

.wp-block-edwiser-bridge-orders .mantine-Skeleton-root:where([data-visible]) {
	overflow: hidden;
}

.wp-block-edwiser-bridge-orders .mantine-Skeleton-root:where([data-visible]):before {
	background-color: #fff !important;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 10;
}

.wp-block-edwiser-bridge-orders .mantine-Skeleton-root:where([data-visible]):after {
	background-color: #dee2e6 !important;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 11;
}

@keyframes skeleton-fade {
	0%, to {
		opacity: .4;
	}
	
	50% {
		opacity: 1;
	}
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-root {
	position: relative;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-section {
	align-items: center;
	color: #abbebe;
	display: flex;
	height: 20px;
	justify-content: center;
	position: absolute;
	width: 20px;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-section[data-position=left] {
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-label {
	color: #283b3c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 6px;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-label .optional-label {
	color: #819596;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input {
	background: #fff;
	border: 1px solid #d6eaeb !important;
	border-radius: 4px !important;
	box-shadow: none;
	color: #283b3c;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 20px;
	padding-inline: 12px;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input::-moz-placeholder {
	color: #819596;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input::placeholder {
	color: #819596;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input:focus {
	outline: 1px solid #008b91 !important;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input[data-error=true] {
	border: 1px solid #dd1405 !important;
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input[data-error=true]::-moz-placeholder {
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input[data-error=true]::placeholder {
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-input[data-error=true]:focus {
	color: #dd1405;
	outline: none !important;
}

.wp-block-edwiser-bridge-orders .mantine-TextInput-error {
	color: #dd1405;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.wp-block-edwiser-bridge-orders .mantine-Select-wrapper {
	position: relative;
}

.wp-block-edwiser-bridge-orders .mantine-Select-label {
	color: #283b3c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 6px;
}

.wp-block-edwiser-bridge-orders .mantine-Select-label .optional-label {
	color: #819596;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.wp-block-edwiser-bridge-orders .mantine-Select-section {
	align-items: center;
	color: #abbebe;
	display: flex;
	height: 20px;
	justify-content: center;
	position: absolute;
	width: 20px;
}

.wp-block-edwiser-bridge-orders .mantine-Select-section[data-position=left] {
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.wp-block-edwiser-bridge-orders .mantine-Select-section[data-position=right] {
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.wp-block-edwiser-bridge-orders .mantine-Select-input {
	background: #fff;
	border: 1px solid #d6eaeb !important;
	border-radius: 4px;
	box-shadow: none;
	color: #283b3c;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 20px;
	padding-inline: 12px;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input:focus {
	outline: 1px solid #008b91;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input[data-error=true] {
	border: 1px solid #dd1405 !important;
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input[data-error=true]::-moz-placeholder {
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input[data-error=true]::placeholder {
	color: #dd1405;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input[data-error=true]:focus {
	color: #dd1405;
	outline: none;
}

.wp-block-edwiser-bridge-orders .mantine-Select-error {
	color: #dd1405;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input::-moz-placeholder {
	color: #819596;
	font-size: .875rem;
	font-weight: 400;
}

.wp-block-edwiser-bridge-orders .mantine-Select-input::placeholder {
	color: #819596;
	font-size: .875rem;
	font-weight: 400;
}

.wp-block-edwiser-bridge-orders .mantine-Select-dropdown {
	--mantine-scale: 1;
	background: #fff;
	border: 1px solid #d9e7e8;
	border-radius: .25rem;
	margin: 0 !important;
	padding: .25rem;
	position: absolute;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-root {
	--scrollarea-scrollbar-size: calc(.75rem * var(--mantine-scale));
	overflow: hidden;
	position: relative;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-viewport {
	overscroll-behavior: none;
	padding-inline-end: .25rem;
	padding-inline-start: unset;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .mantine-Select-option {
	align-items: center;
	background-color: transparent;
	border-radius: .25rem;
	color: #385b5c;
	cursor: pointer;
	display: flex;
	font-size: .875rem;
	font-weight: 400;
	gap: 8px;
	justify-content: space-between;
	padding: .375rem .625rem;
	word-break: break-word;
}

.wp-block-edwiser-bridge-orders .mantine-Select-option[aria-selected=true] {
	color: #162324;
	font-weight: 600;
}

.wp-block-edwiser-bridge-orders .mantine-Select-option[aria-selected=true] svg {
	height: .8em;
	min-width: .8em;
	opacity: .4;
	width: .8em;
}

.wp-block-edwiser-bridge-orders .mantine-Select-option:hover {
	background-color: #ecf3f3;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-scrollbar {
	background-color: transparent;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	padding: .05rem;
	touch-action: none;
	transition: background-color .15s ease, opacity .15s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-scrollbar:where([data-orientation=horizontal]) {
	bottom: 0;
	flex-direction: column;
	height: .25rem;
	inset-inline-end: 0;
	inset-inline-start: 0;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-scrollbar:where([data-orientation=vertical]) {
	bottom: 0;
	inset-inline-end: 0;
	top: 0;
	width: .25rem;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-scrollbar:where([data-hidden], [data-state=hidden]) {
	display: none;
}

.wp-block-edwiser-bridge-orders .mantine-ScrollArea-thumb {
	background-color: rgba(0, 0, 0, .4);
	border-radius: .25rem;
	flex: 1;
	opacity: var(--thumb-opacity);
	overflow: hidden;
	position: relative;
	transition: background-color .15s ease;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Group-root {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .5rem;
	justify-content: flex-start;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control {
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: .0625rem solid #d6eaeb !important;
	border: 0;
	border-radius: .25rem;
	color: #283b3c;
	color: inherit;
	cursor: pointer !important;
	cursor: pointer;
	display: flex;
	font-size: .875rem;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	min-width: 2rem;
	padding: 0;
	text-align: left;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control:focus {
	outline: 1px solid #008b91;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control:hover {
	background-color: #ecf3f3;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control:disabled {
	border-color: #d6eaeb;
	cursor: not-allowed !important;
	opacity: .4 !important;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control svg {
	height: 18px !important;
	width: 18px !important;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-control[data-active=true] {
	background: #d6eaeb;
	border-color: #008b91 !important;
	color: #008b91;
	font-weight: 700;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-dots {
	color: #283b3c;
}

.wp-block-edwiser-bridge-orders .mantine-Pagination-root .mantine-Pagination-dots svg {
	height: 18px !important;
	width: 18px !important;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-list {
	border-bottom: 1px solid #d9e7e8 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: flex-start;
	padding: 0 !important;
	position: relative;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-list:before {
	border-color: #d9e7e8 !important;
	border-style: solid;
	border-width: 1px;
	bottom: 0;
	content: "";
	inset-inline-end: 0;
	inset-inline-start: 0;
	position: absolute;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-tab {
	align-items: center;
	background-color: transparent;
	border: solid transparent;
	border-radius: .25rem .25rem 0 0;
	border-width: 0 0 .125rem;
	color: #273e3f;
	cursor: pointer;
	display: flex;
	flex-grow: unset;
	font-size: .875rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	padding: .625rem 1rem;
	position: relative;
	text-align: left;
	text-decoration: none;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-tab[aria-selected=true] {
	background: transparent !important;
	border-bottom-color: #008b91;
	border-bottom-width: 3px !important;
	color: #008b91;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-tab[aria-selected=true]:hover {
	background: transparent !important;
	border-bottom-color: #008b91 !important;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-tab:focus {
	background-color: transparent;
	outline: none;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-tab:hover {
	background-color: transparent;
	border-color: transparent !important;
	color: #008b91;
}

.wp-block-edwiser-bridge-orders .mantine-Tabs-panel {
	padding: 2em 0 0 !important;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders {
	margin: 0 auto !important;
	max-width: 1190px !important;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__title {
	color: #283b3c;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-Select-root {
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-Select-input {
	padding-left: 40px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-TextInput-root {
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-TextInput-input {
	padding-left: 46px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table-wrapper {
	border: 1px solid #dbdbdb;
	border-radius: .5rem;
	margin-top: 16px;
	overflow-x: auto;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table td, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table th {
	background: transparent;
	border: 0;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item--order-id, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item--order-id, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--order-id {
	width: 130px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item--course, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item--course, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--course {
	width: 355px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item--date, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item--date, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--date {
	width: 170px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item--status, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item--status, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--status {
	text-transform: capitalize;
	width: 150px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item--actions, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item--actions, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions {
	width: 220px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions .row-actions {
	align-items: center;
	color: unset;
	display: flex;
	font-size: unset;
	gap: 8px;
	padding: 0;
	position: static;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions .row-actions a, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions .row-actions button {
	background-color: rgba(247, 94, 38, .1) !important;
	border: none;
	border-radius: 4px;
	color: #f75d25 !important;
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
	font-weight: 500;
	height: 30px;
	padding: 4px 12px;
	text-decoration: none;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions .row-actions a:hover, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--actions .row-actions button:hover {
	background-color: #f75e26 !important;
	color: #fff !important;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--total .eb-orders__total-with-refund .eb-orders__original-total {
	color: #819596;
	text-decoration: line-through;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--total .eb-orders__total-with-refund .eb-orders__net-total {
	color: #283b3c;
	font-weight: 700;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header {
	background: #d6eaeb;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer {
	border-top: 1px solid #dbdbdb;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item {
	color: #283b3c;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 20px 10px 10px;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item {
	color: #283b3c;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px;
	text-align: left;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item-icon {
	display: flex;
	flex-direction: column;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item-icon div {
	font-size: 10px;
	line-height: .9;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-footer-item-content, .wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-header-item-content {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row {
	border-top: 1px solid #dbdbdb;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row:nth-child(2n) {
	background: #f8fbfc;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item {
	color: #4b5858;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__course-link {
	color: #f75d25;
	font-weight: 500;
	text-decoration: none;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__course-link:hover {
	text-decoration: underline;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-user-order-courses {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__table .eb-orders__table-row-item--order-id {
	font-weight: 700;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__empty-state {
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 16px;
	padding: 60px 20px;
	text-align: center;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__empty-state .eb-orders__empty-state-title {
	color: #283b3c;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 12px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__empty-state .eb-orders__empty-state-description {
	color: #819596;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	max-width: 400px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__pagination {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
	margin-top: 16px;
}

.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__pagination .eb-orders__pagination-text {
	color: #819596;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice {
	align-items: center;
	animation: slideInDown .3s ease-out;
	border-radius: 8px;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 20px;
	margin: 16px 0;
	padding: 12px 16px;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice--success {
	background-color: #d1fae5;
	border: 1px solid #10b981;
	color: #065f46;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice--error {
	background-color: #fee2e2;
	border: 1px solid #ef4444;
	color: #991b1b;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice--animated {
	animation: slideInDown .3s ease-out;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice .eb-orders__notice-text {
	flex: 1;
	margin: 0;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice .eb-orders__notice-close {
	background: none;
	border: none;
	border-radius: 4px;
	color: inherit;
	cursor: pointer;
	margin-left: 12px;
	opacity: .7;
	padding: 4px;
	transition: opacity .2s ease;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice .eb-orders__notice-close:hover {
	background-color: rgba(0, 0, 0, .1);
	opacity: 1;
}

.wp-block-edwiser-bridge-orders .eb-orders__notice .eb-orders__notice-close svg {
	height: 16px;
	width: 16px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__header>*+* {
	margin-top: 24px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__header .eb-order-details__meta {
	background: #f8fbfc;
	border-left: 3px solid #f75d25;
	color: #4b5858;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px 16px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__back-button {
	align-items: center;
	background-color: rgba(247, 94, 38, .1);
	border: none;
	border-radius: 4px;
	color: #f75d25;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	line-height: 20px;
	padding: 8px 12px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__back-button:hover {
	background-color: #f75e26;
	color: #fff;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__back-button svg {
	height: 18px;
	width: 18px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__error {
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 450px;
	justify-content: center;
	padding: 48px 16px;
	text-align: center;
	width: 100%;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__error h4 {
	color: #283b3c;
	font-size: 20px;
	font-weight: 700;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__error p {
	color: #819596;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content {
	margin-top: 32px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-order-details__title {
	color: #283b3c;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 32px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table {
	background-color: transparent !important;
	border: 1px solid #e5e5e5 !important;
	border-collapse: collapse !important;
	color: #283b3c !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	margin-top: 0 !important;
	padding: 20px !important;
	table-layout: fixed;
	width: 100% !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions thead, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address thead, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table thead {
	background: #d6eaeb !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions thead tr th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address thead tr th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table thead tr th {
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions td, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address td, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table td, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table th {
	background: transparent !important;
	border: 1px solid #e5e5e5 !important;
	padding: .75rem 1rem !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions td ul, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions th ul, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address td ul, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address th ul, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table td ul, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table th ul {
	margin-top: 12px !important;
	padding: 0 !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions td a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions th a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address td a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address th a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table td a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table th a {
	color: #f75d25 !important;
	font-weight: 500;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions td a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions th a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address td a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address th a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table td a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table th a:hover {
	text-decoration: underline !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions tr th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address tr th, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table tr th {
	font-weight: 700 !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .subscription-actions, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .subscription-actions, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .subscription-actions {
	border: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .subscription-actions a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .subscription-actions a, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .subscription-actions a {
	background: #f75d25 !important;
	border-radius: .25rem !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 8px 12px !important;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .subscription-actions a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .subscription-actions a:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .subscription-actions a:hover {
	background: rgba(247, 94, 38, .8) !important;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .order-actions-button, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .order-actions-button, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .order-actions-button {
	background: #f75d25 !important;
	border-radius: .25rem !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: 8px 20px !important;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .order-actions-button:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .order-actions-button:hover, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .order-actions-button:hover {
	background: rgba(247, 94, 38, .8) !important;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .order-actions-button.cancel, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .order-actions-button.cancel, .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .order-actions-button.cancel {
	margin-left: 8px;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-MyAccount-subscriptions .woocommerce-Price-amount:not(.includes_tax .woocommerce-Price-amount), .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-column address .woocommerce-Price-amount:not(.includes_tax .woocommerce-Price-amount), .wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-table .woocommerce-Price-amount:not(.includes_tax .woocommerce-Price-amount) {
	font-weight: 700 !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-columns--addresses {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-columns--addresses .woocommerce-column {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-columns--addresses address {
	background-color: transparent !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0 0 .25rem .25rem !important;
	color: #283b3c !important;
	flex-grow: 1;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	margin-top: 0 !important;
	padding: 20px !important;
	width: 100% !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-columns--addresses .woocommerce-column__title {
	background: #d6eaeb !important;
	border: none !important;
	border-radius: .25rem .25rem 0 0 !important;
	color: #283b3c;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	padding: 12px 16px !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-customer-details {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-customer-details .woocommerce-column__title {
	background: #d6eaeb !important;
	border: none !important;
	border-radius: .25rem .25rem 0 0 !important;
	color: #283b3c;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	padding: 12px 16px !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-customer-details address {
	background-color: transparent !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 0 0 .25rem .25rem !important;
	color: #283b3c !important;
	flex-grow: 1;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	margin-top: 0 !important;
	padding: 20px !important;
	width: 100% !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .order-again a {
	background: #f75d25 !important;
	border-radius: .25rem !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	padding: .5rem 1.5rem !important;
	text-decoration: none !important;
}

.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .order-again a:hover {
	background: rgba(247, 94, 38, .8) !important;
}

@media (min-width:768px) {
	.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter {
		flex-direction: row;
	}
	
	.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-Select-root {
		max-width: 160px;
	}
	
	.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__filter .mantine-TextInput-root {
		max-width: 280px;
	}
	
	.wp-block-edwiser-bridge-orders .eb-user-account__orders .eb-orders__pagination {
		flex-direction: row;
	}
}

@media (min-width:1024px) {
	.wp-block-edwiser-bridge-orders .eb-order-details .eb-order-details__woocommerce-content .woocommerce-columns--addresses {
		grid-template-columns: repeat(2, 1fr);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
