@CHARSET "ISO-8859-1";

:root {

    /* these are CSS custom properties that are used across the site */
    /* usage example: background-color: var(-parker-brand-blue-100); */
    /* reference: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties */

    /* ----------------------------------------- COLOURS ----------------------------------------- */

    --parker-cl-system-dark-100: #000000;
    --parker-cl-system-dark-90: #2C2C2C;
    --parker-cl-system-dark-70: #383838;
    --parker-cl-system-dark-60: #484848;
    --parker-cl-system-dark-40: #AFAFAF;
    --parker-cl-system-neutral: #CECECE;
    --parker-cl-system-light-40: #E3E3E3;
    --parker-cl-system-light-60: #EEEEEE;
    --parker-cl-system-light-90: #F8F8F8;
    --parker-cl-system-light-100: #FFFFFF;

    --parker-cl-notifications-danger-1: #ff2d00;
    --parker-cl-notifications-danger-2: #F5C5BB;
    --parker-cl-notifications-danger-3: #FCEDE9;
    --parker-cl-notifications-confirm-1: #3EBE61;
    --parker-cl-notifications-confirm-2: #BEE5C8;
    --parker-cl-notifications-confirm-3: #EBF7EE;
    --parker-cl-notifications-inform-1: #2A78D7;
    --parker-cl-notifications-inform-2: #328DFC;
    --parker-cl-notifications-inform-3: #ABCDF1;
    --parker-cl-notifications-inform-4: #E6EFFA;
    --parker-cl-notifications-warning-1: #EF9302;
    --parker-cl-notifications-warning-2: #FAE1B5;
    --parker-cl-notifications-warning-3: #FEF7EA;

    --parker-cl-typography-default-text: #2C2C2C;
    --parker-cl-typography-placeholder-text: #AFAFAF;
    --parker-cl-typography-hyperlink: #328DFC;
    --parker-cl-typography-low-contrast: #B0B0B0;
    
    --parker-cl-hover-primary: #EBF4FF;
    --parker-cl-hover-secondary: #FFFBCC;

    --parker-cl-buttons-confirm-background: #328DFC;
    --parker-cl-buttons-confirm-text: var(--parker-cl-system-light-100);

    --parker-cl-buttons-action-background: #FFED00;
    --parker-cl-buttons-action-text: var(--parker-cl-system-dark-90);

    --parker-cl-buttons-inform-background: #FFFFFF;
    --parker-cl-buttons-inform-text: var(--parker-cl-system-dark-90);
    --parker-cl-buttons-inform-border: #328DFC;

    /* ----------------------- SWITCH COLOURS ----------------------- */

    --switch-green: #03cfa3;
    --switch-yellow: #ebc436;
    --switch-pink: #e30066;
    --switch-blue: #335994;
    --switch-orange: #fa4d3d;
    --switch-lightblue: #57c4e5;

    /* ----------------------- FONT SIZE VARIABLES ----------------------- */
    /* The below variables detail all standard fonts that should be used on the Parker websites
    /* fs - font size, lh - line height, cb - capsize bottom, ct - capsize top */
    /* range 100 smallest to 800 largest

    /* 10px (line height 14px) */
    --parker-fs-100: 0.625rem; /* 10px */
    --parker-lh-100: 0.875rem;
    --parker-cb-100: -0.3741em;
    --parker-ct-100: -0.3121em;

    /* 12px (line height 16px) */
    --parker-fs-200: 0.75rem; /* 12px */
    --parker-lh-200: 1rem;
    --parker-cb-200: -0.3407em;
    --parker-ct-200: -0.2787em;

    /* 13px (line height 17px) */
    --parker-fs-250: 0.813rem; /* 13px */
    --parker-lh-250: 1.063rem;
    --parker-cb-250: -0.3824em;
    --parker-ct-250: -0.3204em;

    /* 14px (line height 19px) */
    --parker-fs-300: 0.875rem; /* 14px */
    --parker-lh-300: 1.188rem;
    --parker-cb-300: -0.3526em;
    --parker-ct-300: -0.2906em;

    /* 16px (line height 22px) */
    --parker-fs-400: 1rem; /* 16px */
    --parker-lh-400: 1.375rem;
    --parker-cb-400: -0.3616em;
    --parker-ct-400: -0.2996em;

    /* 20px (line height 27px) */
    --parker-fs-500: 1.25rem; /* 20px */
    --parker-lh-500: 1.688rem;
    --parker-cb-500: -0.3491em;
    --parker-ct-500: -0.2871em;

    /* 30px (line height 36px) */
    --parker-fs-550: 1.875rem; /* 30px */
    --parker-lh-550: 2rem;
    --parker-cb-550: -0.2074em;
    --parker-ct-550: -0.1454em;

    /* 28px (line height 38px) */
    --parker-fs-600: 1.75rem; /* 28px */
    --parker-lh-600: 2.375rem;
    --parker-cb-600: -0.3526em;
    --parker-ct-600: -0.2906em;

    /* 40px (line height 48px) */
    --parker-fs-700: 2.5rem; /* 40px */
    --parker-lh-700: 3rem;
    --parker-cb-700: -0.3491em;
    --parker-ct-700: -0.2871em;

    /* 60px (line height 68px) */
    --parker-fs-800: 3.75rem; /* 60px */
    --parker-lh-800: 4.25rem;
    --parker-cb-800: -0.2407em;
    --parker-ct-800: -0.1787em;

    /* 80px (line height 68px) */
    --parker-fs-900: 5rem; /* 80px */
    --parker-lh-900: 5.625rem;
    --parker-cb-900: -0.2366em;
    --parker-ct-900: -0.1746em;

}

.hide {
    display: none !important;
}

.visibility-hidden {
    visibility: hidden;
}

.parker-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
}

.force-caps {
    text-transform: uppercase;
}

.parker-visible {
    transition: opacity 0.5s ease-in;
    opacity: 1;
}

