/** @format */

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Open Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.fixed {
	position: fixed;
}
.\!fixed {
	position: fixed !important;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.top-3 {
	top: 0.75rem;
}
.left-3 {
	left: 0.75rem;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.top-2\/4 {
	top: 50%;
}
.right-5 {
	right: 1.25rem;
}
.top-2 {
	top: 0.5rem;
}
.right-3 {
	right: 0.75rem;
}
.left-0 {
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.z-20 {
	z-index: 20;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.m-4 {
	margin: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-1\.5 {
	margin-left: 0.375rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.ml-\[auto\] {
	margin-left: auto;
}
.mr-4 {
	margin-right: 1rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.-ml-8 {
	margin-left: -2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-auto {
	height: auto;
}
.h-\[100vh\] {
	height: 100vh;
}
.h-4 {
	height: 1rem;
}
.h-12 {
	height: 3rem;
}
.h-full {
	height: 100%;
}
.h-6 {
	height: 1.5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-\[70\%\] {
	height: 70%;
}
.h-screen {
	height: 100vh;
}
.h-40 {
	height: 10rem;
}
.min-h-\[62px\] {
	min-height: 62px;
}
.w-full {
	width: 100%;
}
.w-\[50\%\] {
	width: 50%;
}
.w-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.w-5 {
	width: 1.25rem;
}
.w-10 {
	width: 2.5rem;
}
.w-\[100vw\] {
	width: 100vw;
}
.w-4 {
	width: 1rem;
}
.w-96 {
	width: 24rem;
}
.w-52 {
	width: 13rem;
}
.w-6 {
	width: 1.5rem;
}
.w-56 {
	width: 14rem;
}
.w-64 {
	width: 16rem;
}
.w-\[250px\] {
	width: 250px;
}
.w-40 {
	width: 10rem;
}
.w-screen {
	width: 100vw;
}
.w-3\/6 {
	width: 50%;
}
.min-w-\[50px\] {
	min-width: 50px;
}
.max-w-\[50\%\] {
	max-width: 50%;
}
.max-w-none {
	max-width: none;
}
.max-w-\[1150px\] {
	max-width: 1150px;
}
.max-w-\[1153px\] {
	max-width: 1153px;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-full {
	max-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[00px\] {
	max-width: 00px;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.origin-top-right {
	transform-origin: top right;
}
.-translate-y-2\/4 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
	align-self: flex-start;
}
.justify-self-end {
	justify-self: end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-none {
	border-style: none;
}
.border-transparent {
	border-color: transparent;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-\[\#BFA572\] {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 165, 114, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-yellow-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-green-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.bg-\[\#FBF1DF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 241, 223, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}
.bg-none {
	background-image: none;
}
.p-4 {
	padding: 1rem;
}
.p-1\.5 {
	padding: 0.375rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-0 {
	padding: 0px;
}
.p-2 {
	padding: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-none {
	line-height: 1;
}
.leading-normal {
	line-height: 1.5;
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-\[\#BFA572\] {
	--tw-text-opacity: 1;
	color: rgba(191, 165, 114, var(--tw-text-opacity));
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.drop-shadow-sm {
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}

/*Form fields*/
.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #4a5568; /*text-gray-700*/
  padding-left: 1rem; /*pl-4*/
  padding-right: 1rem; /*pl-4*/
  padding-top: 0.5rem; /*pl-2*/
  padding-bottom: 0.5rem; /*pl-2*/
  line-height: 1.25; /*leading-tight*/
  border-width: 2px; /*border-2*/
  border-radius: 0.25rem;
  border-color: #edf2f7; /*border-gray-200*/
  background-color: #edf2f7; /*bg-gray-200*/
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #eeeeee;
}
body table.dataTable.stripe tbody tr.odd,
body table.dataTable.display tbody tr.odd {
  background-color: #ffffff;
}
table.dataTable tbody tr {
  background-color: rgb(249, 249, 249);
}

/*Pagination Buttons*/
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700; /*font-bold*/
  border-radius: 0.25rem; /*rounded*/
  border: 1px solid transparent; /*border border-transparent*/
}

/*Pagination Buttons - Current selected */
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  margin-bottom: 2rem;
  color: #fff  !important; /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /*shadow*/
  font-weight: 700; /*font-bold*/
  border-radius: 0.25rem; /*rounded*/
  font-size: 14px;
  background: #BFA572  !important; /*bg-indigo-500*/
  padding: 0.4rem 0.75rem;
  border: 1px solid transparent; /*border border-transparent*/
}

/*Pagination Buttons - Current selected */
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #BFA572  !important; /*bg-indigo-500*/
  color: #fff  !important; /*text-white*/

}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important; /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /*shadow*/
  font-weight: 400; /*font-bold*/
  border-radius: 0.25rem; /*rounded*/
  background: transparent !important; /*bg-indigo-500*/
  border: 1px solid transparent; /*border border-transparent*/
}

/*Add padding to bottom border */
table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0; /*border-b-1 border-gray-300*/
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #667eea !important; /*bg-indigo-500*/
}
body table.dataTable  {
  padding-top: 1rem;
}
body table.dataTable thead th {
  color: #4c5563;
}
table.dataTable thead th,
table.dataTable tbody td {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

table.dataTable tbody td.leading-normal p {
  line-height: 1.5;
}


body #articleTable th:nth-child(1),
body #articleTable td:nth-child(1) {
  width: auto;
}

body #articleTable th:nth-child(2),
body #articleTable td:nth-child(2) {
  width: auto;
}

body #articleTable th:nth-child(3),
body #articleTable td:nth-child(3) {
  width: 200px;
}

body #articleTable th:nth-child(4),
body #articleTable td:nth-child(4) {
  width: auto;
}


body #maskinTable th:nth-child(1),
body #maskinTable td:nth-child(1) {
  width: 50px;
}

body #maskinTable th:nth-child(2),
body #maskinTable td:nth-child(2) {
  width: 250px;
}

body #maskinTable th:nth-child(3),
body #maskinTable td:nth-child(3) {
  width: 250px;
}

body #maskinTable th:nth-child(4),
body #maskinTable td:nth-child(4) {
  width: auto;
}

@media (max-width: 768px) {
  body #maskinTable th:nth-child(1),
  body #maskinTable td:nth-child(1),
  body #maskinTable th:nth-child(2),
  body #maskinTable td:nth-child(2),
  body #maskinTable th:nth-child(3),
  body #maskinTable td:nth-child(3),
  body #maskinTable th:nth-child(4),
  body #maskinTable td:nth-child(4) {
    width: auto;
    flex: 1 1 100%;
    max-width: 100%;
  }
  body #maskinTable th:nth-child(1),
  body #maskinTable td:nth-child(1) {
    flex: 1 1 100%;
    order: 1;
  }
  body #maskinTable th:nth-child(2),
  body #maskinTable td:nth-child(2) {
    width: 100%;
    display: inline-flex;
    padding: 0;
    order: 3;
    flex: 0 0 100%;
  }
  body #maskinTable th:nth-child(3),
  body #maskinTable td:nth-child(3) {
    width: 100%;
    display: inline-flex;
    order: 2;
    padding: 0;
    flex: 0 0 100%;
  }
  body #maskinTable th:nth-child(4),
  body #maskinTable td:nth-child(4) {
    width: 100%;
    flex: 1 0 100%;
    order: 4;
    padding: 0;
  }

  table.dataTable.hover tbody tr:hover,
  table.dataTable.display tbody tr:hover {
    background-color: transparent;
  }
  table.dataTable.stripe tbody tr.odd,
  table.dataTable.display tbody tr.odd {
    background-color: transparent;
  }
  table.dataTable tbody tr {
    background-color: transparent;
  }
}

