#sarasota-sales-report {
	background: white;
	border-radius: 5px;
	outline: 2em solid white;
	outline-offset: -1px;
	margin-top: 3rem;
}
.sarasota-sales-report--regular {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 400 !important;
}
.sarasota-sales-report--bold {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 700 !important;
}
.sarasota-sales-report--extra-bold {
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 800 !important;
}

.sarasota-sales-report--section-header {
	border-radius: 10px 10px 0px 0px !important;
	background: #0C3653 !important;
	color: #FFF !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem !important;
	margin-top: 1rem !important;
	gap: 1em;
}
.sarasota-sales-report--section-heading {
	color: #FFF !important;
	font-size: clamp(1.5rem, 1.5000rem + 1.0909vw, 2.25rem) !important;
	margin: 0 !important;
	flex-grow: 2;
}

.sarasota-sales-report--daily-sales-graph-button,
.sarasota-sales-report--daily-sales-table-button,
.sarasota-sales-report--event-table-button {
	background: transparent;
	border: none;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.sarasota-sales-report--daily-sales-graph-button-icon {
	display: block;
	width: 1em;
	height: auto;
}
.sarasota-sales-report--daily-sales-graph-button-icon.sarasota-sales-report--open {
	transform: rotate(90deg);
}
.sarasota-sales-report--daily-sales-graph,
.sarasota-sales-report--daily-sales-table {
	display: none;
}
.sarasota-sales-report--daily-sales-graph.sarasota-sales-report--open,
.sarasota-sales-report--daily-sales-table.sarasota-sales-report--open {
	display: block;
}
.sarasota-sales-graph-settings-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2vw;
	row-gap: 1rem;
	background: #e7f5f8 url('assets/bg-31.png') top / cover no-repeat;
	padding: 1rem;
}
.sarasota-sales-graph-settings__date {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 100%;
	z-index: 80;
}
.sarasota-sales-graph-settings__date-heading {
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
}
.sarasota-sales-graph-settings__date-details {
	position: relative;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	transition: 0.15s background linear;
}
.sarasota-sales-graph-settings__date-summary {
	padding: 0.5rem 1rem;
	list-style: none;
	border: 2px solid #4AB7CD;
	width: 100%;
}
.sarasota-sales-graph-settings__date-summary svg {
	display: inline;
}
.sarasota-sales-graph-settings__date-summary-active-lines {
	display: flex;
	gap: 1rem;
}
.sarasota-sales-graph-settings__date-summary-active-dates {
	display: flex;
	align-items: center;
	gap: 8px;
}
.sarasota-sales-graph-settings__date-toggle {
	position: relative;
	cursor: auto;
	background: #d7e7ea;
	padding: 15px;
	width: fit-content;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: 0 10px 12px rgba(84, 84, 84, 0.5);
}
.sarasota-sales-graph-settings__date-toggle:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #d7e7ea;
	top: -9px;
	position: absolute;
	left: 1rem;
}
.sarasota-sales-graph-settings__date-details[open] .sarasota-sales-graph-settings__date-toggle {
	animation: animateDown 0.2s linear forwards;
}
@keyframes animateDown {
	0% {
		opacity: 0;
		transform: translatey(-5px);
	}
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}
.sarasota-sales-graph-settings__total {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 100%;
}
@media screen and (min-width: 1025px) {
	.sarasota-sales-graph-settings__date {
		flex: 1 0 auto;
	}
	.sarasota-sales-graph-settings__total {
		flex-basis: 55%;
		max-width: 55%;
	}
}
.sarasota-sales-graph-settings-heading {
	align-self: end;
	width: 100%;
}
.sarasota-sales-graph-settings-btn {
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1em calc(0.5em + 4px);
	outline: 2px solid #8ab;
	border: none;
	background: #c1dbe2;
	flex-basis: 50%;
	font-size: 0.825em;
}