.parker-fade-out {
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

.parker-image-flip {
    transform: scaleX(-1);
}

/* ------- screen reader only (completely hide. for elements in DOM for accessibility only) ------- */

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/* ----------------------------------------- TYPOGRAPHY ----------------------------------------- */

/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/webshared/media/fonts/open-sans-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('/webshared/media/fonts/open-sans-v35-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/webshared/media/fonts/open-sans-v35-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('/webshared/media/fonts/open-sans-v35-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/webshared/media/fonts/open-sans-v35-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('/webshared/media/fonts/open-sans-v35-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Segoe Script - cursive */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Segoe Script';
    font-style: normal;
    font-weight: 700;
    src: url('/webshared/media/fonts/Segoe-Script.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ url('/webshared/media/fonts/Segoe-Script.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.parker-text-header-1,
.parker-text-header-2,
.parker-text-header-3,
.parker-text-header-4,
.parker-text-header-5,
.parker-text-header-6,
.parker-text-paragraph,
.parker-text-capsize {
    font-family: "Open Sans", sans-serif !important;
    margin: 0;
}

.parker-text-header-1::before,
.parker-text-header-2::before,
.parker-text-header-3::before,
.parker-text-header-4::before,
.parker-text-header-5::before,
.parker-text-header-6::before,
.parker-text-paragraph::before,
.parker-text-capsize::before {
    content: "";
    margin-bottom: var(--capsize-bottom);
    display: table;
}

.parker-text-header-1::after,
.parker-text-header-2::after,
.parker-text-header-3::after,
.parker-text-header-4::after,
.parker-text-header-5::after,
.parker-text-header-6::after,
.parker-text-paragraph::after,
.parker-text-capsize::after {
    content: "";
    margin-top: var(--capsize-top);
    display: table;
}

.parker-text-header-1 {
    font-size: var(--parker-fs-800);
    line-height: var(--parker-lh-800);
    --capsize-bottom: var(--parker-cb-800);
    --capsize-top: var(--parker-ct-800);
    font-weight: 700;
}

.parker-text-header-1-large {
    font-size: var(--parker-fs-900);
    line-height: var(--parker-lh-900);
    --capsize-bottom: var(--parker-cb-900);
    --capsize-top: var(--parker-ct-900);
    font-weight: 700;
}

.parker-text-header-2 {
    font-size: var(--parker-fs-700);
    line-height: var(--parker-lh-700);
    --capsize-bottom: var(--parker-cb-700);
    --capsize-top: var(--parker-ct-700);
    font-weight: 700;
}

.parker-text-header-3 {
    font-size: var(--parker-fs-600);
    line-height: var(--parker-lh-600);
    --capsize-bottom: var(--parker-cb-600);
    --capsize-top: var(--parker-ct-600);
    font-weight: 700;
}

.parker-text-header-4 {
    font-size: var(--parker-fs-500);
    line-height: var(--parker-lh-500);
    --capsize-bottom: var(--parker-cb-500);
    --capsize-top: var(--parker-ct-500);
    font-weight: 700;
}

.parker-text-header-5 {
    font-size: var(--parker-fs-400);
    line-height: var(--parker-lh-400);
    --capsize-bottom: var(--parker-cb-400);
    --capsize-top: var(--parker-ct-400);
    font-weight: 700;
}

.parker-text-header-6 {
    font-size: var(--parker-fs-400);
    line-height: var(--parker-lh-400);
    --capsize-bottom: var(--parker-cb-400);
    --capsize-top: var(--parker-ct-400);
    font-weight: 600;
}

.parker-text-paragraph,
.parker-text-hyperlink {
    font-size: var(--parker-fs-300);
    line-height: var(--parker-lh-300);
}

.parker-text-paragraph,
a.parker-text-capsize {
    --capsize-bottom: var(--parker-cb-300);
    --capsize-top: var(--parker-ct-300);
}

.parker-text-hyperlink {
    font-weight: 600;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.parker-text-note,
.parker-text-note-bold,
.parker-text-note-caps {
    font-size: var(--parker-fs-250);
    line-height: var(--parker-lh-250);
    --capsize-bottom: var(--parker-cb-250);
    --capsize-top: var(--parker-ct-250);
}

.parker-text-note-bold {
    font-weight: 600;
}

.parker-text-note-caps {
    font-weight: 600;
    text-transform: uppercase;
}

.parker-text-note-hyperlink {
    font-size: var(--parker-fs-200);
    line-height: var(--parker-lh-200);
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.parker-text-small-print {
    font-size: var(--parker-fs-100);
    line-height: var(--parker-lh-100);
    --capsize-bottom: var(--parker-cb-100);
    --capsize-top: var(--parker-ct-100);
}

.parker-text-small-print-hyperlink {
    font-size: var(--parker-fs-100);
    line-height: var(--parker-lh-100);
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

/* -------------------------------------- END OF TYPOGRAPHY -------------------------------------- */


/* ----------------------------------------- ICONS ----------------------------------------- */

/* material-icons-round-regular - latin  */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/webshared/media/fonts/material-icons-round-v108-latin-regular.woff2) format('woff2'),
    url(/webshared/media/fonts/material-icons-round-v108-latin-regular..woff) format('woff')
}

/* class for using material icons */
.material-icons {
    font-family: 'Material Icons', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;

}

.parker-bespoke-icon,
.parker-bespoke-icon img,
.parker-bespoke-icon svg {
    height: 1.125rem;
}

.parker-contained-icon {
    background-color: var(--parker-cl-system-light-60);
    display: flex;
    align-items: center;
    justify-content: center;
}

.parker-contained-icon-small {
    width: 2rem;
    height: 2rem;
}

.parker-contained-icon-medium {
    width: 2rem;
    height: 2rem;
}

.parker-contained-icon-large {
    width: 3rem;
    height: 3rem;
}

.parker-btn-circle-button-icon-small {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.parker-btn-circle-button-icon-medium {
    width: 2rem !important;
    height: 2rem !important;
}

.parker-btn-circle-button-icon-large {
    width: 3rem !important;
    height: 3rem !important;
}

.parker-boxed-icon {
    border-radius: 8px;
}

.parker-circle-icon {
    border-radius: 100%;
}

a.show-open-new-window-icon {
    background-image: url('/webshared/media/images/svgIcons/OpenInNew.svg');
    background-repeat: no-repeat;
    background-size: 0.688rem;
    background-position: right center;
    padding-right: 0.788rem;
}

/* ----------------------------------------- END OF ICONS ----------------------------------------- */


/* ----------------------------------------- NOTIFICATIONS ----------------------------------------- */

.parker-notification {
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.25rem;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.parker-notification:not(.parker-notification-dismissable) {
    padding-right: 0.5rem;
}

.parker-notification[data-type="correct"] {
    background-color: var(--parker-cl-notifications-confirm-3);
    border-color: var(--parker-cl-notifications-confirm-2);
    --icon-colour: var(--parker-cl-notifications-confirm-1);
}

.parker-notification[data-type="warning"] {
    background-color: var(--parker-cl-notifications-warning-3);
    border-color: var(--parker-cl-notifications-warning-2);
    --icon-colour: var(--parker-cl-notifications-warning-1);
}

.parker-notification[data-type="danger"] {
    background-color: var(--parker-cl-notifications-danger-3);
    border-color: var(--parker-cl-notifications-danger-2);
    --icon-colour: var(--parker-cl-notifications-danger-1);
}

.parker-notification[data-type="inform"] {
    background-color: var(--parker-cl-notifications-inform-4);
    border-color: var(--parker-cl-notifications-inform-3);
    --icon-colour: var(--parker-cl-notifications-inform-2);
}

.parker-notification-inner {
    display: flex;
    gap: 0.5rem;
}

.parker-notification-icon {
    width: 1.125rem;
    height: 1.125rem;
    background-color: var(--icon-colour);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
}

.parker-notification-icon .material-icons {
    font-size: 0.75rem;
    color: var(--parker-cl-system-light-100);
}

.parker-notification-text {
    flex: 1 1 0px;
    align-self: center;
    padding-block: 0.2rem;
}

.parker-notification-close {
    font-size: 0.7rem;
    cursor: pointer;
}

.parker-notification-sub-text {
    padding-left: 1.6rem;
    padding-bottom: 0.25rem;
}

/* ------------------------------------- END OF NOTIFICATIONS ------------------------------------- */


/* ------------------------------------- INFORMATIVE NOTIFICATIONS ------------------------------------- */

.parker-informative-notification {
    display: flex;
    width: 100%;
    background-color: var(--parker-cl-notifications-inform-4);
    color: var(--parker-cl-buttons-confirm-background);
    min-height: 2.5rem;
    max-height: 84px; /* Max height as requested */
    padding: 0.5rem 1rem; /* Add padding for better spacing */
    box-sizing: border-box;
    user-select: none;
    position: relative;
}

.parker-informative-notification[data-type="inform"] {
    background-color: var(--parker-cl-notifications-inform-4);
    --icon-colour: var(--parker-cl-notifications-inform-2);
}

.parker-informative-notification[data-type="warn"] {
    background-color: var(--parker-cl-notifications-warning-3);
    --icon-colour: var(--parker-cl-notifications-warning-1);
}

.parker-informative-notification[data-type="alert"] {
    background-color: var(--parker-cl-notifications-danger-3);
    --icon-colour: var(--parker-cl-notifications-danger-1);
}

/* Content container - this centers the actual content */
.parker-informative-notification-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto; /* This centers the content container */
    max-width: 80%; /* Prevent content from stretching too wide */
}

/* Message styling */
.parker-informative-notification-message {
    margin: 0;
    text-align: left;
    color: var(--icon-colour);
    font-weight: 700;
}

.parker-informative-notification-icon {
    color: var(--icon-colour);
}

/* Close button positioning */
.parker-informative-notification-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1rem;
    color: var(--icon-colour);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .parker-informative-notification {
        top:3rem;
        padding: 0.75rem 2.5rem 0.75rem 1rem; /* Extra right padding for close button */
    }

    .parker-informative-notification-content {
        max-width: 100%;
    }
}

/* ------------------------------------- END OF INFORMATIVE NOTIFICATIONS ------------------------------------- */


/* ----------------------------------------- BUTTONS ----------------------------------------- */

.parker-btn {
    border: none;
    text-decoration: none !important;
    padding-inline: 2rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: "Open Sans", sans-serif !important;
}

.parker-btn[data-size="large"] {
    height: 3rem;
    border-radius: 50px;
    padding-inline: 2rem;
    --btn-padding: 2rem;
    --btn-gap: 16px;
    --btn-font-size: var(--parker-fs-400);
    --btn-line-height: var(--parker-lh-400);
    --btn-capsize-bottom: var(--parker-cb-400);
    --btn-capsize-top: var(--parker-ct-400);
    --btn-icon-size: 1.5rem;
}

.parker-btn[data-size="small"] {
    height: 2.5rem;
    border-radius: 38px;
    padding-inline: 1rem;
    --btn-gap: 8px;
    --btn-font-size: var(--parker-fs-300);
    --btn-line-height: var(--parker-lh-300);
    --btn-capsize-bottom: var(--parker-cb-300);
    --btn-capsize-top: var(--parker-ct-300);
    --btn-icon-size: 1.25rem;
}

.parker-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--btn-gap);
    transform: translateX(0);
    transition: transform 0.5s;
    height: 100%;
}

.parker-btn-text {
    font-weight: 700;
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    margin: 0 auto;
}

.parker-btn-text::before {
    content: "";
    margin-bottom: var(--btn-capsize-bottom);
    display: table;
}

.parker-btn-text::after {
    content: "";
    margin-top: var(--btn-capsize-top);
    display: table;
}

.parker-btn-icon .material-icons {
    font-size: var(--btn-icon-size);
}

.parker-btn-icon .parker-bespoke-icon,
.parker-btn-icon .parker-bespoke-icon img {
    height: var(--btn-icon-size);
}

.parker-btn-icon {
    width: var(--btn-icon-size);
    height: var(--btn-icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
}

.parker-btn-icon img {
    max-width: 100%;
    max-height: 100%;
}

.parker-btn-has-left-icon {
    padding-left: 1rem;
}

.parker-btn-has-left-icon:not(.parker-btn-has-right-icon) {
    padding-right: 0;
}

.parker-btn-has-right-icon {
    padding-right: 1rem;
}

.parker-btn-has-right-icon:not(.parker-btn-has-left-icon) {
    padding-left: 0;
}

.parker-btn[data-purpose="action"] {
    background-color: var(--parker-cl-buttons-action-background);
    color: var(--parker-cl-buttons-action-text);
}

.parker-btn[data-purpose="confirm"] {
    background-color: var(--parker-cl-buttons-confirm-background);
    color: var(--parker-cl-buttons-confirm-text) !important;
}

.parker-btn[data-purpose="inform"] {
    background-color: var(--parker-cl-buttons-inform-background);
    color: var(--parker-cl-buttons-inform-text);
    border: 2px solid var(--parker-cl-buttons-inform-border);
}

.parker-btn[data-purpose="neutral"] {
    background-color: var(--parker-cl-system-light-40);
    color: var(--parker-cl-system-dark-90);
}

.parker-btn:not([data-status]):disabled {
    background-color: var(--parker-cl-system-light-40);
    color: var(--parker-cl-system-dark-40) !important;
    cursor: default;
    border: var(--parker-cl-system-dark-40);
}

.parker-btn-circle {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--parker-cl-system-light-40);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode .parker-btn-circle {
    background-color: var(--parker-cl-system-dark-60);
}

.parker-btn-circle:disabled {
    opacity: 0.5;
}

.parker-btn-circle .material-icons {
    font-size: 1.125rem;
    color: var(--parker-cl-typography-default-text);
}

.dark-mode .parker-btn-circle .material-icons {
    color: var(--parker-cl-system-light-100);
}

.parker-btn-circle-button-icon-medium .material-icons {
    font-size: 1.25rem;
}

.parker-btn-circle-button-icon-large .material-icons {
    font-size: 1.5rem;
}

.parker-btn-circle[data-status="submitting"] .parker-contained-icon {
    transform: translateX(calc(100% + 2rem));
}

.parker-btn-spinner {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    transition: left 0.5s, top 0.5s;
    animation: rotateAnimation 1.2s linear infinite;
}

.parker-btn-spinner,
.parker-btn-spinner svg {
    height: 1.375rem;
}

@keyframes rotateAnimation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.parker-btn-done {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: top 0.5s, transform 0.5s;
}

.parker-btn-try-again {
    width: 100%;
    color: var(--parker-cl-system-light-100);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}

/* when submitting, move spinner from the left and button text off to the right */
.parker-btn[data-status="submitting"] .parker-btn-spinner {
    left: 50%;
}

.parker-btn[data-status="submitting"] .parker-btn-inner {
    transform: translateX(calc(100% + 2rem));
}

/* when successfully submitted, move spinner up and bring done icon in from the bottom */
.parker-btn[data-status="submitted"] .parker-btn-spinner {
    top: 0;
}

.parker-btn[data-status="submitted"] .parker-btn-done {
    top: 50%;
    transform: translate(-50%, -50%);
}

.parker-btn[data-status="submitted"] .parker-btn-inner,
.parker-btn[data-status="errorred"] .parker-btn-inner {
    transform: translateX(calc(100% + 2rem));
}

.parker-btn[data-status="errorred"]:not(.parker-btn-circle) {
    background-color: var(--parker-cl-notifications-danger-1);
}

.parker-btn[data-status="errorred"]:focus:not(.parker-btn-circle) {
    outline: 1px solid var(--parker-cl-notifications-danger-1);
}

.parker-btn[data-status="errorred"] .parker-btn-try-again {
    z-index: 1;
    opacity: 1;
}

.parker-btn[data-status="errorred"] .parker-btn-spinner {
    top: 0;
}

/* ----------------------------------------- END OF BUTTONS ----------------------------------------- */

/* ----------------------------------------- FORMS - GENERAL ----------------------------------------- */

.parker-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.parker-fieldset-column {
    --direction: column;
}

.parker-fieldset-row {
    --direction: row;
}

.parker-fieldset {
    display: flex;
    /*--direction: column;*/
    flex-direction: var(--direction);
    gap: 8px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.parker-legend {
    margin-bottom: 8px;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
    position: relative;
}

.parker-legend-tooltip {
    color: var(--parker-cl-notifications-inform-3);
    font-size: 1rem;
    position: absolute;
    margin-left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.parker-legend-tooltip:hover {
    color: var(--parker-cl-notifications-inform-2);
}

.parker-fieldset-with-background {
    padding: 32px;
    border-radius: 8px;
}

.parker-fieldset-with-background .parker-legend {
    float: left;
}

.parker-input-section:not(.parker-input-section-contains-radio) {
    width: 100%;
}

.parker-input-section-inner {
    display: grid;
    position: relative;
    width: 100%;
}

.parker-input-label {
    font-family: "Open Sans", sans-serif !important;
}

.parker-input-non-floating-label {
    grid-row: 1;
    margin-bottom: 8px;
    display: block;
}

.parker-input-floating-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--parker-cl-typography-placeholder-text);
    font-size: var(--parker-fs-300);
    line-height: var(--parker-lh-300);
    --capsize-bottom: var(--parker-cb-300);
    --capsize-top: var(--parker-ct-300);
    margin-bottom: 0;
    pointer-events: none;
    transition: 0.2s ease all;
}

.parker-textarea + .parker-input-floating-label {
    top: 1.25rem;
    transform: none;
}
.parker-textbox,
.parker-textarea {
    box-sizing: border-box;
}

.parker-textbox:focus-visible,
.parker-textarea:focus-visible,
.parker-btn:focus-visible {
    outline: 1px solid var(--parker-cl-notifications-inform-1);
}

.parker-textbox:focus + .parker-input-floating-label,
.parker-textbox:not(:placeholder-shown) + .parker-input-floating-label,
.parker-select:not([data-chosen=""]) ~ .parker-input-floating-label,
.parker-textarea:focus + .parker-input-floating-label,
.parker-textarea:not(:placeholder-shown) + .parker-input-floating-label,
.parker-input-always-floating-label {
    top: 0.5rem;
    transform: none;
    font-size: var(--parker-fs-100);
    color: var(--parker-cl-notifications-inform-1);
}

label.parker-form-error,
p.parker-form-error,
p.parker-form-success {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    background-repeat: no-repeat;
    background-size: 0.625rem;
    background-position: left 0.063rem top;
    padding-left: 1.2rem;
    padding-top: 0.063rem;
    min-height: 0.75rem;
}

p.parker-form-success {
    color: var(--parker-cl-notifications-confirm-1);
    background-image: url('/webshared/media/images/svgIcons/Done.svg');
}

label.parker-form-error,
p.parker-form-error {
    color: var(--parker-cl-notifications-danger-1);
    background-image: url('/webshared/media/images/svgIcons/Error.svg');
}

.parker-form-error:not(label):not(p) {
    outline-color: var(--parker-cl-notifications-danger-1) !important;
}

.parker-form-success:not(p) {
    outline-color: var(--parker-cl-notifications-confirm-1) !important;
}

/* ------------------------------------- END OF FORMS - GENERAL ------------------------------------- */


/* ----------------------------------------- TEXTBOXES ----------------------------------------- */

.parker-textbox {
    width: 100%;
    height: 3rem !important;
    border: none !important;
    font-size: var(--parker-fs-300) !important;
    outline: 1px solid var(--parker-cl-system-neutral);
    border-radius: 8px;
    padding-inline: 16px;
    color: var(--parker-cl-typography-default-text);
}

.parker-textbox:disabled,
.parker-textbox:read-only,
.parker-select:read-only {
    background: var(--parker-cl-system-light-60);
    color: var(--parker-cl-system-dark-40);
}

.parker-textbox:disabled + .parker-input-floating-label,
.parker-textbox:read-only + .parker-input-floating-label {
    color: var(--parker-cl-system-dark-40);
}

.parker-input-section-floating .parker-textbox {
    padding-block: 1.3rem 6px;
}

.parker-input-uom-container .parker-textbox {
    padding-top: 0;
    padding-bottom: 0;
    height: 3rem;
}

.parker-textbox::placeholder {
    color: var(--parker-cl-typography-placeholder-text);
    opacity: 1;
}

/* Hide arrows on number input

/* Chrome, Safari, Edge, Opera */
.parker-textbox::-webkit-outer-spin-button,
.parker-textbox::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.parker-textbox[type=number] {
    -moz-appearance: textfield;
}

.parker-input-number-increment,
.parker-input-number-decrement {
    position: absolute;
    right: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 50%;
    background-color: var(--parker-cl-system-light-60);
    border-left: 1px solid var(--parker-cl-system-neutral);
}

.parker-input-number-increment .material-icons,
.parker-input-number-decrement .material-icons {
    font-size: 1.5rem;
    color: var(--parker-cl-system-dark-40);
}

.parker-input-number-increment:hover .material-icons,
.parker-input-number-decrement:hover .material-icons {
    color: var(--parker-cl-system-dark-60);
}

.parker-input-number-increment {
    top: 0;
    border-top-right-radius: 8px;
    border-bottom: 1px solid var(--parker-cl-system-neutral);
}

.parker-input-number-decrement {
    bottom: 0;
    border-bottom-right-radius: 8px;
}

.parker-input-search-clear {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 50%;
    background-color: transparent;
    color: var(--parker-cl-system-light-40);
}

.parker-password-visibility {
    border: none;
    background-color: transparent;
    display: flex;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--parker-cl-system-light-40);
    cursor: pointer;
    z-index: 999999;
    padding: 0;
}

/* -------------------------------------- END OF TEXTBOXES -------------------------------------- */


/* ----------------------------------------- STEPPER ----------------------------------------- */

.parker-input-section-stepper:not(.parker-input-section-contains-radio) {
    width: 9rem;
}

.parker-input-section-stepper:not(.parker-input-section-contains-radio) .parker-input-section-inner {
    width: 9rem;
}

.parker-stepper {
    display: flex;
    width: 9rem;
}

.parker-stepper-increment,
.parker-stepper-decrement {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    width: 3rem;
    background-color: var(--parker-cl-system-light-90);
    outline: 1px solid var(--parker-cl-system-neutral);
}
.parker-stepper-increment:disabled,
.parker-stepper-decrement:disabled {
    color: var(--parker-cl-system-neutral);
    cursor: default;
}

.parker-stepper-decrement {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.parker-stepper-increment {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.parker-stepper .parker-textbox {
    width: 3rem;
    border-radius: 0;
    padding-inline: 0;
    text-align: center;
    z-index: 1;
}

.parker-stepper .parker-textbox:disabled {
    background-color: var(--parker-cl-system-light-90);;
}

.parker-stepper + label {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* ---------------------------------------- END OF STEPPER ---------------------------------------- */


/* ----------------------------------------- TEXTAREAS ----------------------------------------- */

.parker-textarea {
    width: 100%;
    height: 7.813rem;
    border: 16px solid transparent;
    font-size: var(--parker-fs-300);
    outline: 1px solid var(--parker-cl-system-neutral);
    border-radius: 8px;
    scrollbar-width: thin;
    color: var(--parker-cl-typography-default-text);
}

.parker-input-section-floating .parker-textarea {
    border-top-width: 1.3rem;
}

/* ----------------------------------------- END OF TEXTAREAS ----------------------------------------- */


/* ----------------------------------------- GUIDE TEXT / UOM ----------------------------------------- */

.parker-guide-text,
.parker-input-uom {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--parker-fs-200);
    color: var(--parker-cl-typography-placeholder-text);
    margin-bottom: 0;
    user-select: none;
}

.parker-textarea ~ .parker-guide-text {
    top: 1rem;
    transform: none;
}

.parker-guide-text::before {
    content: attr(data-guide-text-1);
}

.parker-textbox:not(:placeholder-shown) ~ .parker-guide-text::before,
.parker-textarea:not(:placeholder-shown) ~ .parker-guide-text::before {
    content: attr(data-guide-text-2);
}

/* --------------------------------------- END OF GUIDE TEXT / UOM --------------------------------------- */


/* ----------------------------------------- SELECTS (DROPDOWNS) ----------------------------------------- */

.parker-select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
}

.select2-container--parker {
    font-family: "Open Sans", sans-serif;
    font-size: var(--parker-fs-300);
    line-height: var(--parker-lh-300);
    color: var(--parker-cl-typography-default-text);
}

.select2-container--parker .select2-selection--single {
    width: 100%;
    height: auto !important;
    padding: 1.3rem 16px 6px 16px;
    font-size: var(--parker-fs-300);
    border: 1px solid var(--parker-cl-system-neutral);
    border-radius: 8px;
    background-color: var(--parker-cl-system-light-100);
    display: flex !important;
    align-items: center;
}

.select2-container--parker .select2-selection--single.parker-form-error {
    border-color: var(--parker-cl-notifications-danger-1);
}

.select2-container--parker.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--parker.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--parker.select2-container--open .select2-dropdown {
    border-color: var(--parker-cl-system-neutral);
}

.select2-container--parker .select2-selection--single .select2-selection__arrow {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/webshared/media/images/svgIcons/ExpandMore.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left center;
}

.select2-container--parker.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url('/webshared/media/images/svgIcons/ExpandLess.svg');
}

.select2-container--parker .select2-results__options:has(li:nth-child(5)),
.select2-container--parker .select2-results__options:has(ul) {
    margin-right: 14px;
}

.select2-container--parker .select2-dropdown--below .select2-results {
    padding-bottom: 14px;
}

.select2-container--parker .select2-dropdown--above .select2-results {
    padding-top: 14px;
}

.select2-container--parker .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: var(--parker-cl-system-light-40) var(--parker-cl-system-light-60);
    scrollbar-width: thin;
}

.select2-container--parker .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 10px;
}

.select2-container--parker .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: var(--parker-cl-system-light-60);
    border-radius: 5px;
}

