/*
Theme Name: Jobapp
Theme Template: Twenty Twenty-Four
Author: Petula Arnold
Author URI: https://de.linkedin.com/in/petula-a-6b0500236
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobapp
*/

@tailwind base;

@tailwind components;

@tailwind utilities;

:root {
  --primary-transparent-4: ;
  /* input */
  --input-pre-filled-bg: rgba(12 163 235 / 0.08);
  /* Tooltip */
  --tooltip-pointer-size: 8px;
  --tooltip-pointer-pos: calc(var(--tooltip-pointer-size) / 2);
  --tooltip-pointer-horizontal-inset: 16px;
  --tooltip-pointer-vertical-inset: 16px;
  --control-icon-enabled: #94A3B8;
}

/* 
 * Additional Components:
 * 
 */

/* LoadingIndicator */

@keyframes spin-infinite {
  0% {
    stroke-dasharray: 0.01px, 43.97px;
    transform: rotate(0deg);
  }

  50% {
    stroke-dasharray: 21.99px, 21.99px;
    transform: rotate(450deg);
  }

  100% {
    stroke-dasharray: 0.01px, 43.97px;
    transform: rotate(1080deg);
  }
}

.sfc-loading-indicator {
  fill: none;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out 0s;
  animation: 2s linear 0s infinite normal none running spin-infinite;
}

/* Menu Toggle */

.sfc-menu-toggle {
  width: 20px;
  height: 12px;
  position: relative;
  /* background-color: aquamarine; */
}

.sfc-menu-toggle > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--toggle-line-bg, #64748B);
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.sfc-menu-toggle > span:first-of-type {
  top: 1px;
}

.sfc-menu-toggle > span:last-of-type {
  bottom: 1px;
}

.sfc-menu-toggle.open > span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}

.sfc-menu-toggle.open > span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}

.sfc-menu-toggle-btn:hover .sfc-menu-toggle.open span:first-of-type,
.sfc-menu-toggle-btn:hover .sfc-menu-toggle.open span:last-of-type {
  width: 20px;
}

.sfc-menu-toggle-btn:hover .sfc-menu-toggle span:first-of-type {
  width: 20px;
}

.sfc-menu-toggle-btn:hover .sfc-menu-toggle span:last-of-type {
  width: 14px;
}

/* Tooltip */

.sfc-tooltip {
  overflow: visible;
}

.sfc-pointer {
  /* left: 0;
  top: 0; */
  position: absolute;
  height: var(--tooltip-pointer-size);
  width: var(--tooltip-pointer-size);
  border-radius: 2px;
  transform: rotate(45deg);
  overflow: hidden;
  background-color: inherit;
}

[data-anchor^="left"] .sfc-pointer,
.sfc-pointer.left {
  top: calc(50% - var(--tooltip-pointer-pos));
  right: 1px;
}

[data-anchor^="right"] .sfc-pointer,
.sfc-pointer.right {
  top: calc(50% - var(--tooltip-pointer-pos));
  left: 1px;
}

[data-anchor^="top"] .sfc-pointer,
.sfc-pointer.top {
  bottom: 1px;
  left: calc(50% - var(--tooltip-pointer-pos));
}

[data-anchor^="bottom"] .sfc-pointer,
.sfc-pointer.bottom {
  top: 1px;
  left: calc(50% - var(--tooltip-pointer-pos));
}

[data-anchor="bottom start"] .sfc-pointer,
[data-anchor="top start"] .sfc-pointer,
.sfc-pointer.bottom.start,
.sfc-pointer.top.start {
  left: calc(
    var(--tooltip-pointer-horizontal-inset) - var(--tooltip-pointer-pos)
  );
}

[data-anchor="bottom end"] .sfc-pointer,
[data-anchor="top end"] .sfc-pointer,
.sfc-pointer.bottom.end,
.sfc-pointer.top.end {
  left: auto;
  right: calc(
    var(--tooltip-pointer-horizontal-inset) - var(--tooltip-pointer-pos)
  );
}

[data-anchor="left start"] .sfc-pointer,
[data-anchor="right start"] .sfc-pointer,
.sfc-pointer.left.start,
.sfc-pointer.right.start {
  top: min(
    calc(50% - var(--tooltip-pointer-pos)),
    calc(var(--tooltip-pointer-vertical-inset) - var(--tooltip-pointer-pos))
  );
}

[data-anchor="left end"] .sfc-pointer,
[data-anchor="right end"] .sfc-pointer,
.sfc-pointer.left.end,
.sfc-pointer.right.end {
  top: auto;
  bottom: min(
    calc(50% - var(--tooltip-pointer-pos)),
    calc(var(--tooltip-pointer-vertical-inset) - var(--tooltip-pointer-pos))
  );
}