@media (max-width: 400px) {
  body #maskinTable th:nth-child(1),
  body #maskinTable td:nth-child(1),
  body #maskinTable th:nth-child(2),
  body #maskinTable td:nth-child(2),
  body #maskinTable th:nth-child(3),
  body #maskinTable td:nth-child(3),
  body #maskinTable th:nth-child(4),
  body #maskinTable td:nth-child(4) {
    width: auto;
    flex: 1 1 100% !important;
    max-width: 100%;
  }
}

body table.dataTable thead th,
body table.dataTable thead td {
  border-bottom: 1px solid rgba(229, 231, 235, var(--tw-border-opacity));
}

.btn-primary {
  text-align: center;
  text-transform: capitalize;
  --bg-opacity: 1;
  background-color: var(--bg-opacity);
  background-color: rgba(191, 165, 114, var(--bg-opacity));
  display: block;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* .sit-btn:{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -2px rgba(0, 0, 0, 0.05);
} */

.sit-btn:hover {
  /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -2px rgba(0, 0, 0, 0.05); */
}

body .acf-field .acf-label label {
  display: block;

  margin: 0 0 3px;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  font-weight: 600;
}

body .acf-field input[type="text"],
body .acf-field input[type="password"],
body .acf-field input[type="date"],
body .acf-field input[type="datetime"],
body .acf-field input[type="datetime-local"],
body .acf-field input[type="email"],
body .acf-field input[type="month"],
body .acf-field input[type="number"],
body .acf-field input[type="search"],
body .acf-field input[type="tel"],
body .acf-field input[type="time"],
body .acf-field input[type="url"],
body .acf-field input[type="week"],
body .acf-field textarea,
body .acf-field select,
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #bfa572;

  border-color: rgb(223, 225, 230);
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  color: rgb(9, 30, 66);
  cursor: text;

  font-size: 14px;

  transition: background-color 0.2s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s;
}