.select2-container--parker .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: var(--parker-cl-system-light-40);
    border-radius: 5px;
}

.select2-container--parker .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--parker .select2-results__option[role=option] {
    margin: 8px;
    padding: 8px;
    border-radius: 4px;
}

.select2-container--parker .select2-results__group {
    font-size: var(--parker-fs-200);
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px;
    display: block;
    padding: 0 8px;
}

.select2-container--parker.select2-container--below .select2-results__option:first-child {
    margin-top: 0;
}

.select2-container--parker.select2-container--below .select2-results__option[role=option]:last-child {
    margin-bottom: 0;
}

.select2-container--parker .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    white-space: break-spaces !important;
}

.select2-container--parker .select2-results__option--highlighted[aria-selected] {
    background: var(--parker-cl-hover-primary, lightgray);
}

.select2-container--parker .select2-selection--single:focus {
    outline: 0;
}

.select2-container--parker:not(.select2-container--open) .select2-selection--single:focus {
    border-color: var(--parker-cl-notifications-inform-1);
}

.parker-select[data-chosen=""] + .select2-container--parker .select2-selection__rendered {
    visibility: hidden;
}

.select2-container--parker .select2-selection__clear {
    background-image: url('/webshared/media/images/svgIcons/Close2.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left center;
    color: transparent;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute !important;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--parker .select2-results__option[aria-disabled=true] {
    display: none;
}

/* -------------------------------------- END OF SELECTS (DROPDOWNS) -------------------------------------- */


/* ------------------------------------ RADIO BUTTONS / CHECKBOXES ------------------------------------ */

.parker-radio,
.parker-checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.parker-radio input[type="radio"],
.parker-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* Not removed via appearance */
    background-color: var(--parker-cl-system-light-60);
    font: inherit;
    color: currentColor;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.15em solid var(--parker-cl-system-light-40);
    display: grid;
    place-content: center;
    outline: 1px dashed transparent;
    outline-offset: 1px;
    transition: outline 0.3s ease-in-out, background-color 0.3s ease-in-out;
    position: absolute;
    left: 0;
}

.parker-radio input[type="radio"]:focus-visible,
.parker-checkbox input[type="checkbox"]:focus-visible,
.parker-radio input[type="radio"]:checked:focus-visible,
.parker-checkbox input[type="checkbox"]:checked:focus-visible {
    outline-color: var(--parker-cl-notifications-inform-1) !important;
}

.parker-radio input[type="radio"] {
    border-radius: 50%;
}

.parker-checkbox input[type="checkbox"] {
    border-radius: 0.5rem;
}

.parker-radio input[type="radio"]:checked,
.parker-checkbox input[type="checkbox"]:checked {
    background-color: var(--parker-cl-notifications-confirm-1);
    border-color: var(--parker-cl-notifications-confirm-2);
    outline-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.875rem;
}

.parker-radio input[type="radio"]:checked {
    background-image: url('/webshared/media/images/svgIcons/LensWhite.svg');
}

.parker-checkbox input[type="checkbox"]:checked {
    background-image: url('/webshared/media/images/svgIcons/DoneWhite.svg');
}

.parker-radio input[type="radio"]:hover,
.parker-checkbox input[type="checkbox"]:hover {
    outline-color: var(--parker-cl-notifications-confirm-1);
}

.parker-checkbox input[type="checkbox"] + label,
.parker-radio input[type="radio"]:not(.parker-radio-contains-icon input[type="radio"]) + label {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.parker-checkbox input[type="checkbox"] + label p,
.parker-radio input[type="radio"] + label p {
    margin: 0;
}

.parker-radio-small label,
.parker-checkbox-small label {
    height: 1.5rem;
}

.parker-radio-medium label,
.parker-checkbox-medium label {
    min-height: 3rem;
    padding: 0.5rem 1rem;
    padding-left: 3.5rem !important;
    border-radius: 0.5rem;
    background-color: var(--parker-cl-system-light-100);
    border: 1px solid var(--parker-cl-system-neutral);
}


.parker-radio-medium input[type="radio"],
.parker-checkbox-medium input[type="checkbox"] {
    left: 1rem !important;
}

.parker-radio-large label,
.parker-checkbox-large label {
    padding: 2rem;
    padding-left: 4.5rem !important;
    border-radius: 0.5rem;
    background-color: var(--parker-cl-system-light-100);
    border: 1px solid var(--parker-cl-system-neutral);
}

.parker-radio-large input[type="radio"],
.parker-checkbox-large input[type="checkbox"] {
    left: 2rem !important;
}

.parker-radio-medium input[type="radio"]:checked + label,
.parker-checkbox-medium input[type="checkbox"]:checked + label,
.parker-radio-large input[type="radio"]:checked + label,
.parker-checkbox-large input[type="checkbox"]:checked + label {
    border: 1px solid var(--parker-cl-notifications-inform-2);
    outline: 1px solid var(--parker-cl-notifications-inform-2);
}

.parker-radio-contains-icon input {
    display: none !important;
}

.parker-radio-contains-icon input[type="radio"] + label {
    --icon-colour: var(--parker-cl-system-dark-40);
    user-select: none;
}

.parker-radio-contains-icon input[type="radio"] + label div {
    background-color: var(--parker-cl-system-neutral);
    color: var(--parker-cl-system-light-90);
}

.parker-radio-contains-icon input[type="radio"]:checked + label div {
    background-color: var(--icon-colour);
}

/* --------------------------- END OF RADIO BUTTONS / CHECKBOXES --------------------------- */


/* -------------------------------------- TOGGLES --------------------------------------- */

.parker-toggle {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    position: relative;
    width: fit-content;
    font-family: "Open Sans", sans-serif !important;
    font-size: var(--parker-fs-300) !important;
    color: var(--parker-cl-typography-default-text);
}

.parker-toggle input[type="checkbox"] {
    grid-column: 2;
    grid-row: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* Not removed via appearance */
    z-index: 4;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    height: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 3rem;
    border-radius: 0.75rem;
}

.parker-toggle input[type="checkbox"]:focus-visible {
    outline: 1px solid var(--parker-cl-notifications-inform-1);
}

.parker-toggle input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--parker-cl-system-light-60);
    border: 1px solid var(--parker-cl-system-light-40);
    border-radius: 50%;
    transition: 0.3s;
    margin-left: 0.125rem;
}