.sarasota-sales-graph-settings-date-pickers {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 0.25rem 0.5rem 0;
}
.sarasota-sales-graph-settings-date-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0;
}
.sarasota-sales-graph-settings-data h3 {
	margin: 0 !important;
}
.sarasota-sales-graph-settings-btn:hover,
.sarasota-sales-graph-settings-btn.active-setting {
	background: #9EC6D1;
}
.sarasota-sales-graph-settings-btn label {
	font-size: 0.825em;
}
.sarasota-sales-graph-settings-date-range-group {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.sarasota-block-hiding {
	display: none !important;
}
.sarasota-sales-graph-settings-previous-data {
	display: flex;
	flex-wrap: wrap;
}
.sarasota-sales-graph-totals-boxes {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 0.5rem;
}
.sarasota-sales-graph-totals-sales,
.sarasota-sales-graph-totals-tickets,
.sarasota-sales-graph-totals-orders {
	background: #266E9C;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	flex-grow: 1;
	flex-basis: 32%;
	display: grid;
}
.sarasota-sales-graph-totals-sales h4,
.sarasota-sales-graph-totals-tickets h4,
.sarasota-sales-graph-totals-orders h4 {
	color: #FFF !important;
	font-size: clamp(1rem, 1rem + 0.3636vw, 1.25rem) !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sarasota-sales-graph-totals-sales span,
.sarasota-sales-graph-totals-tickets span,
.sarasota-sales-graph-totals-orders span {
	color: #FFF !important;
	text-align: center !important;
}
#sarasota-total-net-sales,
#sarasota-total-orders,
#sarasota-total-tickets {
	font-weight: bold;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
}
.sarasota-sales-graph-settings-previous-data {
	margin-top: 1rem;
}
.sarasota-sales-graph-settings-previous-data h3,
.sarasota-sales-graph-settings-current-data h3 {
	width: 100%;
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
}
.sarasota-sales-graph-settings-current-data details {
	width: 100%;
	cursor: pointer;
}
.sarasota-sales-graph-settings-current-data details {
	margin-top: 0.5rem;
}
.sarasota-sales-graph-settings-previous-data .sarasota-sales-graph-settings-btn {
	flex-grow: 1;
	outline: 2px solid #f98169;
	background: #fcbdb0;
	font-size: 0.825em;
}
.sarasota-sales-graph-settings-previous-data .sarasota-sales-graph-settings-btn:hover,
.sarasota-sales-graph-settings-previous-data .sarasota-sales-graph-settings-btn.active-setting {
	background: #FB9C89;
}
.sarasota-sales-graph-settings-date-pickers h3 {
	margin-bottom: 0;
}
.sarasota-sales-graph-settings-date-picker {
	flex-basis: calc(50% - 0.5rem);
}
.sarasota-sales-graph-settings-date-picker label {
	font-size: 0.825em;
}
.sarasota-sales-graph-settings-date-picker input {
	width: 100%;
	border: 2px solid #8ab;
	color: #000;
	padding: 5px !important;
	line-height: 1em !important;
	height: auto !important;
	font-size: 1rem !important;
}

.sarasota-sales-graph-container {
	background: white;
	padding: 2em 1em;
}
.sarasota-sales-graph-settings-container + .sarasota-sales-graph-container {
	border-left: 1em solid #e7f5f8;
	border-right: 1em solid #e1f2f6;
	aspect-ratio: 2; /* Without this, the graph won't automatically grow on screen resize */
}
.sarasota-sales-graph-footer {
	display: none;
	background: #e7f5f8 url('assets/bg-31.png') 50% / cover no-repeat;
	padding: 0.5em;
}
.sarasota-sales-graph-footer p {
	font-size: 0.825em;
	margin: 0;
}
#sarasota-total-net-sales {
	font-weight: bold;
}
#sarasota-total-net-sales-change {
	display: inline-block;
	margin-left: 0.5em;
	background-color: #e5553a;
	color: white;
	font-weight: bold;
	font-size: 0.825em;
	padding: 0.2em;
	border-radius: 3px;
}
#sarasota-total-net-sales-change.sales-increase {
	background-color: #269c5b;
}