body .acf-field input[type="text"]:focus,
body .acf-field input[type="password"]:focus,
body .acf-field input[type="date"]:focus,
body .acf-field input[type="datetime"]:focus,
body .acf-field input[type="datetime-local"]:focus,
body .acf-field input[type="email"]:focus,
body .acf-field input[type="month"]:focus,
body .acf-field input[type="number"]:focus,
body .acf-field input[type="search"]:focus,
body .acf-field input[type="tel"]:focus,
body .acf-field input[type="time"]:focus,
body .acf-field input[type="url"]:focus,
body .acf-field input[type="week"]:focus,
body .acf-field textarea:focus,
body .acf-field select:focus {
  border-color: #bfa572;
}

.acf-fields {
  width: 100%;
}

body .acf-flexible-content .acf-actions .acf-button {
  font-size: 14px;
  line-height: 1.25rem;
  text-align: center;
  text-transform: capitalize;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  display: block;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.125rem;
}
body .acf-flexible-content .acf-actions .acf-button:hover {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

body .acf-input-append {
  float: right;
  border-left-width: 0;
  border-radius: 0 3px 3px 0;
  padding: 12px 18px;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  border: 2px solid rgb(223, 225, 230);

  box-sizing: border-box;
  color: rgb(9, 30, 66);
  cursor: text;
  font-size: 14px;
  transition: background-color 0.2s ease-in-out 0s,
    border-color 0.2s ease-in-out 0s;
  border-left: 0;
  font-weight: bold;
  font-size: 11px;
  background: #dfdfdf;
}

body .acf-image-uploader .acf-button, body.page-template-template-new-offert .acf-actions .acf-button {
  font-size: 12px;
  line-height: 1.25rem;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  display: inline-block;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-weight: 500;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-radius: 0.125rem;
}

body .acf-image-uploader .acf-button:hover {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

body .acf-fields {
  align-self: flex-start;
}

body.page-template-template-new-offert .acf-field {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}

body.page-template-template-new-offert .acf-fields.-border {
  border: none;
  background: transparent;
}
body.page-template-template-new-offert .acf-field[data-width] + .acf-field[data-width] {
  border-left: none;
}
body.page-template-template-new-offert input:-moz-read-only {
  background: transparent;
  padding: 0;
  border: none;
  font-weight: bold;
}
body.page-template-template-new-offert input:disabled, body.page-template-template-new-offert input:read-only {
  background: transparent;
  padding: 0;
  border: none;
  font-weight: bold;
}


body.page-template-template-new-offert #model_select .acf-input select {
  display: none;
}


.page-template-template-new-offert .acf-field-6107f4b2bee93 {
  display: none;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

.loading-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.loading-spinner div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bfa572;
  -webkit-animation: loading-spinner 1.2s linear infinite;
          animation: loading-spinner 1.2s linear infinite;
}
.loading-spinner div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-spinner div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loading-spinner div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loading-spinner div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loading-spinner div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loading-spinner div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.loading-spinner div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loading-spinner div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.loading-spinner div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
@-webkit-keyframes loading-spinner {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes loading-spinner {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.table-loader {
  visibility: hidden;
}
.table-loader:before {
  visibility: visible;
  display: table-caption;
  content: " ";
  width: 100%;
  height: 400px;
  background-image: linear-gradient(rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.1) 15%,
      rgba(255, 255, 255, 0) 30%
    ),
    linear-gradient(rgba(240, 240, 242, 1) 35px, transparent 0);

  background-repeat: repeat;

  background-size: 1px 35px, calc(100% * 0.1666666666) 1px, 30% 100%, 2px 70px;

  background-position: 0 0, 0 0, 0 0, 0 0;

  -webkit-animation: shine 0.5s infinite;

          animation: shine 0.5s infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: 0 0, 0 0, 40% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 0 0, 0 0, 40% 0, 0 0;
  }
}

/* Icon 4 */

label.hamburger__label {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  transition: 0.3s ease transform;
  cursor: pointer;
  margin-top: 4px;
}

label.hamburger__label div {
  width: 4px;
  height: 4px;
  background-color: rgb(96, 106, 121);
  margin-left: 0;
  margin-bottom: 6px;
  border-radius: 4px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}

label.hamburger__label div:first-child {
  width: 22px;
}

label.hamburger__label div:nth-child(2) {
  width: 15px;
}

label.hamburger__label div:last-child {
  width: 30px;
  margin-bottom: 0;
}
/* 
#menu_checkbox:checked + label
{
    transform: translateY(-50%) rotateZ(-90deg);
    transform-origin: center center;
}

#menu_checkbox:checked + label div
{
    width: 6px;
    margin-left: 12px;
    margin-bottom: 3px;
    background-color: #FFC107;
}
#menu_checkbox {
  position: absolute;
  width: 0;
  height: 0;
  left: -9999;
  top: -9999;
  visibility: hidden;
} */

body .dataTables_wrapper {
  padding-top: 1rem;
}
body .dataTables_wrapper .dataTables_filter label  {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
--tw-text-opacity: 1;
color: rgba(55, 65, 81, var(--tw-text-opacity));
font-size: 0.875rem;
line-height: 1.25rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
border-radius: 9999px;
}
body .dataTables_wrapper .dataTables_filter label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;    
} 