.parker-toggle input[type="checkbox"]:checked::before {
    background-color: var(--parker-cl-system-light-100);
    border-color: var(--parker-cl-system-light-100);
    transform: translateX(-100%);
    margin-left: calc(100% - 0.125rem);
}

.parker-toggle input[type="checkbox"] ~ .parker-toggle-on,
.parker-toggle input[type="checkbox"] ~ .parker-toggle-off {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    border-radius: 0.75rem;
    transition: 0.3s;
    font-size: 0.75rem;
    text-align: center;
    box-sizing: border-box;
}

.parker-toggle input[type="checkbox"] ~ .parker-toggle-on {
    padding: 0.05rem 1.6rem 0 0.4rem;
    background-color: var(--parker-cl-notifications-confirm-1);
    border: 0.031rem solid var(--parker-cl-notifications-confirm-1);
    color: var(--parker-cl-system-light-100);
    z-index: 1;
    opacity: 0;
}

.parker-toggle input[type="checkbox"]:checked ~ .parker-toggle-on {
    z-index: 3;
    opacity: 1;
}

.parker-toggle input[type="checkbox"] ~ .parker-toggle-off {
    padding: 0.05rem 0.3rem 0 1.6rem;
    background-color: var(--parker-cl-system-light-100);
    border: 0.031rem solid var(--parker-cl-system-light-40);
    z-index: 2;
    opacity: 1;
}