.sarasota-sales-report--header {
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
h2.sarasota-sales-report--header-heading {
	margin: 0 !important;
	font-size: clamp(1.5rem, 1.5000rem + 1.0909vw, 2.25rem) !important;
}
img.sarasota-sales-report--header-logo {
	background: white;
	padding: 1em;
	border-radius: 25px;
}

.sarasota-sales-report--download-button {
	background: #26902D !important;
	border: 3px solid #26902D !important;
	border-radius: 0.3125rem;
	color: #FFF !important;
	font-size: 1rem !important;
	font-weight: 900;
	padding: 0.35rem 1rem !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	transition: 0.2s ease-in-out border-color !important;
}

.sarasota-sales-report--download-button:hover,
.sarasota-sales-report--download-button:focus {
	border-color: #116315 !important;
}

.sarasota-sales-report--download-button-icon {
	width: 1em;
	height: auto;
}

.sarasota-sales-report--subheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem !important;
}
.sarasota-sales-report--subheader-heading {
	font-size: clamp(1.25rem, 1.2500rem + 0.3636vw, 1.5rem) !important;
}
.sarasota-sales-report--back {
	font-size: clamp(1rem, 1.0000rem + 0.1818vw, 1.125rem) !important;
}
@media (max-width: 500px) {
	.sarasota-sales-report--header {
		flex-direction: column;
	}
	.sarasota-sales-report--header img {
		padding-bottom: 1rem;
	}
	.sarasota-sales-report--subheader {
		flex-direction: column;
	}
}

.sarasota-sales-report--subheader p,
.sarasota-sales-report--subheader h3 {
	margin: 0 !important;
	padding: 0 !important;
}

.sarasota-sales-report--search-header {
	background: #e7f5f8 url('assets/bg-31.png') top / cover no-repeat;
	padding: 0;
	display: flex;
}
.sarasota-sales-report--search-header .sarasota-sales-graph-settings-container {
	background: transparent;
	flex-grow: 1;
	z-index: 1;
}
.sarasota-sales-report--search-form {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: auto 1rem;
	flex-grow: 1;
	border: 2px solid #4AB7CD;
}
#sarasota-sales-report--search {
	border-radius: 0 0.3125rem 0.3125rem 0;
	border: 1px solid #E4F3F8;
	border-left: 0;
	max-width: 43rem;
	margin: 0 !important;
	width: 100%;
	color: #0C3653;
	font-size: 1.125rem !important;
	font-weight: 900;
	padding: 0;
	height: 2.875rem;
	background: #FFF;
}
#sarasota-sales-report--search::placeholder {
	font-style: normal;
	color: #0C3653;
}
#sarasota-sales-report--search-button {
	padding: 0;
	color: #0C3653;
	border-radius: 0.3125rem 0 0 0.3125rem;
	border: 1px solid #E4F3F8;
	border-right: 0;
	font-size: 1.5rem !important;
	margin: 0 !important;
	font-weight: 900;
	height: 2.875rem;
	width: 3rem;
	/* Background svg */
	background: #FFF url('assets/search.svg') center / 50% 50% no-repeat;
}