.steg-2 {
  margin-top: 2rem;
}


body .acf-field.acf-accordion {

  border-bottom: 1px solid black;
  margin-bottom: 2px;
}

body #kund-wrapper > .acf-label > label, body #items_wrapper > .acf-label > label, body #items_wrapper > .acf-label > label {
  font-size: 18px; 
  font-weight: bold;
}

.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.hover\:cursor-pointer:hover {
	cursor: pointer;
}

.hover\:overflow-y-auto:hover {
	overflow-y: auto;
}

.hover\:bg-\[\#BFA572\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 165, 114, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:text-\[\#BFA572\]:hover {
	--tw-text-opacity: 1;
	color: rgba(191, 165, 114, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
	--tw-text-opacity: 1;
	color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:shadow-none:hover {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-gray-200:focus {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:shadow:focus {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}

.focus\:ring-offset-gray-100:focus {
	--tw-ring-offset-color: #f3f4f6;
}

@media (min-width: 640px) {

	.sm\:mr-0 {
		margin-right: 0px;
	}

	.sm\:ml-0 {
		margin-left: 0px;
	}

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:-ml-10 {
		margin-left: -2.5rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline-block {
		display: inline-block;
	}

	.sm\:table-cell {
		display: table-cell;
	}

	.sm\:table-row {
		display: table-row;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-auto {
		width: auto;
	}

	.sm\:w-\[50\%\] {
		width: 50%;
	}

	.sm\:w-max {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.sm\:w-10 {
		width: 2.5rem;
	}

	.sm\:max-w-none {
		max-width: none;
	}

	.sm\:max-w-\[50\%\] {
		max-width: 50%;
	}

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:items-center {
		align-items: center;
	}

	.sm\:justify-start {
		justify-content: flex-start;
	}

	.sm\:justify-end {
		justify-content: flex-end;
	}

	.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.sm\:rounded {
		border-radius: 0.25rem;
	}

	.sm\:border-0 {
		border-width: 0px;
	}

	.sm\:border-8 {
		border-width: 8px;
	}

	.sm\:bg-transparent {
		background-color: transparent;
	}

	.sm\:bg-gray-100 {
		--tw-bg-opacity: 1;
		background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	}

	.sm\:p-4 {
		padding: 1rem;
	}

	.sm\:p-0 {
		padding: 0px;
	}

	.sm\:p-2 {
		padding: 0.5rem;
	}

	.sm\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sm\:pr-4 {
		padding-right: 1rem;
	}

	.sm\:text-right {
		text-align: right;
	}

	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.sm\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.sm\:font-semibold {
		font-weight: 600;
	}

	.sm\:font-normal {
		font-weight: 400;
	}

	.sm\:text-gray-500 {
		--tw-text-opacity: 1;
		color: rgba(107, 114, 128, var(--tw-text-opacity));
	}
}

@media (min-width: 768px) {

	.md\:m-0 {
		margin: 0px;
	}

	.md\:ml-0 {
		margin-left: 0px;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:mr-0 {
		margin-right: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:table-cell {
		display: table-cell;
	}

	.md\:table-header-group {
		display: table-header-group;
	}

	.md\:table-row-group {
		display: table-row-group;
	}

	.md\:table-row {
		display: table-row;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-8 {
		height: 2rem;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-10 {
		width: 2.5rem;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:w-72 {
		width: 18rem;
	}

	.md\:w-8 {
		width: 2rem;
	}

	.md\:w-20 {
		width: 5rem;
	}

	.md\:max-w-none {
		max-width: none;
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:justify-end {
		justify-content: flex-end;
	}

	.md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:border-0 {
		border-width: 0px;
	}

	.md\:border-t {
		border-top-width: 1px;
	}

	.md\:border-b {
		border-bottom-width: 1px;
	}

	.md\:border-gray-100 {
		--tw-border-opacity: 1;
		border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	}

	.md\:bg-transparent {
		background-color: transparent;
	}

	.md\:bg-red-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
	}

	.md\:p-4 {
		padding: 1rem;
	}

	.md\:p-1\.5 {
		padding: 0.375rem;
	}

	.md\:p-1 {
		padding: 0.25rem;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:p-2 {
		padding: 0.5rem;
	}

	.md\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:pl-10 {
		padding-left: 2.5rem;
	}

	.md\:text-right {
		text-align: right;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.md\:font-normal {
		font-weight: 400;
	}

	.md\:text-gray-500 {
		--tw-text-opacity: 1;
		color: rgba(107, 114, 128, var(--tw-text-opacity));
	}
}

@media (min-width: 1024px) {

	.lg\:flex {
		display: flex;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:text-left {
		text-align: left;
	}
}

@media (min-width: 1280px) {

	.xl\:max-w-screen-sm {
		max-width: 640px;
	}

	.xl\:max-w-\[100\%\] {
		max-width: 100%;
	}

	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}