.parker-toggle input[type="checkbox"]:checked ~ .parker-toggle-off {
    opacity: 0;
}

.parker-toggle .parker-toggle-label {
    grid-column: 1;
    grid-row: 1;
    margin-right: 32px;
}


.parker-toggle-reverse input[type="checkbox"] {
    grid-column: 1;
}

.parker-toggle-reverse .parker-toggle-label {
    grid-column: 2;
    margin-right: 2px;
    margin-left: 10px;
}

.parker-toggle-reverse input[type="checkbox"] ~ .parker-toggle-on,
.parker-toggle-reverse input[type="checkbox"] ~ .parker-toggle-off {
    grid-column: 1;
}

/* -------------------------------------- END OF TOGGLES --------------------------------------- */


/* ----------------------------------------- PROGRESS BAR ----------------------------------------- */

.parker-progress-bar {
    width: 100%;
    height: 2px;
    border: none;
    background-color: var(--parker-cl-system-neutral);
    accent-color: var(--parker-cl-typography-hyperlink);
    margin-top: 0.5rem;
    appearance: none;
}

.parker-progress-bar ::-webkit-progress-bar {
    background-color: var(--parker-cl-system-neutral);
}

.parker-progress-bar ::-webkit-progress-value {
    background-color: var(--parker-cl-typography-hyperlink);
}

.parker-progress-bar ::-moz-progress-bar {
    background-color: var(--parker-cl-typography-hyperlink);
}

/* ------------------------------------- END OF PROGRESS BAR ------------------------------------- */


/* --------------------------------------- PAGE INDICATOR --------------------------------------- */

.parker-page-indicator {
    width: 100%;
    height: 0.25rem;
    margin-top: 32px;
    display: flex;
    gap: 8px;
}

.parker-page-indicator > span {
    background-color: var(--parker-cl-system-light-40);
    border-radius: 2px;
    flex-grow: 1;
    transition: 0.5s;
}

.parker-page-indicator > span.selected {
    background-color: var(--parker-cl-brand-primary-100);
}

/* ------------------------------------ END OF PAGE INDICATOR ------------------------------------ */


/* ----------------------------------------- NAME FIELDSET ----------------------------------------- */

.parker-name-fieldset {
    flex-wrap: wrap;
}

.parker-name-fieldset-title {
    width: 7.813rem !important;
}

.parker-name-fieldset-forename,
.parker-name-fieldset-surname {
    flex: 1 1 0px;
    min-width: 7.688rem;
}

/* --------------------------------------- END OF NAME FIELDSET --------------------------------------- */


/* ----------------------------------------- ADDRESS FIELDSET ----------------------------------------- */

.parker-address-fieldset .parker-assist-chip {
    align-self: flex-end;
}

.parker-address-fieldset-postcode {
    width: 7.813rem !important;
}

.parker-address-fieldset-postcode input {
    text-transform: uppercase;
}

/* -------------------------------------- END OF ADDRESS FIELDSET -------------------------------------- */


/* ----------------------------------------- COMPANY FIELDSET ----------------------------------------- */

.parker-company-fieldset .parker-address-fieldset,
.parker-company-fieldset-area-of-business,
.parker-company-fieldset-years-trading {
    margin-bottom: 32px;
}