.sarasota-sales-report__table-wrapper {
	overflow: auto;
}
.sarasota-sales-report__table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
.sarasota-sales-report__table thead,
.sarasota-sales-report__table thead tr,
.sarasota-sales-report__table thead th {
	background: #0C3653 !important;
}
.sarasota-sales-report__table th {
	color: #FFF !important;
	padding: 1vw 2vw !important;
	text-align: left !important;
	white-space: nowrap !important;
	border: 0 !important;
	font-size: clamp(0.875rem, 0.8750rem + 0.3636vw, 1.125rem) !important;
}
.sarasota-sales-report__order-date {
	white-space: normal !important;
}
#sarasota-sales-report__event-table_wrapper {
	min-height: 250px;
}
th.sarasota-sales-report__event-title a,
th.sarasota-sales-report__event-title a:hover {
	color: #FFF !important;
	text-decoration: none !important;
}
.sarasota-sales-report__sort-button svg {
	vertical-align: text-bottom;
	width: auto;
}
.sarasota-sales-report__table tr {
	background: #0C3653;
	color: #FFF !important;
	border-bottom: 1px solid #E2E2E2;
}
.sarasota-sales-report__table td {
	background: #FFF !important;
	color: #0C3653 !important;
	font-size: clamp(0.75rem, 0.750rem + 0.3636vw, 1.125rem) !important;
	padding: clamp(0.75em, 1vw, 2em) 2vw !important;
	border: 0 !important;
}
.sarasota-sales-report__table td a {
	color: #0C3653 !important;
}
.sarasota-sales-report__table td a:hover {
	color: #0C3653 !important;
	text-decoration: underline !important;
}
.sarasota-sales-report__table tr:hover td {
	background: #F4F1E9 !important;
}
.sarasota-sales-report__table td {
	white-space: nowrap;
}

.sarasota-sales-report--subheader {
	border-radius: 10px 10px 0px 0px !important;
	background: #0C3653 !important;
}
.sarasota-sales-report--subheader h3 {
	color: #FFF !important;
}
.sarasota-sales-report--subheader p {
	color: #FFF !important;
}
.sarasota-sales-report--subheader a {
	color: #FFF !important;
}

.sarasota-sales-report__summary {
	background: lightgray url('assets/bg-31.png') 50% / cover no-repeat;
	padding: 1rem;
	display: grid;
	gap: 1rem;
	column-gap: 1rem;
	row-gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
}

.sarasota-sales-report__summary .woocommerce-Price-currencySymbol {
	font-size: max(60%, 14px);
	vertical-align: 40%;
}

