/* Imports --------------------------------------------------- */
/* Fonts    */
/* Application Fonts  */
@import "../css/fonts/a1-application/styles.css";
@import "./css/fonts/a1-application2/styles.css";

/* --Add custom themes for customer styling */
/* import themes ---------------------------------------------- */
@import "./css/themes/default.css";
@import "./css/themes/omniplex.css";

/* ------------------------------------------------------------ */
/* Misc  */
/* Navigation is RAW CSS - Allows for matching design functonality (Minfy this)  */
@import url(./css/navigation.css);

/* ! tailwindcss v2.2.17 | 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;
	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] {
	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: 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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
	outline: auto;
}

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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::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, 229, 229, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--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-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);
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	appearance: none;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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);
	border-color: #2563eb;
}

input::placeholder,textarea::placeholder{
	color: #737373;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}

::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}

::-webkit-datetime-edit{
	display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}

select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
	appearance: none;
	padding: 0;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox']{
	border-radius: 0px;
}

[type='radio']{
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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);
}

[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

	[type='checkbox']:checked{
		appearance: auto;
	}
}

[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

	[type='radio']:checked{
		appearance: auto;
	}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (forced-colors: active) {

	[type='checkbox']:indeterminate{
		appearance: auto;
	}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus{
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}
.container{
	width: 100%;
}
@media (min-width: 768px){

	.container{
		max-width: 768px;
	}
}
@media (min-width: 964px){

	.container{
		max-width: 964px;
	}
}
@media (min-width: 1200px){

	.container{
		max-width: 1200px;
	}
}
.pointer-events-none{
	pointer-events: none;
}
.pointer-events-auto{
	pointer-events: auto;
}
.visible{
	visibility: visible;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.right-0{
	right: 0px;
}
.top-0{
	top: 0px;
}
.top-16{
	top: 4rem;
}
.left-1\/2{
	left: 50%;
}
.z-50{
	z-index: 50;
}
.z-10{
	z-index: 10;
}
.z-\[9999\]{
	z-index: 9999;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-8{
	grid-column: span 8 / span 8;
}
.col-span-4{
	grid-column: span 4 / span 4;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-3{
	grid-column: span 3 / span 3;
}
.col-span-5{
	grid-column: span 5 / span 5;
}
.m-2{
	margin: 0.5rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.-mx-2{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.\!mt-4{
	margin-top: 1rem !important;
}
.mr-6{
	margin-right: 1.5rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.mr-4{
	margin-right: 1rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.-ml-1{
	margin-left: -0.25rem;
}
.box-border{
	box-sizing: border-box;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.\!hidden{
	display: none !important;
}
.h-full{
	height: 100%;
}
.h-32{
	height: 8rem;
}
.h-5{
	height: 1.25rem;
}
.h-auto{
	height: auto;
}
.h-screen{
	height: 100vh;
}
.h-fill-available{
	height: -webkit-fill-available;
}
.h-\[40vh\]{
	height: 40vh;
}
.h-8{
	height: 2rem;
}
.h-4{
	height: 1rem;
}
.max-h-64{
	max-height: 16rem;
}
.max-h-16{
	max-height: 4rem;
}
.w-full{
	width: 100%;
}
.w-max{
	width: max-content;
}
.w-5{
	width: 1.25rem;
}
.w-1\/5{
	width: 20%;
}
.w-8{
	width: 2rem;
}
.w-4{
	width: 1rem;
}
.min-w-full{
	min-width: 100%;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-grow{
	flex-grow: 1;
}
.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-6{
	--tw-translate-y: -1.5rem;
	transform: var(--tw-transform);
}
.rotate-90{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.-rotate-90{
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
@keyframes spin{

	to{
		transform: rotate(360deg);
	}
}
.animate-spin{
	animation: spin 1s linear infinite;
}
.cursor-pointer{
	cursor: pointer;
}
.select-all{
	user-select: all;
}
.resize{
	resize: both;
}
.appearance-none{
	appearance: none;
}
.grid-cols-12{
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-center{
	align-items: center;
}
.items-baseline{
	align-items: baseline;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-4{
	gap: 1rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-3{
	gap: 0.75rem;
}
.gap-6{
	gap: 1.5rem;
}
.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)));
}
.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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgba(64, 64, 64, var(--tw-divide-opacity));
}
.overflow-auto{
	overflow: auto;
}
.overflow-hidden{
	overflow: hidden;
}
.\!overflow-hidden{
	overflow: hidden !important;
}
.overflow-scroll{
	overflow: scroll;
}
.overflow-y-auto{
	overflow-y: auto;
}
.overflow-y-scroll{
	overflow-y: scroll;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-2xl{
	border-radius: 1rem;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-r-lg{
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.rounded-l-lg{
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.border{
	border-width: 1px;
}
.border-2{
	border-width: 2px;
}
.\!border{
	border-width: 1px !important;
}
.border-t-2{
	border-top-width: 2px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l-2{
	border-left-width: 2px;
}
.border-r-2{
	border-right-width: 2px;
}
.border-solid{
	border-style: solid;
}
.border-dashed{
	border-style: dashed;
}
.border-none{
	border-style: none;
}
.border-gray-500{
	--tw-border-opacity: 1;
	border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}
.border-gray-700{
	--tw-border-opacity: 1;
	border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.\!border-gray-500{
	--tw-border-opacity: 1 !important;
	border-color: rgba(115, 115, 115, var(--tw-border-opacity)) !important;
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.bg-gray-800{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.bg-skin-fill{
	background-color: var(--color-background_fill);
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-skin-header_fill{
	background-color: var(--color-header_fill);
}
.bg-transparent{
	background-color: transparent;
}
.bg-skin-nav_fill{
	background-color: var(--color-nav_fill);
}
.bg-skin-nav_button_fill{
	background-color: var(--color-nav_button_fill);
}
.bg-skin-nav_sub_button_fill{
	background-color: var(--color-nav_sub_button_fill);
}
.bg-gray-300{
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}
.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-red-600{
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-green-600{
	--tw-bg-opacity: 1;
	background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.\!bg-red-600{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}
.bg-skin-fill_login{
	background-color: var(--color-background_fill-login);
}
.bg-black{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.object-contain{
	object-fit: contain;
}
.p-2{
	padding: 0.5rem;
}
.p-8{
	padding: 2rem;
}
.p-4{
	padding: 1rem;
}
.p-3{
	padding: 0.75rem;
}
.p-6{
	padding: 1.5rem;
}
.p-5{
	padding: 1.25rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-20{
	padding-left: 5rem;
	padding-right: 5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pl-\[10px\]{
	padding-left: 10px;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pt-16{
	padding-top: 4rem;
}
.pr-8{
	padding-right: 2rem;
}
.pt-1{
	padding-top: 0.25rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.pr-4{
	padding-right: 1rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.align-middle{
	vertical-align: middle;
}
.font-print{
	font-family: CourierStd;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.font-bold{
	font-weight: 700;
}
.font-medium{
	font-weight: 500;
}
.font-semibold{
	font-weight: 600;
}
.font-normal{
	font-weight: 400;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.italic{
	font-style: italic;
}
.leading-tight{
	line-height: 1.25;
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.text-skin-header_text{
	color: var(--color-header_text);
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.text-skin-nav_text{
	color: var(--color-nav_text);
}
.text-skin-nav_button_text{
	color: var(--color-nav_button_text);
}
.text-skin-nav_sub_button_text{
	color: var(--color-nav_sub_button_text);
}
.text-red-700{
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-green-400{
	--tw-text-opacity: 1;
	color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-red-400{
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.\!text-white{
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-blue-600{
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.\!underline{
	text-decoration: underline !important;
}
.underline{
	text-decoration: underline;
}
.opacity-0{
	opacity: 0;
}
.opacity-25{
	opacity: 0.25;
}
.opacity-75{
	opacity: 0.75;
}
.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-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{
	--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);
}
.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);
}
.blur{
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.grayscale{
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.sepia{
	--tw-sepia: sepia(100%);
	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;
}
.duration-300{
	transition-duration: 300ms;
}
.ease-out{
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* General Styles  */
/* Grids */
.filter_select{
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.input-container{
	margin-top: 0.5rem;
	display: grid;
	gap: 1rem;
}
@media (min-width: 1024px){

	.input-container.one{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.input-container.one .input-holder{
	grid-column: span 1 / span 1;
}
@media (min-width: 1024px){

	.input-container.two{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.input-container.two .input-holder{
	grid-column: span 2 / span 2;
}
@media (min-width: 1024px){

	.input-container.two .input-holder{
		grid-column: span 1 / span 1;
	}

	.input-container.three{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.input-container.three .input-holder{
	grid-column: span 2 / span 2;
}
@media (min-width: 1024px){

	.input-container.three .input-holder{
		grid-column: span 1 / span 1;
	}

	.input-container.four{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.input-container.four .input-holder{
	grid-column: span 4 / span 4;
}
@media (min-width: 1024px){

	.input-container.four .input-holder{
		grid-column: span 2 / span 2;
	}
}
@media (min-width: 1280px){

	.input-container.four .input-holder{
		grid-column: span 1 / span 1;
	}
}
.input-base{
	width: 100%;
	appearance: none;
	border-style: none;
	background-color: transparent;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-base:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--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(0px + 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);
	--tw-ring-color: transparent;
}
.input-holder.disabled, .input-holder.disabled .input-base{
	pointer-events: none;
}
.input-holder.disabled .input-base{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.disabled.ok .input-base{
	background-color: var(--color-input_fill_ok);
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.disabled .container-flex{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.disabled.ok .container-flex{
	background-color: var(--color-input_fill_ok);
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.locked, .input-holder.locked .input-base{
	pointer-events: none;
}
.input-holder.locked .input-base{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.locked.ok .input-base{
	background-color: var(--color-input_fill_ok);
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.locked .container-flex{
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-holder.locked.ok .container-flex{
	background-color: var(--color-input_fill_ok);
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.input-notes{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	font-size: 0.75rem;
	line-height: 1rem;
}
.container-flex{
	display: flex;
	align-items: center;
	border-radius: 1rem;
	border-width: 2px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.container-flex:focus-within{
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.container-flex:hover{
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.container-flex:active{
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.icon-base{
	height: 1.25rem;
	width: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}
/* Buttons */
.button{
	margin: 0.5rem;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
.button i{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    /* Adjust as needed */
    line-height: 1;
    /* Adjusted for alignment */
    font-size: 12px;
}
.main_button{
	background-color: var(--color-main_button_fill);
	color: var(--color-main_button_text);
}
.main_button:hover{
	background-color: var(--color-main_button_fill_hover);
}
.main_button:active{
	background-color: var(--color-main_button_fill_active);
}
.main_button.disabled{
	background-color: var(--color-main_button_fill_disabled) !important;
}
.main_button.working{
	background-color: var(--color-main_button_fill_working) !important;
}
.outline_button{
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-outline_button_outline);
	background-color: var(--color-outline_button_fill);
	color: var(--color-outline_button_text);
}
.outline_button:hover{
	background-color: var(--color-outline_button_fill_hover);
	color: var(--color-outline_button_text_hover);
}
.outline_button:active{
	background-color: var(--color-outline_button_fill_active);
}
.outline_button {
    /* @apply hover:border-none; */
  }
.outline_button.disabled{
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-border-opacity: 0.4;
	background-color: var(--color-outline_button_fill_disabled) !important;
	color: var(--color-outline_button_text_disabled) !important;
}
.outline_button.working{
	border-style: none !important;
	background-color: var(--color-outline_button_fill_working) !important;
	color: var(--color-outline_button_text_working) !important;
}
.col_outline_button{
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-col_outline_button_outline);
	background-color: var(--color-col_outline_button_fill);
	color: var(--color-col_outline_button_text);
}
.col_outline_button:hover{
	background-color: var(--color-col_outline_button_fill_hover);
	color: var(--color-col_outline_button_text_hover);
}
.col_outline_button:active{
	background-color: var(--color-col_outline_button_fill_active);
}
.col_outline_button {
    /* @apply hover:border-none; */
  }
.col_outline_button.disabled{
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-border-opacity: 0.4;
	background-color: var(--color-col_outline_button_fill_disabled) !important;
	color: var(--color-col_outline_button_text_disabled) !important;
}
.col_outline_button.working{
	border-style: none !important;
	background-color: var(--color-col_outline_button_fill_working) !important;
	color: var(--color-col_outline_button_text_working) !important;
}
/*Dropdowns*/
.main_dropdown{
	z-index: 10;
	width: 11rem;
}
.main_dropdown > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	--tw-divide-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}
.main_dropdown{
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--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);
}
.main_dropdown_list{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.dark .main_dropdown_list{
	--tw-text-opacity: 1;
	color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.main_dropdown_list .option{
	display: block;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.main_dropdown_list .option:hover{
	background-color: var(--color-main_dropdown_option_fill);
	color: var(--color-main_dropdown_option_text);
}
/* select */
.select{
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	border-radius: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 2.5rem;
}
.col_outline_select{
	border-width: 1px;
	border-style: solid;
	background-color: var(--color-select_fill);
	color: var(--color-select_text);
}
/*Radio/Checkboxes */
.radio:checked{
	background-color: var(--color-radiocheckobx_active);
    border-color: red !important;
}
.radio:not(:checked) {
    background-color: white;
    border-color: white;
  }
.checkbox.primary{
	position: relative;
	padding-right: 1rem;
}
.checkbox.primary input[type="checkbox"], .checkbox.primary input[type="radio"]{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.checkbox.primary label{
	display: block;
	cursor: pointer;
}
.checkbox.primary label:before {
    content: '';
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(163, 163, 163, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    /* Adjust the margin and display properties as needed */
    margin-right: 0.5rem;
    vertical-align: middle;
  }
.checkbox.primary input[type="checkbox"]:checked+label:before, .checkbox.primary input[type="radio"]:checked+label:before{
	border-color: transparent;
	background-color: var(--color-radiocheckobx_active);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M12.146 5.146a.5.5 0 0 1 .708 0l.647.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 0 1 0-.708l.647-.646a.5.5 0 0 1 .708 0L6 11.793l5.146-5.647z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
/*Toggles/Switches*/
.toggle-switch{
	position: relative;
	height: 2rem;
	width: 3.5rem;
	user-select: none;
}
.toggle-input{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
    /* Hide the checkbox but keep it accessible */
}
.toggle-slider{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.toggle-slider::before{
	content: "";
	position: absolute;
	content: "";
	left: 0.25rem;
	content: "";
	top: 0.25rem;
	content: "";
	height: 1.5rem;
	content: "";
	width: 1.5rem;
	content: "";
	border-radius: 9999px;
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	content: "";
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	content: '';
}
.toggle-input:checked~.toggle-slider{
	background-color: var(--color-toggle_switch_active);
}
.toggle-input:checked~.toggle-slider:before{
	--tw-translate-x: 1.5rem;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
}
.toggle-input:disabled~.toggle-slider{
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.toggle-input:disabled~.toggle-slider:before{
	--tw-bg-opacity: 1;
	background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

/* Datatables  */
#datatable tr:hover{
  cursor: pointer;
}

#datatable tr td, #datatable tr th{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
} 
#datatable tr td.dt-type-numeric,
#datatable tr th.dt-type-numeric {
  text-align: left
}

.datatableTable table{
	min-width: 100%;
}

.datatableTable table > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	--tw-divide-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.datatableTable tr{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.datatableTable tr:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.datatableTable td{
	white-space: nowrap;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.datatableTable th{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.pagination{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dataTables_wrapper .dataTables_paginate {
  float: left;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

/* header style  */
.nav_expand{
	width: 20rem;
}

.nav_colapse{
	width: 5rem;
}

.header-icon{
	height: 50px;
	min-width: 78px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	font-size: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.header_hoverBoxes{
	position: absolute;
	right: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.25rem;
	--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);
  min-width: max-content;
}

/* Modal Styles  */
.modal-container{
	position: fixed;
	top: 0px;
	left: 0px;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
  z-index: 99;
}

.modal-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
	opacity: 0.75;
}

.modal-title-container{
	position: sticky;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.modal-title-container p{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}

.modal-title-container i{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}

.modal-content{
	margin-left: auto;
	margin-right: auto;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	max-height: 70%;
	width: auto;
	min-width: 350px;
	max-width: 1150px;
	overflow: scroll;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 1rem;
  z-index: 100;
}

.modal-grid{
	margin-left: 1rem;
	margin-right: 1rem;
}

/* Generic Styling with CSS */
/* Overall table layout */
.dt-container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  /* Change to match your desired background color */
  border-collapse: collapse;
}

/* Table headers */
.display thead th {
  background-color: #f2f2f2;
  /* Light grey background for headers */
  color: #333;
  /* Dark grey text */
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  /* Light grey border */
}

/* Table rows */
.display tbody td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  /* Light grey border for separation */
}

/* Row group heading */
.group td {
  background-color: #e9e9e9;
  /* Slightly darker grey for group headings */
  font-weight: bold;
  padding-left: 15px;
  /* More padding for group heading */
}

/* Pagination */
#pagination_table{
	margin-top: 1.5rem;
	display: flex;
}

#pagination_table .container{
	display: inline-flex;
	align-items: center;
}

#pagination_table .container > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(-1px * var(--tw-space-x-reverse));
	margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

#pagination_table .item{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	line-height: 1.25;
}

#pagination_table .active.item{
	background-color: var(--color-pagination_active_fill);
	color: var(--color-pagination_active_text);
}

#pagination_table .inactivetem{
	background-color: var(--color-pagination_inactive_fill);
	color: var(--color-pagination_inactive_text);
}


/* Search and length selection */
.dt-search input,
.dt-length select {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  /* Light grey border */
}

#datatable th {
  pointer-events: none;
}


/* Sidebar Boxes */

.sidebar_height{
  height: calc(100vh - 115px);
}
.overflowScrollContent {
  /* height: calc(100vh - 25%); */
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.overflowScrollContent::-webkit-scrollbar {
  display: none;
}

/* Details Boxes  */
.details_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	background-color: var(--color-box_details_fill);
	padding: 1rem;
	color: var(--color-box_details_text);
}

.details_box i{
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	color: var(--color-box_details_text);
}

.details_box > div:first-child{
	flex-grow: 1;
}


/* Alert Boxes  */
.alert_box{
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	background-color: var(--color-box_alert_fill);
	padding: 1rem;
	color: var(--color-box_alert_text);
}

.alert_box i{
	margin-right: 0.75rem;
	margin-top: 0.25rem;
	color: var(--color-box_alert_text);
}

.alert_box p{
	color: var(--color-box_alert_text);
}

/* Loading Boxes  */
.loading_box{
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	padding: 0.5rem;
}

.loading_box i, .loading_box svg{
	margin-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.loading_box p{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.loading_box-overview{
	display: flex;
	align-items: center;
	border-radius: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	padding: 1rem;
}

.loading_box-overview i, .loading_box-overview svg{
	margin-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.loading_box-overview p{
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.a1_help{
	padding-left: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}

/* Responsive considerations */
@media (max-width: 768px) {
  .dt-container {
    width: 100%;
    overflow-x: auto;
    /* Enable horizontal scrolling on small screens */
  }

  .sidebar_height{
  height: auto;
}
}
.hover\:bg-skin-nav_button_hover_fill:hover{
	background-color: var(--color-nav_hover_button_fill);
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:text-gray-700:hover{
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}
.hover\:underline:hover{
	text-decoration: underline;
}
.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-blue-500:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.focus-visible\:ring-2:focus-visible{
	--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-visible\:ring-black:focus-visible{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus-visible\:ring-offset-2:focus-visible{
	--tw-ring-offset-width: 2px;
}
.active\:outline-none:active{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.dark .dark\:border-gray-700{
	--tw-border-opacity: 1;
	border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}
.dark .dark\:bg-gray-800{
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.dark .dark\:text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-text-opacity));
}
.dark .dark\:hover\:bg-gray-700:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}
.dark .dark\:hover\:text-white:hover{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 480px){

	.sm\:col-span-2{
		grid-column: span 2 / span 2;
	}

	.sm\:mb-0{
		margin-bottom: 0px;
	}

	.sm\:block{
		display: block;
	}

	.sm\:w-3\/4{
		width: 75%;
	}

	.sm\:grid-cols-1{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.sm\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 768px){

	.md\:fixed{
		position: fixed;
	}

	.md\:relative{
		position: relative;
	}

	.md\:sticky{
		position: sticky;
	}

	.md\:top-0{
		top: 0px;
	}

	.md\:left-0{
		left: 0px;
	}

	.md\:col-span-1{
		grid-column: span 1 / span 1;
	}

	.md\:col-span-2{
		grid-column: span 2 / span 2;
	}

	.md\:block{
		display: block;
	}

	.md\:inline-block{
		display: inline-block;
	}

	.md\:flex{
		display: flex;
	}

	.md\:hidden{
		display: none;
	}

	.md\:h-screen{
		height: 100vh;
	}

	.md\:w-1\/2{
		width: 50%;
	}

	.md\:w-72{
		width: 18rem;
	}

	.md\:w-auto{
		width: auto;
	}

	.md\:min-w-\[350px\]{
		min-width: 350px;
	}

	.md\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:overflow-auto{
		overflow: auto;
	}

	.md\:overflow-hidden{
		overflow: hidden;
	}

	.md\:overflow-scroll{
		overflow: scroll;
	}

	.md\:pb-20{
		padding-bottom: 5rem;
	}
}
@media (min-width: 1024px){

	.lg\:col-span-1{
		grid-column: span 1 / span 1;
	}

	.lg\:col-span-3{
		grid-column: span 3 / span 3;
	}

	.lg\:w-full{
		width: 100%;
	}

	.lg\:w-6\/12{
		width: 50%;
	}

	.lg\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1280px){

	.xl\:col-span-1{
		grid-column: span 1 / span 1;
	}

	.xl\:col-span-4{
		grid-column: span 4 / span 4;
	}

	.xl\:grid-cols-5{
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