.parker-company-fieldset > *:last-child {
    margin-bottom: 0;
}

.parker-company-fieldset-years-trading .parker-input-section-inner {
    width: 90px;
}

/* -------------------------------------- END OF COMPANY FIELDSET -------------------------------------- */


/* ----------------------------------------- DIRECTOR FIELDSET ----------------------------------------- */

.add-director-chip,
.remove-director-chip {
    align-self: flex-end;
}

.director-fieldset-1 {
    margin-bottom: 8px;
}

/* ------------------------------------ END OF DIRECTOR FIELDSET ------------------------------------ */


/* ----------------------------------------- PIN FIELDSET ----------------------------------------- */

.pin-fieldset {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    /*width: fit-content;*/
    max-width: 22rem;
    container: pin-fieldset / inline-size;
}

.pin-fieldset > .parker-legend {
    width: 100%;
    text-align: center;
}

.pin-fieldset .parker-password-visibility {
    right: 0;
}

.pin-box {
    max-width: 2.5rem !important;
    flex: 1 1 0px;
}

.pin-box .parker-textbox {
    font-size: var(--parker-fs-600) !important;
    font-weight: 700;
    padding-inline: 0;
    text-align: center;
}

.pin-fieldset-small {
    max-width: 20rem;
}

.pin-fieldset-small .pin-box {
    max-width: 2rem !important;
}

.pin-fieldset-small .pin-box .parker-textbox {
    height: 2.5rem;
}

.pin-fieldset .parker-form-error {
    width: 100%;
}

.pin-fieldset .parker-form-error:not(:first-child) {
    display: none;
}

/* ------------------------------------ END OF PIN FIELDSET ------------------------------------ */


/* ----------------------------------------- AUTOCOMPLETE ----------------------------------------- */

/* Autocomplete dropdown container */
.parker-autocomplete {
    max-height: 200px; /* Set a maximum height for the dropdown */
    overflow-y: auto; /* Add a vertical scrollbar when needed */
    scrollbar-color: var(--parker-cl-system-light-40) var(--parker-cl-system-light-60);
    scrollbar-width: thin;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 1px 0 var(--parker-cl-notifications-inform-1), /* Right border (positive x and y-offset) */ -1px 1px 0 var(--parker-cl-notifications-inform-1), /* Left border (negative x and positive y-offset) */ 1px 0 0 var(--parker-cl-notifications-inform-1); /* Bottom border (positive y-offset) */
}

.parker-autocomplete::-webkit-scrollbar {
    width: 10px;
}

.parker-autocomplete::-webkit-scrollbar-track {
    background-color: var(--parker-cl-system-light-60);
    border-radius: 5px;
}

.parker-autocomplete::-webkit-scrollbar-thumb {
    background: var(--parker-cl-system-light-40);
    border-radius: 5px;
}

/* Autocomplete list items */
.parker-autocomplete .ui-menu-item {
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
}

/* Selected autocomplete item */
.parker-autocomplete .ui-menu-item div.ui-state-active {
    background-color: var(--parker-cl-hover-primary, lightgray);
    border: 1px solid var(--parker-cl-hover-primary, lightgray);
    color: var(--parker-cl-typography-default-text);
}

.parker-autocomplete-input.autocomplete-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* ------------------------------------ END OF AUTOCOMPLETE ------------------------------------ */


/* --------------------------------------- SEARCH BAR -------------------------------------- */

form#header-search-bar * {
    /*border: 1px solid green;*/
}

.parker-searchbar-form {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
    background: var(--parker-cl-system-light-100);
    border-radius: 8px;
    gap: 0;
}

.parker-searchbar-form-small {
    padding: 0;
}

.parker-searchbar-icon {
    color: var(--parker-cl-system-light-40);
    align-self: center;
    padding-left: 0.3rem;
    padding-right: 0;
}

.parker-searchbar-input {
    width: unset !important;
    flex: 1;
}

.parker-searchbar-input .parker-textbox {
    outline: none;
}

.parker-searchbar-form-small .parker-textbox {
    height: 2.5rem !important;
    padding-inline: 0.5rem;
}

.parker-searchbar-button {
    border-radius: 8px !important;
}

.parker-searchbar-form-large .parker-searchbar-button {
    width: 3.5rem !important;
    padding-inline: 1rem !important;
}

.parker-searchbar-form-small .parker-searchbar-button {
    width: 2rem !important;
    height: 2rem !important;
    padding-inline: 0.3rem 0.4rem !important;
    margin-right: 0.25rem;
}

.parker-searchbar-form .parker-guide-text {
    left: 0;
    font-size: var(--parker-fs-300);
}

/* ------------------------------------ END OF SEARCH BAR ------------------------------------ */


/* --------------------------------------- CHIPS --------------------------------------- */