/*
  https://stackoverflow.com/a/70282887
  https://github.com/tailwindlabs/tailwindcss/discussions/2394
  https://github.com/tailwindlabs/tailwindcss/pull/5732
*/

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[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{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background-color:#fff;
  border-color:#6b7280;
  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::-moz-placeholder, textarea::-moz-placeholder{
  color:#6b7280;
  opacity:1;
}

input::placeholder,textarea::placeholder{
  color:#6b7280;
  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='%236b7280' 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;
  -webkit-print-color-adjust:exact;
          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;
  -webkit-print-color-adjust:unset;
          print-color-adjust:unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
          print-color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  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{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            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{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            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{
    -webkit-appearance:auto;
       -moz-appearance:auto;
            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;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px var(--input-pre-filled-bg, #e3f4ff) inset;
  -webkit-box-shadow: 0 0 0px 1000px var(--input-pre-filled-bg, #e3f4ff) inset;
  -webkit-transition: background-color 500s ease-in-out 0s;
  transition: background-color 500s ease-in-out 0s;
}

input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:autofill,
  input:autofill:hover,
  input:autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:autofill,
  textarea:autofill:hover,
  textarea:autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus,
  select:autofill,
  select:autofill:hover,
  select:autofill:focus {
  box-shadow: 0 0 0px 1000px var(--input-pre-filled-bg, #e3f4ff) inset;
  -webkit-box-shadow: 0 0 0px 1000px var(--input-pre-filled-bg, #e3f4ff) inset;
  -webkit-transition: background-color 500s ease-in-out 0s;
  transition: background-color 500s ease-in-out 0s;
}

input[type="file"]:focus,
  input[type="checkbox"]:focus,
  input[type="radio"]:focus,
  input[type="time"]:focus,
  input[type="date"]:focus,
  input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}

input[type="time"]:focus {
}

input[type="time"]::-webkit-datetime-edit-hour-field:focus,
  input[type="time"]::-webkit-datetime-edit-minute-field:focus,
  input[type="time"]::-webkit-datetime-edit-second-field:focus,
  input[type="time"]::-webkit-datetime-edit-ampm-field:focus {
  background-color: transparent;
  color: #187fb1;
}

input[type="checkbox"] {
  position: relative;
  place-content: center;
  display: grid;
}

input[type="checkbox"]:checked {
  /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") !default; */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
}

input[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='3' d='M5 8h6'/%3e%3c/svg%3e");
}

input[type="checkbox"]:indeterminate:disabled {
  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='%23ADB5BD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
}

input[type="radio"]:checked {
  /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#FFFFFF'/></svg>"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='1.75' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

input[type="radio"]:checked:disabled {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#ADB5BD'/></svg>");
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='1.75' fill='%23ADB5BD'/%3E%3C/svg%3E"); */
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input,
  textarea{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:1rem;
  line-height:1.5rem;
  color:rgb(0 0 0 / 100%);
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color:rgb(148 163 184 / 100%);
}

input::placeholder,
  textarea::placeholder{
  color:rgb(148 163 184 / 100%);
}

input,
  textarea{
  caret-color:#155677;
  line-height: 2rem;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style:italic;
  line-height:1.25rem;
}

input::placeholder,
  textarea::placeholder{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style:italic;
  line-height:1.25rem;
}

select {
  background-size: 8px;
  background-position: right center;
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.94902 11.984C3.78053 11.984 3.61188 11.9233 3.48785 11.8018L0.343289 8.72544C0.0949068 8.48235 0.0997391 8.09288 0.354403 7.85579C0.609228 7.6187 1.01692 7.62331 1.26562 7.8664L3.94902 10.4916L6.63869 7.8604C6.8874 7.61716 7.29525 7.61255 7.54991 7.84979C7.80457 8.08704 7.80941 8.47635 7.56102 8.71944L4.41034 11.8018C4.28615 11.9233 4.1175 11.984 3.94902 11.984Z" fill="%23ADB5BD"/><path d="M7.15151 4.50844C6.99749 4.50844 6.84363 4.45148 6.72753 4.33782L3.94875 1.61947L1.17649 4.33175C0.947839 4.55538 0.572873 4.55962 0.338742 4.3415C0.10461 4.12352 0.100167 3.76546 0.328523 3.54197L3.52491 0.414946C3.77859 0.172797 4.14379 0.19075 4.37303 0.414946L7.57579 3.54805C7.80415 3.77154 7.7997 4.1296 7.56557 4.34758C7.45006 4.45501 7.30078 4.50844 7.15151 4.50844Z" fill="%23ADB5BD"/></svg>');
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  margin-bottom:1rem;
  font-family:Satoshi, Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
  h2,
  h3{
  font-weight:900;
}

h4,
  h5,
  h6{
  font-weight:700;
}

footer a h4,footer a 
  h5,footer a 
  h6{
  font-weight:500;
}

h1{
  font-size:2.25rem;
  line-height:2.5rem;
}

h2{
  font-size:1.875rem;
  line-height:2.25rem;
}

h3{
  font-size:1.5rem;
  line-height:2rem;
}

h4{
  font-size:1.25rem;
  line-height:1.75rem;
}

h5{
  font-size:1.125rem;
  line-height:1.75rem;
}

h6{
  font-size:1rem;
  line-height: 2rem;
}

p{
  margin-bottom:2rem;
  font-size:1rem;
  line-height: 2rem;
}

.container{
  width:100%;
}

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

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

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

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

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

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

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

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

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

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

/* 
   * Interactions:
   * 
   * Hover, Focus, Focus-Within 
   */

/* Hover */

.sfc-interaction-hover {
  position: relative;
}

.sfc-interaction-hover::before {
  content: "";
  pointer-events:none;
  position:absolute;
  inset:-2px;
  border-radius:12px;
  opacity:0;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.sfc-interaction-hover.round::before{
  border-radius:9999px;
}

.sfc-interaction-hover:hover::before{
  opacity:1;
}

.sfc-interaction-hover.interaction-primary::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
}

/* Focus Shared */

.sfc-interaction-focus-within,
  .sfc-interaction-focus{
  position:relative;
}

.sfc-interaction-focus-within:focus,
  .sfc-interaction-focus:focus{
  outline:2px solid transparent;
  outline-offset:2px;
}

.sfc-interaction-focus::after,
  .sfc-interaction-focus-within::after {
  content: "";
  pointer-events:none;
  position:absolute;
  inset:-4px;
  border-radius:14px;
  border-width:2px;
  opacity:0;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.sfc-interaction-focus-within.interaction-primary::after,
  .sfc-interaction-focus.interaction-primary::after{
  content:var(--tw-content);
  --tw-border-opacity:1;
  border-color:rgb(21 86 119 / var(--tw-border-opacity, 1));
}

/* Focus */

.sfc-interaction-focus:focus::after{
  content:var(--tw-content);
  opacity:1;
}

.sfc-interaction-focus.round::after{
  border-radius:9999px;
}

/* Focus-Within */

.sfc-interaction-focus-within:focus-within::after{
  content:var(--tw-content);
  opacity:1;
}

/* 
   * Base Components:
   * 
   */

/* Icon */

.sfc-icon-box {
  --icon-size: 1.5rem;
  /* 24px; */
  display:inline-grid;
  height:var(--icon-size);
  width:var(--icon-size);
  align-items:center;
  justify-content:center;
  font-size:var(--icon-size);
  line-height:var(--icon-size);
}

.sfc-icon {
  /* font-display: block; */
  position:relative;
  display:inline-grid;
}

/* 
   * Components:
   * 
   */

/* BaseInputLayout */

.sfc-base-input-layout{
  position:relative;
  display:flex;
  width:100%;
  flex-grow:1;
  align-items:center;
  gap:0.375rem;
  padding-left:0.125rem;
  padding-right:0.125rem;
  color:rgb(148 163 184 / 100%);
}

.sfc-base-input{
  position:relative;
  display:block;
  width:100%;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-width:0px;
  background-color:transparent;
  padding:0px;
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:0.875rem;
  line-height:1.25rem;
  color:rgb(0 0 0 / 100%);
}

.sfc-base-input::-moz-placeholder{
  color:rgb(148 163 184 / 100%);
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sfc-base-input::placeholder{
  color:rgb(148 163 184 / 100%);
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sfc-base-input: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);
}

.sfc-base-input:disabled{
  color:rgb(173 181 189 / 100%);
}

.sfc-base-input:disabled::-moz-placeholder{
  --tw-placeholder-opacity:1;
  color:rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.sfc-base-input:disabled::placeholder{
  --tw-placeholder-opacity:1;
  color:rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

/* Control Field & Box (for CheckBox and RadioBox*/

.sfc-control-field,
  .sfc-control-box{
  position:relative;
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.sfc-control-field {
  /* 5px => 6px minus border (1) */
  cursor:text;
  border-radius:10px;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:5px;
  padding-bottom:5px;
  color:rgb(0 0 0 / 100%);
}

button:disabled > .sfc-control-field,
a.disabled > .sfc-control-field {
  cursor: default;
  background-color: #e5e7eb;
  color: #9ca3af;
}

.sfc-control-box{
  cursor:pointer;
  border-width:2px;
}

.sfc-control-field.readonly{
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(233 236 239 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.disabled,
  .sfc-control-box.disabled{
  cursor:default;
  --tw-border-opacity:1;
  border-color:rgb(222 226 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(233 236 239 / var(--tw-bg-opacity, 1));
  color:rgb(173 181 189 / 100%);
}

.sfc-control-field.disabled:checked,
  .sfc-control-box.disabled:checked{
  --tw-border-opacity:1;
  border-color:rgb(222 226 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(233 236 239 / var(--tw-bg-opacity, 1));
  color:rgb(173 181 189 / 100%);
}

.sfc-control-field.disabled .sfc-icon-box{
  color:rgb(173 181 189 / 100%);
}

.sfc-control-field.invalid:not(.disabled),
  .sfc-control-box.invalid:not(.disabled){
  --tw-border-opacity:1;
  border-color:rgb(217 38 55 / var(--tw-border-opacity, 1));
}

.sfc-control-field.invalid:not(.disabled):checked,
  .sfc-control-box.invalid:not(.disabled):checked{
  --tw-bg-opacity:1;
  background-color:rgb(237 70 86 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.invalid:not(.disabled):indeterminate,
  .sfc-control-box.invalid:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(254 242 243 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"].sfc-control-box.invalid:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(237 70 86 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.valid:not(.disabled),
  .sfc-control-box.valid:not(.disabled){
  --tw-border-opacity:1;
  border-color:rgb(24 137 111 / var(--tw-border-opacity, 1));
}

.sfc-control-field.valid:not(.disabled):checked,
  .sfc-control-box.valid:not(.disabled):checked{
  --tw-bg-opacity:1;
  background-color:rgb(34 170 135 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.valid:not(.disabled):indeterminate,
  .sfc-control-box.valid:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(241 252 247 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"].sfc-control-box.valid:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(34 170 135 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.warn:not(.disabled),
  .sfc-control-box.warn:not(.disabled){
  --tw-border-opacity:1;
  border-color:rgb(249 154 7 / var(--tw-border-opacity, 1));
}

.sfc-control-field.warn:not(.disabled):checked,
  .sfc-control-box.warn:not(.disabled):checked{
  --tw-bg-opacity:1;
  background-color:rgb(255 186 25 / var(--tw-bg-opacity, 1));
}

.sfc-control-field.warn:not(.disabled):indeterminate,
  .sfc-control-box.warn:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"].sfc-control-box.warn:not(.disabled):indeterminate{
  --tw-bg-opacity:1;
  background-color:rgb(255 186 25 / var(--tw-bg-opacity, 1));
}

.sfc-control-field .icon-block,
  .sfc-control-field.readonly .icon-block{
  color:rgb(148 163 184 / 100%);
}

.sfc-control-field.disabled .icon-block{
  color:rgb(173 181 189 / 100%);
}

[data-open] > .sfc-control-field{
  --tw-border-opacity:1 !important;
  border-color:rgb(139 207 238 / var(--tw-border-opacity, 1)) !important;
}

/* Tag */

.sfc-tag {
  --tag-tint: #94a3b8;
  --tag-bg: var(--tag-tint);
  --tag-fg: var(--tag-tint);
  position:relative;
  display:inline-flex;
  flex-grow:0;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
}

.sfc-tag-body{
  position:relative;
  display:inline-flex;
  min-height:1.25rem;
  flex-grow:0;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0.375rem;
  font-family:Satoshi, Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size:0.875rem;
  font-weight:700;
  line-height:1.125rem;
  color:var(--tag-fg);
}

footer a .sfc-tag-body{
  font-weight:500;
}

.active .sfc-tag-bg{
  opacity:0.8;
}

.sfc-tag:active .sfc-tag-bg{
  opacity:0.4;
}

.sfc-tag.active:active .sfc-tag-bg{
  opacity:0.6;
}

.sfc-label-tag {
  --labeltag-tint: #ce5511;
  position:relative;
  display:inline-flex;
  flex-grow:0;
  align-items:center;
  justify-content:center;
}

.sfc-label-tag-bg{
  pointer-events:none;
  position:absolute;
  inset:0px;
  display:block;
  border-radius:0.25rem;
  background-color:var(--labeltag-tint);
  opacity:16%;
}

.sfc-label-tag-body{
  position:relative;
  display:inline-flex;
  flex-grow:0;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--labeltag-tint);
  opacity:90%;
}

/* Flyout */

.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;
}

.pointer-events-none{
  pointer-events:none;
}

.invisible{
  visibility:hidden;
}

.static{
  position:static;
}

.fixed{
  position:fixed;
}

.absolute{
  position:absolute;
}

.relative{
  position:relative;
}

.inset-0{
  inset:0px;
}

.-right-1\.5{
  right:-0.375rem;
}

.bottom-0{
  bottom:0px;
}

.bottom-full{
  bottom:100%;
}

.left-0{
  left:0px;
}

.right-0{
  right:0px;
}

.top-0{
  top:0px;
}

.top-10{
  top:2.5rem;
}

.top-36{
  top:9rem;
}

.z-10{
  z-index:10;
}

.z-20{
  z-index:20;
}

.z-50{
  z-index:50;
}

.order-first{
  order:-9999;
}

.-m-1{
  margin:-0.25rem;
}

.m-2{
  margin:0.5rem;
}

.m-auto{
  margin:auto;
}

.-mx-96{
  margin-left:-24rem;
  margin-right:-24rem;
}

.mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem;
}

.mx-4{
  margin-left:1rem;
  margin-right:1rem;
}

.mx-8{
  margin-left:2rem;
  margin-right:2rem;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.my-16{
  margin-top:4rem;
  margin-bottom:4rem;
}

.my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem;
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem;
}

.my-auto{
  margin-top:auto;
  margin-bottom:auto;
}

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

.-ml-14{
  margin-left:-3.5rem;
}

.-ml-5{
  margin-left:-1.25rem;
}

.-mr-14{
  margin-right:-3.5rem;
}

.-mr-6{
  margin-right:-1.5rem;
}

.-mt-12{
  margin-top:-3rem;
}

.-mt-32{
  margin-top:-8rem;
}

.-mt-64{
  margin-top:-16rem;
}

.-mt-8{
  margin-top:-2rem;
}

.-mt-9{
  margin-top:-2.25rem;
}

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

.mb-1{
  margin-bottom:0.25rem;
}

.mb-16{
  margin-bottom:4rem;
}

.mb-2{
  margin-bottom:0.5rem;
}

.mb-3{
  margin-bottom:0.75rem;
}

.mb-4{
  margin-bottom:1rem;
}

.mb-8{
  margin-bottom:2rem;
}

.ml-1{
  margin-left:0.25rem;
}

.ml-2{
  margin-left:0.5rem;
}

.ml-3{
  margin-left:0.75rem;
}

.ml-auto{
  margin-left:auto;
}

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

.mr-2{
  margin-right:0.5rem;
}

.mr-4{
  margin-right:1rem;
}

.mt-0{
  margin-top:0px;
}

.mt-0\.5{
  margin-top:0.125rem;
}

.mt-10{
  margin-top:2.5rem;
}

.mt-2{
  margin-top:0.5rem;
}

.mt-3{
  margin-top:0.75rem;
}

.mt-4{
  margin-top:1rem;
}

.mt-8{
  margin-top:2rem;
}

.mt-auto{
  margin-top:auto;
}

.line-clamp-1{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.block{
  display:block;
}

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

.inline{
  display:inline;
}

.flex{
  display:flex;
}

.inline-flex{
  display:inline-flex;
}

.grid{
  display:grid;
}

.hidden{
  display:none;
}

.aspect-square{
  aspect-ratio:1 / 1;
}

.h-0{
  height:0px;
}

.h-10{
  height:2.5rem;
}

.h-12{
  height:3rem;
}

.h-14{
  height:3.5rem;
}

.h-2{
  height:0.5rem;
}

.h-24{
  height:6rem;
}

.h-32{
  height:8rem;
}

.h-36{
  height:9rem;
}

.h-5{
  height:1.25rem;
}

.h-6{
  height:1.5rem;
}

.h-7{
  height:1.75rem;
}

.h-8{
  height:2rem;
}

.h-\[100px\]{
  height:100px;
}

.h-\[150px\]{
  height:150px;
}

.h-\[18px\]{
  height:18px;
}

.h-\[200px\]{
  height:200px;
}

.h-\[38px\]{
  height:38px;
}

.h-fit{
  height:-moz-fit-content;
  height:fit-content;
}

.h-full{
  height:100%;
}

.h-px{
  height:1px;
}

.h-screen{
  height:100vh;
}

.max-h-6{
  max-height:1.5rem;
}

.max-h-\[240px\]{
  max-height:240px;
}

.max-h-\[300px\]{
  max-height:300px;
}

.min-h-11{
  min-height:2.75rem;
}

.min-h-24{
  min-height:6rem;
}

.min-h-28{
  min-height:7rem;
}

.min-h-56{
  min-height:14rem;
}

.min-h-60{
  min-height:15rem;
}

.min-h-8{
  min-height:2rem;
}

.min-h-9{
  min-height:2.25rem;
}

.min-h-\[18px\]{
  min-height:18px;
}

.min-h-\[2\.5rem\]{
  min-height:2.5rem;
}

.min-h-\[35px\]{
  min-height:35px;
}

.min-h-\[70px\]{
  min-height:70px;
}

.min-h-full{
  min-height:100%;
}

.min-h-screen{
  min-height:100vh;
}

.w-0{
  width:0px;
}

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

.w-1\/4{
  width:25%;
}

.w-10{
  width:2.5rem;
}

.w-12{
  width:3rem;
}

.w-14{
  width:3.5rem;
}

.w-16{
  width:4rem;
}

.w-2{
  width:0.5rem;
}

.w-24{
  width:6rem;
}

.w-28{
  width:7rem;
}

.w-3\/4{
  width:75%;
}

.w-32{
  width:8rem;
}

.w-36{
  width:9rem;
}

.w-5{
  width:1.25rem;
}

.w-6{
  width:1.5rem;
}

.w-7{
  width:1.75rem;
}

.w-8{
  width:2rem;
}

.w-80{
  width:20rem;
}

.w-\[160px\]{
  width:160px;
}

.w-\[180px\]{
  width:180px;
}

.w-\[18px\]{
  width:18px;
}

.w-\[200px\]{
  width:200px;
}

.w-\[9rem\]{
  width:9rem;
}

.w-\[calc\(50\%-0\.25rem\)\]{
  width:calc(50% - 0.25rem);
}

.w-auto{
  width:auto;
}

.w-fit{
  width:-moz-fit-content;
  width:fit-content;
}

.w-full{
  width:100%;
}

.w-max{
  width:-moz-max-content;
  width:max-content;
}

.w-px{
  width:1px;
}

.min-w-10{
  min-width:2.5rem;
}

.min-w-12{
  min-width:3rem;
}

.min-w-32{
  min-width:8rem;
}

.min-w-5{
  min-width:1.25rem;
}

.min-w-52{
  min-width:13rem;
}

.min-w-56{
  min-width:14rem;
}

.min-w-72{
  min-width:18rem;
}

.min-w-8{
  min-width:2rem;
}

.min-w-\[100px\]{
  min-width:100px;
}

.min-w-\[120px\]{
  min-width:120px;
}

.min-w-\[180px\]{
  min-width:180px;
}

.min-w-\[18px\]{
  min-width:18px;
}

.min-w-\[2\.5rem\]{
  min-width:2.5rem;
}

.min-w-\[200px\]{
  min-width:200px;
}

.min-w-\[250px\]{
  min-width:250px;
}

.min-w-\[300px\]{
  min-width:300px;
}

.min-w-\[330px\]{
  min-width:330px;
}

.min-w-\[360px\]{
  min-width:360px;
}

.min-w-\[80px\]{
  min-width:80px;
}

.min-w-\[9rem\]{
  min-width:9rem;
}

.min-w-fit{
  min-width:-moz-fit-content;
  min-width:fit-content;
}

.max-w-2xl{
  max-width:42rem;
}

.max-w-36{
  max-width:9rem;
}

.max-w-44{
  max-width:11rem;
}

.max-w-6{
  max-width:1.5rem;
}

.max-w-9{
  max-width:2.25rem;
}

.max-w-\[450px\]{
  max-width:450px;
}

.max-w-\[500px\]{
  max-width:500px;
}

.max-w-\[570px\]{
  max-width:570px;
}

.max-w-\[592px\]{
  max-width:592px;
}

.max-w-\[8\.5rem\]{
  max-width:8.5rem;
}

.max-w-md{
  max-width:28rem;
}

.max-w-sm{
  max-width:24rem;
}

.flex-1{
  flex:1 1 0%;
}

.flex-shrink-0{
  flex-shrink:0;
}

.flex-grow{
  flex-grow:1;
}

.flex-grow-0{
  flex-grow:0;
}

.grow{
  flex-grow:1;
}

.basis-\[30\%\]{
  flex-basis:30%;
}

.transform{
  transform:translate(var(--tw-translate-x), 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));
}

.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;
}

.content-center{
  align-content:center;
}

.items-start{
  align-items:flex-start;
}

.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;
}

.gap-0\.5{
  gap:0.125rem;
}

.gap-1{
  gap:0.25rem;
}

.gap-1\.5{
  gap:0.375rem;
}

.gap-12{
  gap:3rem;
}

.gap-2{
  gap:0.5rem;
}

.gap-2\.5{
  gap:0.625rem;
}

.gap-3{
  gap:0.75rem;
}

.gap-4{
  gap:1rem;
}

.gap-6{
  gap:1.5rem;
}

.gap-8{
  gap:2rem;
}

.gap-x-1{
  -moz-column-gap:0.25rem;
       column-gap:0.25rem;
}

.gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem;
}

.gap-y-16{
  row-gap:4rem;
}

.gap-y-4{
  row-gap:1rem;
}

.gap-y-6{
  row-gap:1.5rem;
}

.self-center{
  align-self:center;
}

.self-stretch{
  align-self:stretch;
}

.overflow-auto{
  overflow:auto;
}

.overflow-hidden{
  overflow:hidden;
}

.overflow-visible{
  overflow:visible;
}

.overflow-x-auto{
  overflow-x:auto;
}

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

.overflow-x-hidden{
  overflow-x:hidden;
}

.overflow-y-hidden{
  overflow-y:hidden;
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.hyphens-auto{
  -webkit-hyphens:auto;
          hyphens:auto;
}

.whitespace-nowrap{
  white-space:nowrap;
}

.text-wrap{
  text-wrap:wrap;
}

.break-words{
  overflow-wrap:break-word;
}

.rounded{
  border-radius:0.25rem;
}

.rounded-2xl{
  border-radius:1rem;
}

.rounded-3xl{
  border-radius:1.5rem;
}

.rounded-\[0\.375rem\]{
  border-radius:0.375rem;
}

.rounded-control{
  border-radius:10px;
}

.rounded-full{
  border-radius:9999px;
}

.rounded-md{
  border-radius:0.375rem;
}

.rounded-sm{
  border-radius:0.125rem;
}

.rounded-xl{
  border-radius:0.75rem;
}

.rounded-t-control{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.border{
  border-width:1px;
}

.border-2{
  border-width:2px;
}

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

.border-l{
  border-left-width:1px;
}

.border-r{
  border-right-width:1px;
}

.border-dashed{
  border-style:dashed;
}

.border-none{
  border-style:none;
}

.border-primary-200{
  --tw-border-opacity:1;
  border-color:rgb(193 229 246 / var(--tw-border-opacity, 1));
}

.border-slate-200{
  --tw-border-opacity:1;
  border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300{
  --tw-border-opacity:1;
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#226793\]{
  --tw-bg-opacity:1;
  background-color:rgb(34 103 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2f8bc988\]{
  background-color:#2f8bc988;
}

.bg-\[\#4755691A\]{
  background-color:#4755691A;
}

.bg-\[\#bfbfbf6b\]{
  background-color:#bfbfbf6b;
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200{
  --tw-bg-opacity:1;
  background-color:rgb(233 236 239 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity:1;
  background-color:rgb(21 86 119 / var(--tw-bg-opacity, 1));
}

.bg-primary-100{
  --tw-bg-opacity:1;
  background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
}

.bg-primary-50{
  --tw-bg-opacity:1;
  background-color:rgb(242 249 253 / var(--tw-bg-opacity, 1));
}

.bg-primary-900{
  --tw-bg-opacity:1;
  background-color:rgb(23 72 99 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity:1;
  background-color:rgb(235 97 0 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100{
  --tw-bg-opacity:1;
  background-color:rgb(255 240 211 / var(--tw-bg-opacity, 1));
}

.bg-slate-200{
  --tw-bg-opacity:1;
  background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-300{
  --tw-bg-opacity:1;
  background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
  --tw-bg-opacity:1;
  background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-500{
  --tw-bg-opacity:1;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

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

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30{
  --tw-bg-opacity:0.3;
}

.bg-opacity-75{
  --tw-bg-opacity:0.75;
}

.bg-none{
  background-image:none;
}

.fill-white{
  fill:#fff;
}

.object-contain{
  -o-object-fit:contain;
     object-fit:contain;
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover;
}

.p-0{
  padding:0px;
}

.p-0\.5{
  padding:0.125rem;
}

.p-1{
  padding:0.25rem;
}

.p-2{
  padding:0.5rem;
}

.p-3{
  padding:0.75rem;
}

.p-4{
  padding:1rem;
}

.p-6{
  padding:1.5rem;
}

.px-0{
  padding-left:0px;
  padding-right:0px;
}

.px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem;
}

.px-1{
  padding-left:0.25rem;
  padding-right:0.25rem;
}

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem;
}

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem;
}

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

.px-8{
  padding-left:2rem;
  padding-right:2rem;
}

.py-0{
  padding-top:0px;
  padding-bottom:0px;
}

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem;
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
}

.py-14{
  padding-top:3.5rem;
  padding-bottom:3.5rem;
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem;
}

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem;
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem;
}

.py-8{
  padding-top:2rem;
  padding-bottom:2rem;
}

.pb-12{
  padding-bottom:3rem;
}

.pb-20{
  padding-bottom:5rem;
}

.pb-4{
  padding-bottom:1rem;
}

.pb-6{
  padding-bottom:1.5rem;
}

.pb-8{
  padding-bottom:2rem;
}

.pb-\[17rem\]{
  padding-bottom:17rem;
}

.pl-0{
  padding-left:0px;
}

.pl-1{
  padding-left:0.25rem;
}

.pl-1\.5{
  padding-left:0.375rem;
}

.pl-2{
  padding-left:0.5rem;
}

.pl-3{
  padding-left:0.75rem;
}

.pl-4{
  padding-left:1rem;
}

.pr-1\.5{
  padding-right:0.375rem;
}

.pr-2{
  padding-right:0.5rem;
}

.pt-1{
  padding-top:0.25rem;
}

.pt-12{
  padding-top:3rem;
}

.pt-16{
  padding-top:4rem;
}

.pt-2{
  padding-top:0.5rem;
}

.pt-3{
  padding-top:0.75rem;
}

.pt-4{
  padding-top:1rem;
}

.pt-5{
  padding-top:1.25rem;
}

.pt-8{
  padding-top:2rem;
}

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

.text-center{
  text-align:center;
}

.text-end{
  text-align:end;
}

.align-middle{
  vertical-align:middle;
}

.font-base{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-highlight{
  font-family:Satoshi, Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem;
}

.text-\[0\.8125rem\]{
  font-size:0.8125rem;
}

.text-base{
  font-size:1rem;
  line-height:1.5rem;
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem;
}

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

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

.font-bold{
  font-weight:700;
}

.font-medium{
  font-weight:500;
}

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

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

.lowercase{
  text-transform:lowercase;
}

.capitalize{
  text-transform:capitalize;
}

.italic{
  font-style:italic;
}

.leading-3{
  line-height:.75rem;
}

.leading-4{
  line-height:1rem;
}

.leading-5{
  line-height:1.25rem;
}

.leading-6{
  line-height:1.5rem;
}

.leading-\[1\.125rem\]{
  line-height:1.125rem;
}

.leading-none{
  line-height:1;
}

.leading-normal{
  line-height:1.5;
}

.text-\[\#EFEFEF\]{
  --tw-text-opacity:1;
  color:rgb(239 239 239 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-color-default{
  color:rgb(0 0 0 / 100%);
}

.text-color-disabled{
  color:rgb(173 181 189 / 100%);
}

.text-color-extending{
  color:rgb(148 163 184 / 100%);
}

.text-color-item-title{
  color:rgb(51 65 85 / 100%);
}

.text-color-title{
  color:rgb(23 72 99 / 100%);
}

.text-danger{
  --tw-text-opacity:1;
  color:rgb(237 70 86 / var(--tw-text-opacity, 1));
}

.text-neutral{
  --tw-text-opacity:1;
  color:rgb(173 181 189 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity:1;
  color:rgb(21 86 119 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity:1;
  color:rgb(24 127 177 / var(--tw-text-opacity, 1));
}

.text-primary-900{
  --tw-text-opacity:1;
  color:rgb(23 72 99 / var(--tw-text-opacity, 1));
}

.text-primary-foreground{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity:1;
  color:rgb(235 97 0 / var(--tw-text-opacity, 1));
}

.text-secondary-700{
  --tw-text-opacity:1;
  color:rgb(204 75 2 / var(--tw-text-opacity, 1));
}

.text-secondary-foreground{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-slate-200{
  --tw-text-opacity:1;
  color:rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300{
  --tw-text-opacity:1;
  color:rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity:1;
  color:rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity:1;
  color:rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-700{
  --tw-text-opacity:1;
  color:rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity:1;
  color:rgb(34 170 135 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line:underline;
}

.opacity-0{
  opacity:0;
}

.opacity-15{
  opacity:0.15;
}

.opacity-50{
  opacity:0.5;
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.filter{
  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);
}

.transition-opacity{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.transition-spacing{
  transition-property:margin, padding;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.duration-700{
  transition-duration:700ms;
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none{
  --tw-content:none;
  content:var(--tw-content);
}

/* Chrome, Safari and Opera */

.\[--icon-size\:0\.75rem\]{
  --icon-size:0.75rem;
}

.\[--icon-size\:1\.25rem\]{
  --icon-size:1.25rem;
}

.\[--icon-size\:1\.75rem\]{
  --icon-size:1.75rem;
}

.\[--icon-size\:1rem\]{
  --icon-size:1rem;
}

.\[--icon-size\:2\.5rem\]{
  --icon-size:2.5rem;
}

.\[clip-path\:polygon\(0_25\%\2c 50\%_0\2c 100\%_25\%\2c 100\%_75\%\2c 50\%_100\%\2c 0_75\%\)\]{
  clip-path:polygon(0 25%,50% 0,100% 25%,100% 75%,50% 100%,0 75%);
}

:root {
  --fs-1: 2rem;
  --fs-2: 1.5rem;
  --fw-2: 100;
}

.text-base {
  line-height: 2rem;
}

.bg-gradient-jobapp {
  background-image: linear-gradient(to right, #12364d, #155677);
}

h1 {
  font-size: var(--fs-1);
}

h2 {
  font-size: var(--fs-2);
  font-weight: 100;
}

select {
  background-image: none;
}

footer a .font-bold{
  font-weight:500;
}

footer .text-white a .nav-label {
  color: white;
}

.sfc-base-input:disabled,
.disabled-text {
  color: rgb(173 181 189 / 60%) !important;
}

select:has(option[value=""]:checked) {
  color: rgb(148 163 184 / 100%);
  font-style: italic;
}

[type="text"] {
  background-color: transparent;
  border: none;
  padding: 0;
}

.content > ol,
.content > ul,
.content > menu {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.content > p:has(+ ul),
.content > p:has(+ ol){
  margin-bottom:0px;
}

.content p > a{
  word-break:break-all;
  text-decoration: underline;
}

.entry-content p > a{
  word-break:break-all;
  text-decoration: underline;
}

.text-xs {
  font-size: 0.8rem;
}

.jobapp-maxwidth {
  max-width: 1140px;
}

.job-info > * {
  margin-bottom: 0.5rem;
}

.hover-target:hover + .hover-content,
.hover-target:focus + .hover-content {
  display: block;
}

/*
 * Needed for share-copy button and creatJob message. 
 * Classes are used after button click and therefore not reconiced by tailwind.
 */

.bg-success{
  --tw-bg-opacity:1;
  background-color:rgb(34 170 135 / var(--tw-bg-opacity, 1));
}

.text-success{
  --tw-text-opacity:1;
  color:rgb(34 170 135 / var(--tw-text-opacity, 1));
}

.bg-warning{
  --tw-bg-opacity:1;
  background-color:rgb(255 186 25 / var(--tw-bg-opacity, 1));
}

.text-warning{
  --tw-text-opacity:1;
  color:rgb(249 154 7 / var(--tw-text-opacity, 1));
}

.bg-danger{
  --tw-bg-opacity:1;
  background-color:rgb(237 70 86 / var(--tw-bg-opacity, 1));
}

.text-danger{
  --tw-text-opacity:1;
  color:rgb(237 70 86 / var(--tw-text-opacity, 1));
}

.carousel-button-active{
  background-color:#f0f3ff72;
  --tw-text-opacity:1;
  color:rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.carousel-button-disabled{
  visibility:hidden;
}

@media (max-width: 40em) {
  .carousel-button-active{
    background-color:#8080802a;
    --tw-text-opacity:1;
    color:rgb(23 72 99 / var(--tw-text-opacity, 1));
  }
}

.step-active{
  --tw-bg-opacity:1;
  background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.step-inactive{
  --tw-bg-opacity:1;
  background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(23 72 99 / var(--tw-text-opacity, 1));
}

.border-dragAndDrop{
  --tw-border-opacity:1;
  border-color:rgb(193 229 246 / var(--tw-border-opacity, 1));
}

.bg-active-nav{
  --tw-bg-opacity:1;
  background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
}

.page .wp-editor-tools,
.post .wp-editor-tools {
  display: none;
}

#info-message a {
  text-decoration: underline;
}

.student-header .custom-logo-link,
.company-header .custom-logo-link {
  width: 75%;
  margin-left:auto;
  margin-right:auto;
}

.banner {
  background-color: #ffffff70;
}

.banner.error{
  --tw-bg-opacity:1;
  background-color:rgb(237 70 86 / var(--tw-bg-opacity, 1));
}

.banner.warning {
  background-color: #ffec2170;
}

.banner.information {
  background-color: #21e5ff70;
}

@media (max-width: 40em) {
  :root {
    --fs-1: 1.5rem;
    --fs-2: 1.25rem;
    --fw-2: 100;
  }
}

@media (min-width: 768px) {
  #mobile-menu-toggle,
  #mobile-footer {
    display: none;
  }

  #footer-navbar {
    display: flex;
  }
}

.jobapp-maxwidth .wp-block-group {
  flex-wrap: wrap !important;
}

.pl6{
  padding-left:1.5rem;
}

.mce-content-body {
  padding: 1rem !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji" !important;
}

.mce-content-body > ol,.mce-content-body > ul,.mce-content-body > menu {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.mce-content-body > p:has(+ ul),.mce-content-body > p:has(+ ol){
  margin-bottom:0px;
}

.mce-content-body p > a{
  word-break:break-all;
  text-decoration: underline;
}

.slider {
  content: "";
  transition: 0.4s;
}

.slider:before {
  transition: 0.4s;
}

input:checked + .slider{
  --tw-bg-opacity:1;
  background-color:rgb(21 102 143 / var(--tw-bg-opacity, 1));
}

input + .slider:before{
  --tw-text-opacity:1;
  color:rgb(203 213 225 / var(--tw-text-opacity, 1));
  content: "\2717";
}

input:checked + .slider:before{
  --tw-translate-x:1rem;
  transform:translate(var(--tw-translate-x), 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-text-opacity:1;
  color:rgb(21 86 119 / var(--tw-text-opacity, 1));
  content: "\2713";
}

small{
  line-height:1rem;
}

button:disabled > .rounded-control,
a.disabled > .rounded-control {
  cursor: default;
  background-color: #e5e7eb;
  color: #9ca3af;
}

button:disabled:hover::before,
a.disabled:hover::before {
  opacity: 0;
}

#cmplz-document {
  max-width: none !important;
}

.strokeCurrent{
  stroke:currentColor;
}

.stroke2{
  stroke-width:2;
}

.fillNone{
  fill:none;
}

@media (min-width: 768px){
  .md\:sfc-interaction-hover {
    position: relative;
  }

  .md\:sfc-interaction-hover::before {
    content: "";
    pointer-events:none;
    position:absolute;
    inset:-2px;
    border-radius:12px;
    opacity:0;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms;
  }

  .md\:sfc-interaction-hover.round::before{
    border-radius:9999px;
  }

  .md\:sfc-interaction-hover:hover::before{
    opacity:1;
  }

  .md\:sfc-interaction-hover.interaction-primary::before{
    content:var(--tw-content);
    --tw-bg-opacity:1;
    background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
  }
}

.before\:absolute::before{
  content:var(--tw-content);
  position:absolute;
}

.before\:-inset-\[0\.125rem\]::before{
  content:var(--tw-content);
  inset:-0.125rem;
}

.before\:-inset-\[4px\]::before{
  content:var(--tw-content);
  inset:-4px;
}

.before\:inset-0::before{
  content:var(--tw-content);
  inset:0px;
}

.before\:bottom-0\.5::before{
  content:var(--tw-content);
  bottom:0.125rem;
}

.before\:left-0\.5::before{
  content:var(--tw-content);
  left:0.125rem;
}

.before\:-z-10::before{
  content:var(--tw-content);
  z-index:-10;
}

.before\:h-5::before{
  content:var(--tw-content);
  height:1.25rem;
}

.before\:w-5::before{
  content:var(--tw-content);
  width:1.25rem;
}

.before\:rounded-\[0\.5rem\]::before{
  content:var(--tw-content);
  border-radius:0.5rem;
}

.before\:rounded-full::before{
  content:var(--tw-content);
  border-radius:9999px;
}

.before\:rounded-b-none::before{
  content:var(--tw-content);
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}

.before\:bg-primary-100::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(227 241 251 / var(--tw-bg-opacity, 1));
}

.before\:bg-primary-900::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(23 72 99 / var(--tw-bg-opacity, 1));
}

.before\:bg-primary\/10::before{
  content:var(--tw-content);
  background-color:rgb(21 86 119 / 0.1);
}

.before\:bg-primary\/40::before{
  content:var(--tw-content);
  background-color:rgb(21 86 119 / 0.4);
}

.before\:bg-secondary-100::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(255 240 211 / var(--tw-bg-opacity, 1));
}

.before\:bg-white::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:leading-5::before{
  content:var(--tw-content);
  line-height:1.25rem;
}

.after\:-inset-\[2px\]::after{
  content:var(--tw-content);
  inset:-2px;
}

.after\:-inset-\[6px\]::after{
  content:var(--tw-content);
  inset:-6px;
}

.after\:rounded-\[0\.625rem\]::after{
  content:var(--tw-content);
  border-radius:0.625rem;
}

.after\:border-primary::after{
  content:var(--tw-content);
  --tw-border-opacity:1;
  border-color:rgb(21 86 119 / var(--tw-border-opacity, 1));
}

.after\:border-secondary::after{
  content:var(--tw-content);
  --tw-border-opacity:1;
  border-color:rgb(235 97 0 / var(--tw-border-opacity, 1));
}

.checked\:bg-primary:checked{
  --tw-bg-opacity:1;
  background-color:rgb(21 86 119 / var(--tw-bg-opacity, 1));
}

.checked\:bg-secondary:checked{
  --tw-bg-opacity:1;
  background-color:rgb(235 97 0 / var(--tw-bg-opacity, 1));
}

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

.focus-within\:ring-2:focus-within{
  --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-within\:ring-primary:focus-within{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(21 86 119 / var(--tw-ring-opacity, 1));
}

.hover\:border-primary-200:hover{
  --tw-border-opacity:1;
  border-color:rgb(193 229 246 / var(--tw-border-opacity, 1));
}

.hover\:bg-primary-100\/20:hover{
  background-color:rgb(227 241 251 / 0.2);
}

.hover\:bg-slate-500\/20:hover{
  background-color:rgb(100 116 139 / 0.2);
}

.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-primary:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(21 86 119 / var(--tw-ring-opacity, 1));
}

.active\:bg-\[\#5a5a5a80\]:active{
  background-color:#5a5a5a80;
}

.active\:bg-primary-200:active{
  --tw-bg-opacity:1;
  background-color:rgb(193 229 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-300:active{
  --tw-bg-opacity:1;
  background-color:rgb(139 207 238 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary-600:active{
  --tw-bg-opacity:1;
  background-color:rgb(24 127 177 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-300:active{
  --tw-bg-opacity:1;
  background-color:rgb(255 196 109 / var(--tw-bg-opacity, 1));
}

.active\:bg-secondary-600:active{
  --tw-bg-opacity:1;
  background-color:rgb(235 97 0 / var(--tw-bg-opacity, 1));
}

.active\:text-primary-100:active{
  --tw-text-opacity:1;
  color:rgb(227 241 251 / var(--tw-text-opacity, 1));
}

.active\:text-primary-700:active{
  --tw-text-opacity:1;
  color:rgb(21 102 143 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-100:active{
  --tw-text-opacity:1;
  color:rgb(255 240 211 / var(--tw-text-opacity, 1));
}

.active\:text-secondary-700:active{
  --tw-text-opacity:1;
  color:rgb(204 75 2 / var(--tw-text-opacity, 1));
}

.active\:text-slate-200:active{
  --tw-text-opacity:1;
  color:rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.active\:before\:bg-primary-200:active::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(193 229 246 / var(--tw-bg-opacity, 1));
}

.active\:before\:bg-primary-300:active::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(139 207 238 / var(--tw-bg-opacity, 1));
}

.active\:before\:bg-primary\/25:active::before{
  content:var(--tw-content);
  background-color:rgb(21 86 119 / 0.25);
}

.active\:before\:bg-secondary-300:active::before{
  content:var(--tw-content);
  --tw-bg-opacity:1;
  background-color:rgb(255 196 109 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:visible{
  visibility:visible;
}

@media (min-width: 320px){
  .xs\:items-center{
    align-items:center;
  }
}

@media (min-width: 366px){
  .ss\:-mt-52{
    margin-top:-13rem;
  }

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

  .ss\:flex{
    display:flex;
  }

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

  .ss\:flex-nowrap{
    flex-wrap:nowrap;
  }

  .ss\:pb-56{
    padding-bottom:14rem;
  }
}

@media (min-width: 540px){
  .mc\:mx-\[calc\(100px_\+_0\.5rem\)\]{
    margin-left:calc(100px + 0.5rem);
    margin-right:calc(100px + 0.5rem);
  }

  .mc\:mt-0{
    margin-top:0px;
  }

  .mc\:flex{
    display:flex;
  }

  .mc\:h-\[220px\]{
    height:220px;
  }

  .mc\:w-\[200px\]{
    width:200px;
  }

  .mc\:flex-nowrap{
    flex-wrap:nowrap;
  }

  .mc\:gap-4{
    gap:1rem;
  }

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

@media (min-width: 640px){
  .sm\:mx-0{
    margin-left:0px;
    margin-right:0px;
  }

  .sm\:mx-12{
    margin-left:3rem;
    margin-right:3rem;
  }

  .sm\:-mt-40{
    margin-top:-10rem;
  }

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

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

  .sm\:ml-4{
    margin-left:1rem;
  }

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

  .sm\:mt-0{
    margin-top:0px;
  }

  .sm\:flex{
    display:flex;
  }

  .sm\:hidden{
    display:none;
  }

  .sm\:h-10{
    height:2.5rem;
  }

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

  .sm\:h-\[200px\]{
    height:200px;
  }

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

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

  .sm\:w-3\/4{
    width:75%;
  }

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

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

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

  .sm\:max-w-lg{
    max-width:32rem;
  }

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

  .sm\:items-start{
    align-items:flex-start;
  }

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

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

  .sm\:p-6{
    padding:1.5rem;
  }

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

  .sm\:py-12{
    padding-top:3rem;
    padding-bottom:3rem;
  }

  .sm\:py-8{
    padding-top:2rem;
    padding-bottom:2rem;
  }

  .sm\:pb-20{
    padding-bottom:5rem;
  }

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

  .sm\:pb-44{
    padding-bottom:11rem;
  }

  .sm\:pl-14{
    padding-left:3.5rem;
  }

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

@media (min-width: 768px){
  .md\:right-0{
    right:0px;
  }

  .md\:top-10{
    top:2.5rem;
  }

  .md\:order-2{
    order:2;
  }

  .md\:mx-auto{
    margin-left:auto;
    margin-right:auto;
  }

  .md\:-ml-32{
    margin-left:-8rem;
  }

  .md\:-mt-28{
    margin-top:-7rem;
  }

  .md\:mb-1{
    margin-bottom:0.25rem;
  }

  .md\:mb-16{
    margin-bottom:4rem;
  }

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

  .md\:mt-0{
    margin-top:0px;
  }

  .md\:line-clamp-1{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
  }

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

  .md\:flex{
    display:flex;
  }

  .md\:grid{
    display:grid;
  }

  .md\:h-14{
    height:3.5rem;
  }

  .md\:h-56{
    height:14rem;
  }

  .md\:min-h-\[350px\]{
    min-height:350px;
  }

  .md\:min-h-\[85px\]{
    min-height:85px;
  }

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

  .md\:w-1\/4{
    width:25%;
  }

  .md\:w-14{
    width:3.5rem;
  }

  .md\:w-2\/3{
    width:66.666667%;
  }

  .md\:w-3\/4{
    width:75%;
  }

  .md\:w-56{
    width:14rem;
  }

  .md\:w-\[175px\]{
    width:175px;
  }

  .md\:w-\[calc\(20\%-1rem\)\]{
    width:calc(20% - 1rem);
  }

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

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

  .md\:min-w-3{
    min-width:0.75rem;
  }

  .md\:min-w-\[12rem\]{
    min-width:12rem;
  }

  .md\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content;
  }

  .md\:flex-1{
    flex:1 1 0%;
  }

  .md\:flex-none{
    flex:none;
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .md\:flex-wrap{
    flex-wrap:wrap;
  }

  .md\:flex-nowrap{
    flex-wrap:nowrap;
  }

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

  .md\:justify-center{
    justify-content:center;
  }

  .md\:gap-4{
    gap:1rem;
  }

  .md\:gap-8{
    gap:2rem;
  }

  .md\:gap-y-4{
    row-gap:1rem;
  }

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

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

  .md\:p-6{
    padding:1.5rem;
  }

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

  .md\:py-12{
    padding-top:3rem;
    padding-bottom:3rem;
  }

  .md\:py-24{
    padding-top:6rem;
    padding-bottom:6rem;
  }

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

  .md\:pb-32{
    padding-bottom:8rem;
  }

  .md\:pt-24{
    padding-top:6rem;
  }

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

  .md\:pt-8{
    padding-top:2rem;
  }

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

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

@media (min-width: 980px){
  .navMax\:flex{
    display:flex;
  }

  .navMax\:hidden{
    display:none;
  }
}

@media (min-width: 1140px){
  .l\:my-16{
    margin-top:4rem;
    margin-bottom:4rem;
  }

  .l\:min-w-\[15rem\]{
    min-width:15rem;
  }

  .l\:px-0{
    padding-left:0px;
    padding-right:0px;
  }

  .l\:pb-20{
    padding-bottom:5rem;
  }
}

.\[\&_label\]\:cursor-pointer label{
  cursor:pointer;
}