.sarasota-sales-report__number-box {
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.sarasota-sales-report__totals {
	border: 4px solid #F98169;
	background: linear-gradient(133deg, #F98169 0%, #F98169 41.67%, #E5553A 42.11%, #E5553A 100%);
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.sarasota-sales-report__total-price {
	color: #FFF !important;
	text-shadow: 0 4px rgba(0, 0, 0, 0.25);
	font-size: clamp(2rem, 2.0000rem + 2.9091vw, 4rem) !important;
	line-height: 1;
	margin: 0 0 1rem !important;
	width: 100%;
	overflow-wrap: anywhere;
}
.sarasota-sales-report__totals-title {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	color: #FFF !important;
	text-align: center;
	font-size: 18px !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}
.sarasota-sales-report__totals-subtitle {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	color: #FFF !important;
	text-align: center;
	font-size: 16px !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.sarasota-sales-report__tickets {
	border: 4px solid #40ABF0;
	background: #266E9C;
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}
.sarasota-sales-report__tickets-title {
	color: #FFF !important;
	text-align: center !important;
	font-size: clamp(1.25rem, 1.2500rem + 0.3636vw, 1.5rem) !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sarasota-sales-report__tickets-value {
	color: #FFF !important;
	font-size: clamp(2rem, 2.0000rem + 1.4545vw, 3rem);
	line-height: 1;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
	width: 100%;
	overflow-wrap: anywhere;
}

.sarasota-sales-report__orders {
	border: 4px solid #AAE2F1 !important;
	background: #4AB7CD !important;
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 2;
}
.sarasota-sales-report__orders-title {
	color: #FFF !important;
	text-align: center;
	font-size: clamp(1.25rem, 1.2500rem + 0.3636vw, 1.5rem) !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sarasota-sales-report__orders-value {
	color: #FFF !important;
	font-size: clamp(2rem, 2.0000rem + 1.4545vw, 3rem);
	line-height: 1;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
	width: 100%;
	overflow-wrap: anywhere;
}
.sarasota-sales-report__title {
	color: #FFF !important;
	text-align: center;
	font-size: clamp(1.25rem, 1.2500rem + 0.3636vw, 1.5rem) !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sarasota-sales-report__sales-divider {
	text-align: center;
	padding: 1rem;
	text-transform: uppercase !important;
	border: 1px solid #E2E2E2;
	background: #F4F1E9;
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 3;
}
.sarasota-sales-report__sales-divider-title {
	font-size: clamp(1.125rem, 1.1250rem + 0.1818vw, 1.25rem) !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #0C3653;
	text-transform: uppercase !important;
}

.sarasota-sales-report__item {
	position: relative;
	grid-column: auto;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #E2E2E2;
	background: rgba(255, 255, 255, 0.50);
}
.sarasota-sales-report__item-header {
	border-radius: 10px 10px 0 0;
	border-bottom: 2px dashed #829AAB;
	background: #0C3653 !important;
	color: #FFF !important;
	font-size: 1.125rem !important;
	margin: 0 !important;
	padding: 0.5rem 1rem !important;
	text-transform: uppercase !important;
}
.sarasota-sales-report__title-total,
.sarasota-sales-report__title-sold {
	color: #0C3653 !important;
	font-size: 0.875rem !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	padding: 1rem 0.5rem 0.5rem !important;
}
.sarasota-sales-report__item-total {
	color: #E5553A;
	font-size: clamp(1.5rem, 1.5000rem + 1.0909vw, 2.25rem) !important;
	line-height: 1.2;
	margin: 0 auto !important;
	padding: 0 0.5rem 1rem !important;
	width: 100%;
	overflow-wrap: anywhere;
}
.sarasota-sales-report__item-sold {
	color: #266E9C;
	font-size: clamp(1.5rem, 1.5000rem + 1.0909vw, 2.25rem) !important;
	line-height: 1.2;
	margin: 0 auto !important;
	padding: 0 0.5rem 1.5rem !important;
	width: 100%;
	overflow-wrap: anywhere;
}
.sarasota-sales-report__item-free-sold {
	color: #266E9C;
	position: absolute;
	font-size: 0.875rem !important;
	width: 100%;
	bottom: 0.6rem;
	margin-bottom: 0 !important;
}
.sarasota-sales-report__disclaimer {
	padding-top: 3rem;
	text-align: center;
	font-size: 0.75rem;
}
.sarasota-loading-ring {
	display: block;
	width: 80px;
	height: 80px;
	margin: -3em auto 2.5em;
}

.sarasota-loading-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #888 transparent #888 transparent;
	animation: sarasota-loading-ring 1.2s linear infinite;
}

@keyframes sarasota-loading-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 600.99px) {
	.sarasota-sales-report__item-header {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.sarasota-sales-report__item {
		display: grid;
		grid-template-rows: minmax(1rem, 1fr) repeat(4, auto);
	}
	.sarasota-sales-report__order-id div {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
	}
	.sarasota-sales-report__order-id span {
		flex-grow: 1;
	}
}

@media (max-width: 700px) {
	.sarasota-sales-report__order-total,
	.sarasota-sales-report__order-tickets {
		display: none;
	}
}

@media (max-width: 950px) {
	.sarasota-sales-report__event-sold-ticket {
		display: none;
	}
	.sarasota-sales-report__event-sold-text:before {
		content: "# ";
	}

	.sarasota-sales-report--subheader {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem;
	}
	.sarasota-sales-report--subheader-heading {
		text-align: center;
	}
	.sarasota-sales-report__summary {
		grid-template-columns: repeat(2, 1fr);
	}
	.sarasota-sales-report__totals {
		padding: 1rem;
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.sarasota-sales-report__tickets {
		padding: 1rem;
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.sarasota-sales-report__orders {
		padding: 1rem;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.sarasota-sales-report__sales-divider {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
}
.hidden-desktop { display: none; }
@media (max-width: 600px) {
	.hidden-mobile { display: none; }
	.hidden-desktop { display: unset; }
	html:not(.avada-has-site-width-percent) #main {
		padding-left: 0.25em;
		padding-right: 0.25em;
	}
	.sarasota-sales-report--header-logo {
		max-width: 100px;
		width: 100%;
	}
	.sarasota-sales-report--section-header {
		flex-wrap: wrap;
	}
	.sarasota-sales-report--section-header h2 {
		flex-basis: 70%;
	}
	.sarasota-sales-report--section-header button {
		flex-basis: 20%;
		width: 2rem;
		height: 2rem;
	}
	.sarasota-sales-report__item {
		grid-column-start: 1;
		grid-column-end: 3;
		border-radius: 0;
		display: grid;
		row-gap: 0;
	}
	.sarasota-sales-report__item-index-0 {
		border-radius: 10px 10px 0 0;
	}
	.sarasota-sales-report__item-header {
		border-radius: 0;
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.sarasota-sales-report__item-index-0 .sarasota-sales-report__item-header {
		border-radius: 10px 10px 0 0;
	}
	.sarasota-sales-report__title-total {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.sarasota-sales-report__title-sold {
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.sarasota-sales-report__item-total {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.sarasota-sales-report__item-sold,
	.sarasota-sales-report__item-free-sold {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.sarasota-sales-graph-container {
		padding: 1.5em 0.5em 0.5em;
	}
	.sarasota-sales-graph-totals-sales {
		flex-basis: 100%;
	}
	.sarasota-sales-graph-settings__date-summary-active-lines {
		margin-bottom: 5px;
	}
	.sarasota-sales-graph-settings__date-summary-active-dates {
		font-size: 0.8em;
	}
	.sarasota-sales-report--download-button {
		font-size: 0.825rem !important;
		order: 3;
		flex-basis: 100%;
	}
	.sarasota-sales-report--search-form {
		margin: auto;
	}
	.sarasota-sales-report__table th {
		white-space: normal !important;
	}
}

.sarasota-sales-report__event-order-details {
	display: none;
}
.sarasota-sales-report__event-order-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
table.sarasota-sales-report__event-order-details-table thead tr {
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
}
table.sarasota-sales-report__event-order-details-table :not(thead) tr:last-child {
	font-weight: bold;
	border-bottom: none;
}
table.sarasota-sales-report__event-order-details-table :not(thead) tr:not(:last-child) td {
	color: rgba(12,54,83,0.85) !important;
}
table.sarasota-sales-report__event-order-details-table td {
	padding: 0.5em !important;
}
table.sarasota-sales-report__event-order-details-table td:nth-child(2) {
	text-align: center;
}

.sarasota-sales-report__show-more-button {
	background: #0C3653 !important;
	border: 3px solid #0C3653 !important;
	border-radius: 0.3125rem;
	color: #FFF !important;
	font-size: 0.8rem !important;
	font-weight: 400;
	padding: 0.25rem 0.9rem !important;
	transition: 0.2s ease-in-out border-color !important;
	white-space: nowrap;
}

.sarasota-sales-report__show-more-button:hover,
.sarasota-sales-report__show-more-button:focus {
	border-color: #104b75 !important;
}
.sarasota-sales-report__order-id div {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0.5rem;
}
.sarasota-sales-report__order-id span {
	flex-grow: 1;
}
.sarasota-sales-report__loading-spinner {
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
}

.dataTables_filter {
	display: none;
}

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::after {
	line-height: 12px;
	opacity: 0.225;
}
table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::after {
	opacity: 0.8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: linear-gradient(to bottom, #fdfdfd 0%, #ededed 100%);
}