.parker-chip {
    width: fit-content;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.parker-chip-left-icon,
.parker-chip-right-icon {
    display: flex;
}

.parker-chip-left-icon .material-icons,
.parker-chip-right-icon .material-icons {
    font-size: 1.125rem;
    color: var(--parker-cl-typography-default-text);
}

.parker-chip-neutral {
    background-color: var(--parker-cl-system-light-90);
    border: 2px solid var(--parker-cl-system-light-90);
}

.parker-chip-neutral:not(.parker-chip-selected):not(.parker-filter-chip input:checked + label):not(.parker-filter-chip input:disabled + label):hover {
    background-color: var(--parker-cl-system-light-60);
    border-color: var(--parker-cl-system-light-60);
}

.parker-chip-darker {
    background-color: var(--parker-cl-system-light-60);
    border: 2px solid var(--parker-cl-system-light-60);
}

.parker-chip-darker:not(.parker-chip-selected):not(.parker-filter-chip input:checked + label):hover {
    background-color: var(--parker-cl-system-dark-40);
    border-color: var(--parker-cl-system-dark-40);
}

.parker-chip-colour {
    background-color: var(--parker-cl-notifications-inform-2);
    color: var(--parker-cl-system-light-100);
    border: 2px solid var(--parker-cl-notifications-inform-2);
}

.parker-chip-colour:not(.parker-chip-selected):not(.parker-filter-chip input:checked + label):hover {
    background-color: var(--parker-cl-notifications-inform-1);
    border-color: var(--parker-cl-notifications-inform-1);
}

.parker-chip:not([data-status]):disabled {
    background-color: var(--parker-cl-system-light-40);
    color: var(--parker-cl-system-dark-40) !important;
    cursor: default;
    border: var(--parker-cl-system-dark-40);
}

.parker-chip:not([data-status]):disabled .material-icons {
    color: var(--parker-cl-system-dark-40) !important;
}

.parker-chip:not([data-status]):disabled:hover {
    background-color: var(--parker-cl-system-light-40) !important;
    color: var(--parker-cl-system-dark-40) !important;
}

.parker-chip:not([data-status]):disabled .parker-chip-text {
    color: var(--parker-cl-system-dark-40) !important;
}

.parker-filter-chip {
    width: fit-content;
    display: flex;
}

.parker-filter-chip input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.parker-filter-chip input:checked + label {
    border: 2px solid var(--parker-cl-notifications-inform-2);
    background-color: transparent;
    color: var(--parker-cl-typography-default-text);
}

.parker-filter-chip input:disabled + label {
    cursor: default;
}

.parker-filter-chip input:disabled + label .parker-chip-text {
    color: var(--parker-cl-system-dark-40) !important;
}

.parker-assist-chip:focus-visible,
.parker-filter-chip input:focus-visible + label {
    outline: 1px solid var(--parker-cl-notifications-inform-1);
}

.parker-filter-chip:not(.parker-filter-chip-custom-left-icon) .parker-chip-left-icon {
    transform: scale(0);
    width: 0;
    transition: all 0.2s;
}

.parker-filter-chip:not(.parker-filter-chip-custom-left-icon) input:checked + label .parker-chip-left-icon {
    transform: scale(1);
    width: 1.125rem;
}

.parker-chip-text {
    color: var(--parker-cl-typography-default-text);
    margin: 0 0.5rem;
}

.parker-assist-chip-selected {
    border: 2px solid var(--parker-cl-notifications-inform-2) !important;
    background-color: transparent;
    color: var(--parker-cl-typography-default-text);
}

.parker-assist-chip-spinner {
    display: none;
    position: relative;
    width: 1.125rem;
}

.parker-assist-chip-spinner svg {
    animation: rotateAnimation 1.2s linear infinite;
    position: absolute;
    top: 50%;
}

.parker-assist-chip[data-status="submitting"] .parker-chip-left-icon {
    display: none;
}

.parker-assist-chip[data-status="submitting"] .parker-assist-chip-spinner {
    display: unset;
}

/* ------------------------------------ END OF CHIPS ------------------------------------ */


/* ------------------------------------ TABLES ------------------------------------ */

.parker-table-freeze-header {
    border-collapse: separate !important;
    border-spacing: 0;
}

.parker-table-freeze-header thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.parker-table-freeze-footer tfoot {
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.parker-table-freeze-first-column th.first-column,
.parker-table-freeze-first-column td.first-column {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: var(--parker-cl-system-light-100);
}

.parker-data-table {
    border-collapse: collapse;
}

.parker-data-table thead {
    background-color: var(--parker-cl-system-light-90);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.parker-data-table th {
    font-size: var(--parker-fs-200);
    font-weight: 400;
    padding: 0.25rem 1rem;
}

.parker-data-table td {
    font-size: var(--parker-fs-300);
    padding: 0.5rem 1rem;
    text-align: center;
}

.parker-data-table tbody tr:hover {
    background-color: var(--parker-cl-hover-primary)
}

/* ------------------------------------ END OF TABLES ------------------------------------ */


/* ------------------------------------ DATA PAIR ------------------------------------ */

.parker-data-pair-container {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.parker-data-pair-key {
    font-weight: bold;
}

.parker-text-bold-para {
    font-weight: bold;
}

/* ------------------------------------ END OF DATA PAIR ------------------------------------ */


/* ------------------------------------ UNORDERED LIST -------------------------------------- */

.parker-unordered-list-without-bullets {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* ---------------------------------- END OF UNORDERED LIST ------------------------------- */


/* ---------------------------------- INTERFACE BLOCKER ---------------------------------- */

#parker-interface-blocker {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    display: none;
    justify-content: center;
    align-items: center;
}

#parker-interface-blocker-spinner {
    font-size: 16px;
    font-weight: 700;
    color: var(--parker-cl-typography-default-text);
    text-align: left;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px 0 #e8e8e8;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}

#parker-interface-spinner-image {
    width: 40px;
    height: 40px;
}

/* ---------------------------------- END OF INTERFACE BLOCKER ---------------------------------- */


/* ----------------------------------------- DIALOG ----------------------------------------- */

.parker-dialog {
    background-color: var(--parker-cl-system-light-100);
    border-radius: 8px;
    border: none;
    padding: 2rem;
    color: var(--parker-cl-typography-default-text);
}

.parker-dialog-main-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.parker-dialog-close-button {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.parker-dialog-iframe {
    width: 795px;
    height: 700px;
}

.parker-draggable-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media (max-width: 900px) {
    .parker-dialog-iframe {
        width: 80vw;
        height: 80vh;
    }
}

@media (max-width: 500px) {
    .parker-dialog {
        width: 100vw !important;
        height: 90vh !important;
        height: 100dvh !important; /* progressive enhancement */
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .parker-dialog-iframe {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .parker-dialog {
        padding: 1rem;
    }

    .parker-dialog-close-button {
        top: 1rem;
        right: 1rem;
    }
}

/* --------------------------------------- END OF DIALOG --------------------------------------- */


/* --------------------------------------- CARD DIALOG --------------------------------------- */

.parker-card-dialog {
    width: 24.2rem;
    height: 40rem;
}

.parker-dialog-back-button {
    margin-bottom: 16px;
}

.parker-card-dialog-page-container {
    flex: 1 1 0px;
    position: relative;
}

.parker-card-dialog-page-section {
    opacity: 0;
    transition: 0.2s opacity;
    position: absolute;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.parker-card-dialog-page-section-selected {
    opacity: 1;
    height: 100%;
    position: static;
}

.parker-card-dialog-page-title {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0.1rem;
}

.parker-card-dialog-page-sub-title {
    text-align: center;
    margin-bottom: 32px;
    /*width: 323.2px;*/
    /*height: 29px;*/
}

.parker-card-dialog-page-content-wrapper {
    flex: 1 1 0px;
    padding: 0.25rem;
    overflow: auto;
    scrollbar-color: var(--parker-cl-system-light-40) var(--parker-cl-system-light-60);
    scrollbar-width: thin;
}

.parker-card-dialog-page-content-wrapper::-webkit-scrollbar {
    width: 10px;
}

.parker-card-dialog-page-content-wrapper::-webkit-scrollbar-track {
    background-color: var(--parker-cl-system-light-60);
    border-radius: 5px;
}

.parker-card-dialog-page-content-wrapper::-webkit-scrollbar-thumb {
    background: var(--parker-cl-system-light-40);
    border-radius: 5px;
}

.parker-card-dialog-button {
    margin-top: 16px;
}

.parker-card-dialog-page-indicator {
    width: 100%;
    height: 0.25rem;
    margin-top: 32px;
    display: flex;
    gap: 8px;
}

.parker-card-dialog-page-indicator > span {
    background-color: var(--parker-cl-system-light-40);
    border-radius: 2px;
    flex-grow: 1;
    transition: 0.5s;
}

.parker-card-dialog-page-indicator > span.selected {
    background-color: var(--parker-cl-brand-primary-100);
}

/* ------------------------------------- END OF CARD DIALOG ------------------------------------- */


/* ---------------------------------- ALERT DIALOG ---------------------------------- */

.parker-alert-dialog-button {
    width: 6rem;
    align-self: flex-end;
    margin-top: 32px;
}

.parker-alert-dialog-buttons-section {
    width: 100%;
    display: flex;
    gap: 16px;
}

.document-unavailable-dialog-hyperlink {
    color: var(--parker-cl-typography-hyperlink);
}

/* ---------------------------------- END OF ALERT DIALOG ---------------------------------- */


/* --------------------------------- CONFIRM DIALOG --------------------------------- */

.parker-confirm-dialog, .parker-alert-dialog {
    width: 288px;
}

.parker-alert-dialog .parker-dialog-main-section,
.parker-confirm-dialog .parker-dialog-main-section {
    align-items: center;
}

.parker-confirm-dialog-icon, .parker-alert-dialog-icon {
    margin-bottom: 32px;
}

.parker-confirm-dialog-title, .parker-alert-dialog-title {
    margin-bottom: 16px;
    text-align: center;
}

.parker-confirm-dialog-message, .parker-alert-dialog-message {
    text-align: center;
}

.parker-alert-dialog-message p:not(:last-child),
.parker-confirm-dialog-message p:not(:last-child) {
    margin-bottom: 1rem;
}

.parker-confirm-dialog-buttons-section {
    width: 100%;
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

.parker-alert-dialog-buttons-section > button,
.parker-confirm-dialog-buttons-section > button {
    flex: 1 1 0px;
    padding-inline: 0 !important;
}

/* --------------------------------- END OF CONFIRM DIALOG --------------------------------- */


/* --------------------------------- TOOLTIP DIALOG --------------------------------- */

.parker-tooltip-dialog {
    width: 28rem;
    min-height: 15rem;
    padding: 0.5rem;
    border-radius: 1rem;
}

.parker-tooltip-dialog .parker-dialog-close-button {
    top: 1rem;
    right: 1rem;
    background-color: transparent;
}

.parker-tooltip-dialog .parker-dialog-close-button:focus {
    outline: none;
    box-shadow: none;
}

.parker-tooltip-dialog .parker-dialog-close-button .parker-contained-icon {
    background-color: transparent;
}

.parker-tooltip-dialog-title {
    background-color: var(--parker-cl-hover-primary);
    padding: 1rem;
    border-radius: 0.5rem;
}

.parker-tooltip-dialog-contents {
    padding: 1rem
}

.product-tooltip-dialog-contents {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-tooltip-dialog-contents h5 {
    margin-bottom: 0.75rem;
}


/* --------------------------------- END OF TOOLTIP DIALOG --------------------------------- */


/* -------------------------------------- SKELETON -------------------------------------- */

.parker-skeleton {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.parker-skeleton * {
    color: var(--parker-cl-system-light-40) !important;
    background-color: var(--parker-cl-system-light-40) !important;
    animation-name: skeletonAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes skeletonAnimation {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.parker-skeleton *::before,
.parker-skeleton *::after {
    margin-top: unset;
    display: unset;
}

.parker-skeleton-rectangle {
    width: 20rem;
    height: 3rem;
}

.parker-skeleton-rounded-rectangle {
    width: 20rem;
    height: 3rem;
    border-radius: 8px;
}

.parker-skeleton-circle {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
}

.parker-skeleton-input-field {
    width: 100%;
    height: 3.125rem;
    border-radius: 8px;
}

.parker-skeleton-large-button {
    width: 9rem;
    height: 3rem;
    border-radius: 50px;
}

.parker-skeleton-small-button {
    width: 8rem;
    height: 2.5rem;
    border-radius: 38px;
}

.parker-skeleton-chip {
    border-radius: 0.5rem;
    width: 11rem;
    height: 2rem;
}

#product-specifications-skeleton {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

#product-specifications-skeleton .parker-skeleton-chip {
    position: absolute;
    top: 0;
    right: 0;
}

#product-specifications-skeleton h4 {
    width: fit-content;
    margin-bottom: 24px;
}

/* ------------------------- End of SKELETON------------------------- */

/* --- ToolsBanner Base --- */
.parker-tools-card-banner {
    max-width: 114rem;
    height: 33.5rem;
    width: 100%;
    border-radius: 1.5rem;
    display: flex; /* Used by text-position variations */
    overflow: hidden;
    position: relative; /* Crucial for layering */
    background-color: var(--parker-cl-system-dark-40); /* Fallback or if image doesn't cover */
}

.parker-tools-banner-anchor{
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}

/* --- Image Wrapper & Image (Behind Content) --- */
.parker-banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Places it behind the content */
}

#versa-banner .parker-tools-banner-text img{
    max-width: 400px;
    height: 87px;
    width: 368px;
    padding-top: 0;
    margin-top: 1rem;
}

#lindapter-banner .parker-tools-banner-text img{
    max-width: 400px;
    height: 112px;
    width: 368px;
    padding-top: 1rem;
}
.parker-tools-banner-top-logo {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    line-height: 0;
    max-width: 8.6rem;
    max-height: 1.5rem!important;
}
/* Base styles for both main and mobile images within the wrapper */
.parker-banner-image-wrapper .parker-banner-image,
.parker-banner-image-wrapper .parker-banner-image-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area, might crop */
    display: block; /* Removes extra space below image */
    border-radius: inherit; /* Inherit parent's border radius */
    object-position: center center; /* Default cropping behavior */
}

/* --- Image Swapping Logic (Revised for better compatibility) --- */

/* Desktop View: Show main image, hide mobile image by default.
   This assumes that if both .parker-banner-image and .parker-banner-image-mobile
   are present in the HTML, the desktop version is shown by default. */
.parker-banner-image-wrapper .parker-banner-image {
    display: block;
}
.parker-banner-image-wrapper .parker-banner-image-mobile {
    display: none;
}

/* Mobile Viewport Adjustments for Image Swapping (max-width: 450px) */
/* This media query will apply when the screen width is 450px or less. */
@media (max-width: 450px) {
    /* On mobile, if a .parker-banner-image (desktop) exists, hide it. */
    .parker-banner-image-wrapper .parker-banner-image {
        display: none;
    }
    /* And ensure the .parker-banner-image-mobile is displayed.
       This rule will show the mobile image if it's present in the HTML.
       If only the desktop image was in the HTML, it would now be hidden,
       and nothing would show (unless you have a background on the wrapper).
       It's best to ensure both image classes are present in the HTML if you want a swap.
    */
    .parker-banner-image-wrapper .parker-banner-image-mobile {
        display: block;
    }
}

/* --- Dynamic Cropping based on Text Position (object-position) --- */
/* (This part of your CSS for object-position seems fine and is retained) */
.parker-tools-card-banner[data-text-position="bottom-left"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="bottom-left"] .parker-banner-image-mobile,
.parker-tools-card-banner[data-text-position="center-left"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="center-left"] .parker-banner-image-mobile {
    object-position: left center;
}

.parker-tools-card-banner[data-text-position="bottom-center"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="bottom-center"] .parker-banner-image-mobile,
.parker-tools-card-banner[data-text-position="center"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="center"] .parker-banner-image-mobile {
    object-position: center center;
}

.parker-tools-card-banner[data-text-position="bottom-right"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="bottom-right"] .parker-banner-image-mobile,
.parker-tools-card-banner[data-text-position="center-right"] .parker-banner-image,
.parker-tools-card-banner[data-text-position="center-right"] .parker-banner-image-mobile {
    object-position: right center;
}

/* --- Carousel Specific Styles --- */
.banner-carousel .parker-carousel-list{
    padding:  0 2% 0 2% !important;
    gap: 4rem;

}

.banner-carousel .parker-carousel-scroll-circle-right{
    right: 5%;
    z-index: 2!important;
}
.banner-carousel .parker-carousel-scroll-circle-left{
    left: 5%;
    z-index: 2!important;
  }

.banner-carousel{
    width: 100%;
}

/* --- Content Wrapper (Flex container for text block) --- */
.parker-tools-banner-content {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2rem;
    position: relative;
    box-sizing: border-box;
}

/* --- Text Block (Title, Subtitle, Button) --- */
.parker-tools-banner-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--parker-cl-typography-default-text);
    max-width: 60%;
    padding-bottom: 2rem;
    margin-top: 1rem;
}

/* --- Text Elements Styling (inherit or define) --- */
.parker-banner-title {
    /* font-size: var(--parker-fs-800); */
}

.parker-banner-sub-title {
    /* font-size: var(--parker-fs-500); */
}

.tools-banner-button {
    width: 8.688rem;
    background-color: #e50606!important;
}

/* --- CSS for Text Positioning --- */
.parker-tools-card-banner[data-text-position="bottom-left"] .parker-tools-banner-content {
    justify-content: initial;
}
.parker-tools-card-banner[data-text-position="bottom-left"] .parker-tools-banner-text {
    align-self: flex-end;
    padding-inline: 5.5rem;
}

.parker-tools-card-banner[data-text-position="bottom-center"] .parker-tools-banner-content {
    justify-content: center;
}
.parker-tools-card-banner[data-text-position="bottom-center"] .parker-tools-banner-text {
    align-self: flex-end;
    text-align: center;
    padding-inline: 5.5rem;
}

.parker-tools-card-banner[data-text-position="bottom-right"] .parker-tools-banner-content {
    justify-content: flex-end;
}
.parker-tools-card-banner[data-text-position="bottom-right"] .parker-tools-banner-text {
    align-self: flex-end;
    text-align: right;
    padding-inline: 5.5rem;
}

.parker-tools-card-banner[data-text-position="center-left"] .parker-tools-banner-content {
    justify-content: initial;
    align-items: center;
}
.parker-tools-card-banner[data-text-position="center-left"] .parker-tools-banner-text {
    padding-inline: 5.5rem;
}

.parker-tools-card-banner[data-text-position="center"] .parker-tools-banner-content {
    justify-content: center;
    align-items: center;
}
.parker-tools-card-banner[data-text-position="center"] .parker-tools-banner-text {
    text-align: center;
}

.parker-tools-card-banner[data-text-position="center-right"] .parker-tools-banner-content {
    justify-content: flex-end;
    align-items: center;
}
.parker-tools-card-banner[data-text-position="center-right"] .parker-tools-banner-text {
    text-align: right;
}


/* --- Mobile Adjustments (Example) --- */
@media(max-width: 768px) {

    .parker-tools-banner-content {
        padding: 1.5rem;
    }

    .parker-tools-banner-text {
        max-width: 90%;
        padding-inline: 0;
    }
}

@media(max-width: 600px) {
    .parker-tools-card-banner[data-text-position="bottom-center"] .parker-tools-banner-text{
        margin: 1rem 0!important;
    }

    .parker-tools-banner-content {
        padding: 1rem;
    }
    .parker-tools-banner-text{
        padding-inline: 1rem;
    }
    .parker-banner-title {
        /* font-size: var(--parker-fs-700); */
    }
    .parker-banner-sub-title {
        /* font-size: var(--parker-fs-400); */
    }


}

@media (max-width: 450px) {
    #versa-banner .parker-tools-banner-content{
        padding-top: 14rem;
    }
    #versa-banner .parker-tools-banner-text{
        padding-inline: 7.5rem;
    }
    #versa-banner .parker-tools-banner-text img{
        max-width: 200px;
        height: 40px;
        width: 170px;
        padding-top: 0;

    }

    #lindapter-banner .parker-tools-banner-content{
        align-items:initial ;
        padding-top: 6rem;
    }
    #lindapter-banner .parker-tools-banner-text img{
        max-width: 200px;
        height: 40px;
        width: 170px;
        padding-top: 0;
    }

}



@container pin-fieldset (max-width: 340px) {

    .pin-fieldset-large .parker-password-visibility {
        top: 3.5rem;
        left: 50%;
        transform: translateX(6.75rem);
    }

}

@container pin-fieldset (max-width: 280px) {

    .pin-fieldset-large .parker-password-visibility {
        left: unset;
        transform: unset;
        right: 0.5rem;
    }

}
