:root {

    /* ===== Primary And Secondary Colors ===== */
    --color-wsv-primary: #f0b310;
    --color-wsv-primary-hover: #ca970d;
    --color-wsv-secondary: #999999;

    /* ===== Other Colors ===== */

    --color-black: #000;
    --color-white: #fff;
    --color-grey: #EFEFEF;
    --color-gray-light: #cecece;
    --color-gray-dark: #333333;
    --color-heading: #2c2c2c;
    --color-active: #6a37b0;
    --color-red: red;
    --color-grey-inputbox: #f0f0f0;
    --color-grey-background: #F7F7F7;
    --color-grey-button: #333333;
    --color-wsv-link: #00AA7E;

    --border-color: #e0e0e0;

    --font-family: Noto Sans, Verdana, Geneva, sans-serif;
    --font-size-sm: 14px;

    --spacing-sm: 1rem;
    --spacing-md: 1.5;
    --spacing-lg: 2rem;
    --spacing-xlg: 2.5rem;
    --box-shadow-default: 0 .125rem .5rem rgba(0, 0, 0, .3);


    /* ===== Other Colors ===== */

    --wsv-font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
    --wsv-text-color: #333;
    --emr-label-color: #333;
    --emr-border-color: #d9d9d9;
    --emr-focus-color: #005bac;
    --emr-bg-color: #f9f9f9;
    --emr-input-bg: #ffffff;
    --emr-spacing: 1rem;


    /* Background Colors */
    /* Light */
    --bg--light-1: #fff;
    --bg--light-2: #f3f3f3;
    --bg--light-3: #eaeff2;
    --bg--light-4: #c4ced1;
    /* Dark */
    --bg--dark-1: #1b2552;
    --bg--dark-2: #262728;
    --bg--dark-3: #311340;


    /*===== Warrenty cliam Image Container =====*/
    --emr-global-color-white: #ffffff;
    --emr-global-color-overlay-dark: rgba(0, 0, 0, 0.45);
    --emr-global-font-xxl: 2.5rem;
    --emr-global-font-lg: 1.8rem;
    --emr-global-spacing-md: 1rem;

    /******* Site Spacing *******/
    --container_default: 100%;
    --desktop-container: 1200px;
    --tab-container: 704px;
    --mobile-container: 328px;

    --spacing-standard-top: 2.5rem;
    --spacing-standard-bottom: 3rem;
    --spacing-narrow-top: 1rem;
    --spacing-narrow-bottom: 1.5rem;
    --spacing-medium-top: 1.5rem;
    --spacing-medium-bottom: 2rem;
    --spacing-wide-top: 4rem;
    --spacing-wide-bottom: 5rem;
    /**************************
            Text 
    ***************************/

    /* Emerson */
    --emr_brand--primary: #f0b310;


    /* text colors */
    --base: #262728;
    --base--heavier: #000;

    /* Gray Colors */
    --gray-light-70: #B4B6B8;
    --gray-light-80: #C9CACC;
    --gray-light-90: #F3F3F3;

    /* bg colors */

    /* Font Weights */
    --font-weight-thin: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600;
    --font-weight-heavy: 700;
    --font-family-noto-sans: 'Noto Sans', Verdana, Geneva, sans-serif;


    /* Font Sizes 1rem = 16px*/
    --dxp-g-font-size-1: 0.625rem;
    --dxp-g-font-size-2: 0.75rem;
    --dxp-g-font-size-3: 0.8125rem;
    --dxp-g-font-size-4: 0.875rem;
    --dxp-g-font-size-5: 1rem;
    --dxp-g-font-size-6: 1.125rem;
    --dxp-g-font-size-7: 1.25rem;
    --dxp-g-font-size-8: 1.5rem;
    --dxp-g-font-size-9: 1.75rem;
    --dxp-g-font-size-10: 1.875rem;
    --dxp-g-font-size-11: 2rem;
    --dxp-g-font-size-12: 2.25rem;
    --dxp-g-font-size-13: 2.625rem;

    /* Rich text var */
    --dxp-c-strong-text-weight: 500;

    /* Left and right margin removed */
    --dxp-style-c-margin-right-m: 0% !important;
    --dxp-style-c-margin-left-m: 0% !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--wsv-font-family);
    /* color: var(--base); */
}

body .cb-outputRichText-container,
body h3.textBlock_desktopTabletMobile,
body .cb-outputRichText-container p,
body .cb-outputRichText-container span,
body .cb-outputRichText-container p span,
body .cb-outputRichText-container strong,
body .cb-outputRichText-container p strong {
    font-family: var(--wsv-font-family) !important;
}

body a {
    color: var(--base) !important;
    font-weight: 500 !important;
}

body a:hover {
    color: var(--base) !important;
}

.component-wrapper-spacer {
    margin-bottom: 0 !important;
}
/* 
    Captcha style
*/

.recaptcha-container iframe {
    scale: .94;
    margin-left: -.6rem
}

.captcha-container-compilance {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-end;
}

.captcha-container-compilance .recaptcha-container iframe {
    margin-left: 0.9rem
}

@media screen and (max-width:1279px) {
    .recaptcha-container {
        width: 224px !important;
    }

    .captcha-container-compilance .recaptcha-container>div:first-child  {
        max-height: 58px;
    }
    .recaptcha-container>div:first-child {
        width: 224px !important;
    }

    .recaptcha-container iframe {
        scale: .74;
        margin-top: -1rem;
        margin-left: -2.45rem;
    }

    .captcha-container-compilance .recaptcha-container iframe {
        scale:.93;
        margin-left: -.75rem;
    }
}

@media screen and (max-width:767px) {
    .recaptcha-container {
        width: 272px !important;
    }

    .recaptcha-container>div:first-child {
        width: 272px !important;
    }

    .recaptcha-container iframe {
        scale: .9;
        margin-top: 0rem;
        margin-left: -1rem;
    }

    .captcha-container-compilance .recaptcha-container iframe {
        scale:1;
        margin-left: -2.5rem;
    }

    .captcha-container-compilance .recaptcha-container>div:first-child  {
        max-height: 78px;
    }
}


.mini-avatar {
    background-color: #673ab7;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar {
    width: 60px;
    height: 60px;
    font-size: 18px;

}

.mini-avatar {
    width: 28px;
    height: 28px;
    font-size: 13px;
}

/*
* *************************************************************************************************************  
* ******************************************* INDEX START *****************************************************
* ************************************************************************************************************* 

    1. Standard Container Classes (responsive-container, full-width)
    2. LWC Classes Overwriting
    3. Custom Component Classes Overwriting
    4. Custom Button Classes
    5. Custom Select Dropdown
    6. Custom MultiSelect
    7. Loader/Spinner
    8. FORM CLASSES
    9. FORM Controls
    10. Common classes
    11. Other styles
    12. Override styles for b2b_pdfDownload component


* *************************************************************************************************************  
* ******************************************* INDEX END *******************************************************
* ************************************************************************************************************* 
*/

/* 
**********************************************
    START:: STANDARD CONTAINER CLASSES
**********************************************
*/
.responsive-container {
    width: var(--container_default);
    max-width: var(--desktop-container);
    margin: auto;
}

.full-width {
    width: var(--container_default);
}

@media screen and (max-width: 1279px) {
    .responsive-container {
        max-width: var(--tab-container)
    }
}

@media screen and (max-width: 767px) {
    .responsive-container {
        max-width: var(--mobile-container)
    }
}

/* 
**********************************************
    END:: STANDARD CONTAINER CLASSES
**********************************************
*/

/*
***************************************************************************************************** 
************************************** LWC Classes Overwriting **************************************
*****************************************************************************************************
*/
.lwc-4k1qbp7cls1-host .dxpStyle_01f55796-7fd9-4901-9f2b-f0529135cf08 {
    margin: 0px;
    padding: 0px;
}

.lwc-4k1qbp7cls1-host .dxpStyle_1796b409-105a-43a8-a15c-1f9ef0eba0fd {
    margin: 0px;
    padding: 0px;
}

.lwc-4k1qbp7cls1-host .dxpStyle_53860031-f187-4191-a0ac-d4b69514a2b1{
    margin: 0px !important;
    padding: 0px !important; 
}

.lwc-6j9an5vbrcd-host.comm-section-container {
    padding: 0px !important;
}

.columns-content.lwc-6j9an5vbrcd {
    max-width: 100% !important;
}

/* Rich Text  */
.cb-outputRichText-container {
    font-family: var(--wsv-font-family);
    font-weight: 300;
}

.slds-dueling-list__options {
    border: none !important;
    background-color: #eee;
}
/* ************************************** Start:: Login Form lwc classes used inside `wsv_LoginForm` ************************************** */

.emerson-create-account-section .emerson-button:hover {
    background-color: var(--color-wsv-secondary) !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .slds-input {
    width: 100% !important;
    height: 50px;
    border-radius: 0;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button {
    width: 100% !important;
    text-transform: uppercase;
    height: 50px;
    font-family: Noto Sans, Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: .75rem;
    border-radius: 0;
    outline: none;
    border: none;
    background-color: var(--color-wsv-primary) !important;
    color: var(--base) !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form a, .emerson-container .emerson-card-wrapper .comm-login-form a:link:not(.slds-button, .slds-dropdown__item > a) {
    color: var(--base) !important;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button:hover {
    background-color: var(--color-wsv-primary-hover) !important;
}

.slds-truncate{
    font-weight: 300 !important;
}
.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button:hover ::after {
    margin-left: 10px;
}

.comm-login-form a,
.comm-login-form a:link:not(.slds-button, .slds-dropdown__item > a) {
    color: var(--base) !important;
    font-weight: 500 !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form__container[lwc-2gnjpni64lj] {
    padding: 0px !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .slds-form-element__label {
    text-transform: uppercase;
    font-weight: 700 !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pseudo element for the SVG icon */
.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button::after {
    content: '';
    display: inline-block;
    width: 8px;

    height: 12px;
    margin-left: 6px;

    background-color: var(--base);

    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M4.48532 5.99999L0.242676 1.75735L1.65689 0.34314L7.31374 5.99999L1.65689 11.6568L0.242676 10.2426L4.48532 5.99999Z' fill='black'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M4.48532 5.99999L0.242676 1.75735L1.65689 0.34314L7.31374 5.99999L1.65689 11.6568L0.242676 10.2426L4.48532 5.99999Z' fill='black'/></svg>");
}

.emerson-container .emerson-card-wrapper .comm-login-error__text,
.emerson-container .emerson-card-wrapper .comm-login-error__text .formatted-rich-text {
    color: #ba0517 !important;
}

.emerson-container .emerson-card-wrapper .comm-login-form .comm-login-form__login-button.slds-button_brand:focus {
    /* background-color: var(--color-wsv-primary) !important; */
    box-shadow: none;
    outline: 2px solid var(--color-wsv-primary) !important;
    outline-offset: 2px;
}
/* **************************************  End:: Login Form lwc classes ************************************** */

/* **************************************  Start:: Alert Modal ************************************** */
.slds-modal__container .modal-header {
    color: var(--base) !important;
    background-color: var(--color-wsv-primary) !important;
 }

.slds-modal__container .close-btn {
    color:var(--base) !important;
    background-color: transparent;
}

.slds-modal__container .avm-ok:hover {
    background-color: var(--color-wsv-primary-hover) !important;
}

.slds-modal__container .avm-ok {
    background-color: var(--color-wsv-primary) !important;
    color: var(--base) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}


.slds-modal__footer .slds-button {
    background-color: var(--color-wsv-primary) !important;
    width: 100%;
    max-width: 282px;
    border-radius: 0;
    border: none;
    color: var(--base) !important;
 }

 .slds-modal__container .slds-theme--warning, .slds-modal__container .slds-theme_warning,
 .slds-modal__container .slds-theme_success {
    background-color: var(--color-wsv-primary) !important;
    background-image: none !important;
}

.slds-modal__container .slds-theme_alert-texture {
    background-image: none !important;
}

.slds-modal__header.slds-theme_alert-texture.slds-theme_error {
    background-color: #c23934 !important;
    color: #fff !important;
}

/* Custom Toast Message Modal */

.slds-modal__container .slds-modal_prompt .slds-modal__header {
    color: var(--base) !important;
}

.slds-theme--success, .slds-theme_success {
    background-color: var(--color-wsv-primary) !important;
    color: var(--base);
}

.slds-button__icon path {
    fill: var(--base);
}

.slds-notify_container .slds-icon_container svg path {
    fill: var(--color-wsv-secondary);
}

.pay-method-container .slds-notify__close {
    top: 1.5rem;
}

.slds-notify__close {
    margin-top: -.75rem;
    color: var(--color-white);
    /* padding-top: .5rem; */
 }

.tooltip-content::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 8px;
    border-width: 0px !important;
    border-style: none !important;
    border-color: transparent !important;
}

 @media screen and (max-width:767px) {
    .slds-modal__container {
        max-width: 328px;
        margin: auto;
    }

    .slds-theme--success, .slds-theme_success {
        min-width: 328px;
        max-width: 328px;
    }

    .slds-modal__content {
        /* min-width: 328px; */
        max-width: 328px;
    }

    .slds-modal__footer {
        min-width: 328px;
        max-width: 328px;
    }
 }
/* **************************************  End:: Alert Modal ************************************** */

/* **************************************  Start:: Bullet points forms in Rich Component ************************************** */
.cb-outputRichText-container li {
    line-height: 1.625rem;
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 300;
    position: relative;
}

.content-section .cb-outputRichText-container.ql-editor,
.c002-container .cb-outputRichText-container.ql-editor,
.c031-container .cb-outputRichText-container.ql-editor,
.c034-rich-content .cb-outputRichText-container.ql-editor {
    overflow: hidden;
    overflow-y: hidden;
}


.cb-outputRichText-container.ql-editor ol,
.cb-outputRichText-container.ql-editor ul {
    padding-left: 0 !important;
}

.cb-outputRichText-container.ql-editor ul>li::before {
    position: absolute;
    font-size: 2.5rem;
}

.cb-outputRichText-container.ql-editor ul>li.ql-indent-1::before {
    content: '\25E6';
    font-size: 2rem;
}

.cb-outputRichText-container.ql-editor ul>li::before {
    content: '\2022';
}


.cb-outputRichText-container.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3rem;
}

.cb-outputRichText-container.ql-editor li:not(.ql-direction-rtl) {
    padding-left: 3rem !important;
}

.cb-outputRichText-container.ql-editor li.ql-indent-1 {
    padding-left: 6rem !important;
}

.cb-outputRichText-container.ql-editor li:not(.ql-direction-rtl)::before {
    margin-top: 0rem;
}

/* **************************************  END:: Bullet points forms in Rich Component ************************************** */

/* 
***********************************************************************************************************
************************************** END:: LWC Classes Overwriting **************************************
***********************************************************************************************************
*/


/* 
***********************************************************************************************************
************************************** Start:: Custom Component Classes Overwriting ***********************
***********************************************************************************************************
*/

/* wsv_ProfileMyAccount */
.emr-header-icons__icon-wrapper .mini-avatar {
    background-color: var(--color-wsv-primary) !important;
}

.emr-header-icons__icon-wrapper svg path {
    fill: var(--color-wsv-primary);
}

.emr-error-message {
    color: var(--color-red) !important;
}

.dropdown-container {
    position: absolute;
    top: 4rem;
    right: 3rem;
    background: white;
    border-radius: 4px;
    padding: 16px;
    width: 280px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slds-notify_container .theme_error.slds-notify .slds-icon {
    fill: var(--bg--light-1);
}

.slds-notify_container .slds-theme--error .slds-icon_container svg path,
.slds-notify_container .slds-theme_error .slds-icon_container svg path {
    fill: #fff !important;
}

.slds-notify_container .slds-theme_error .slds-button__icon path {
    fill: #fff !important;
}

.slds-notify_container .slds-button.slds-button_icon {
    color: var(--bg--light-1) !important;
}

@media screen and (max-width: 767px) {
    .my-account-container .content-panel {
        overflow: visible;
        overflow-x: visible !important;
    }    
    .slds-theme--error, 
    .slds-theme_error {
        min-width: 328px !important;
    }
}

@media screen and (max-width: 480px) {
    .my-account-container .content-panel {
        overflow: visible;
        overflow-x: visible !important;
    }    
}

.products-list-container .first-row:first-child {
    border-top: none;
}

/* 
***********************************************************************************************************
************************************** END:: Custom Component Classes Overwriting ***********************
***********************************************************************************************************
*/

/* 
***********************************************************************************************************
************************************** Start:: Custom Button Classes **************************************
***********************************************************************************************************
*/

/* common for all buttons */
.emr-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.emr-button .button-text {
    max-width: 85%;
    font-weight: var(--font-weight-normal);
    font-size: var(--dxp-g-font-size-2);
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: var(--font-weight-heavy);
}

.emr-button:hover .emr-icon-move-right {
    transform: translateX(4px);
}

.emr-button:hover .emr-icon-move-upward-right {
    transform: translate(4px, -4px);
}

.emr-button:hover svg.download-arrow path:first-of-type {
    transform: translateY(3px);
}

a.emr-button  {
    text-decoration: none;
}
a.emr-button:hover {
    text-decoration: none !important;    
}

.emr-primary--button,
.emr-button.emr-primary--button,
.emr-primary--button .button-text,
.emr-button.emr-primary--button .button-text {
    color: var(--base);
    font-weight: 700;
}

.emr-button.emr-primary--button svg path,
.emr-primary--button svg path {
    fill: var(--base);
}

.emr-reversed--button,
.emr-reversed--button .button-text {
    color: var(--color-white);
}

.emr-secondary--button,
.emr-secondary--button .button-text {
    color: var(--base--heavier) !important;
}

.emr-tertiary--button,
.emr-tertiary--button .button-text {
    color: var(--base--heavier);
}


.emr-primary--button {
    background-color: var(--color-wsv-primary) !important;
    border: none;
    letter-spacing: .1rem;
}

.emr-primary--button:hover {
    background-color: var(--color-wsv-primary-hover) !important;
}

.emr-primary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
}

.emr-primary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
}

.emr-primary--button:hover .video-icon .play {
    fill: var(--color-wsv-primary);
    z-index: 1;
}

.emr-primary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-primary--button:hover .video-icon .circle {
    fill: var(--slds-c-button-brand-text-color);
}

.emr-primary--button:hover .bg-circle {
    fill: #fff;
    z-index: 0;
}

/* reversed button */
.emr-reversed--button {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.emr-reversed--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
}

.emr-reversed--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
}

.emr-reversed--button:hover .video-icon .play {
    fill: var(--base--heavier);
    z-index: 1;
}

.emr-reversed--button .video-icon {
    transition: all 0.3s ease;
}

.emr-reversed--button:hover .video-icon .circle {
    fill: var(--slds-c-button-brand-text-color);
}

.emr-reversed--button:hover .bg-circle {
    fill: var(--slds-c-button-brand-text-color);
    z-index: 0;
}


/* 
Secondary Button
 */

.emr-secondary--button {
    background-color: transparent;
    color: var(--color-wsv-secondary);
    border: 1px solid var(--color-wsv-secondary);
}

.emr-secondary--button .right-arrow {
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button .upright-arrow {
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button .play {
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button .circle {
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button:hover .video-icon .play {
    fill: var(--slds-c-button-brand-text-color);
    z-index: 1;
}

.emr-secondary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-secondary--button:hover .video-icon .circle {
    fill: var(--color-wsv-secondary);
}

.emr-secondary--button:hover .bg-circle {
    fill: var(--color-wsv-secondary);
    z-index: 0;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.emr-tertiary--button {
    background-color: transparent;
    color: var(--base--heavier);
    border: none;
    border: 1px solid var(--base--heavier);
}

.emr-tertiary--button:hover {
    background-color: #adbbbf;
}

.emr-tertiary--button .right-arrow {
    fill: var(--base--heavier);
}

.emr-tertiary--button .upright-arrow {
    fill: var(--base--heavier);
}

.emr-tertiary--button svg.download-arrow path:first-of-type {
    transition: transform 0.3s ease;
    transform-origin: center;
    display: block;
    fill: var(--base--heavier);
}

.emr-tertiary--button svg.download-arrow path:last-of-type {
    transform: translateY(0);
    fill: var(--base--heavier);
}

.emr-tertiary--button .play {
    fill: var(--base--heavier);
}

.emr-tertiary--button .circle {
    fill: var(--base--heavier);
}

.emr-tertiary--button:hover .video-icon .play {
    fill: var(--bg--light-4);
    z-index: 1;
}

.emr-tertiary--button .video-icon {
    transition: all 0.3s ease;
}

.emr-tertiary--button:hover .video-icon .circle {
    fill: var(--base--heavier);
}

.emr-tertiary--button:hover .bg-circle {
    fill: var(--base--heavier);
    z-index: 0;
}

/* 
***********************************************************************************************************
************************************** END:: Custom Button Classes ****************************************
***********************************************************************************************************
*/



/* 
***********************************************************************************************************
************************************** Start:: Custom Select Dropdown ****************************************
***********************************************************************************************************
*/

.emr-custom-select {
    position: relative;
    width: 100%;
    z-index: 1;
}

.emr-select-selected:hover:not(.disabled) {
    border-color: var(--color-wsv-primary) !important;
}

.emr-select-selected {
    background-color: #ffffff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F3F3;
}

.emr-select-selected:hover {
    background-color: #F3F3F3;
}

.emr-select-selected.select-arrow-active {
    border-bottom: none;
}

.emr-select-selected.select-arrow-active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.emr-select-items div,
.emr-select-selected {
    color: var(--base);
    padding: 0px 8px;
    cursor: pointer;
    user-select: none;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 300;
}

.emr-custom-select .custom-label {
    display: flex;
    margin-bottom: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}

.emr-select-selected.select-arrow-active {
    border-bottom: none;
}

.emr-select-selected.select-arrow-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c9cacc;
}

.emr-select-items {
    position: absolute;
    border: 1px solid #c9cacc;
    border-top: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    transform-origin: top;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.emr-select-hide {
    display: none !important;
}

.emr-select-items:not(.emr-select-hide) {
    animation: dropdownOpen 0.25s ease-in-out forwards;
    pointer-events: auto;
    transform: translateZ(0);
    will-change: transform;
}

@keyframes dropdownOpen {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.emr-select-items div:hover,
.same-as-selected {
    background-color: #F3F3F3;
}

.emr-select-items div {
    transition: background-color 0.2s ease;
    position: relative;
    z-index: 5;
    height: 40px;
    font-size: 14px;
}

.emr-select-items div:active {
    background-color: #E5E5E5;
}

.emr-custom-select:focus-within {
    z-index: 10;
}

.emr-input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.filter-container .filter-icon svg {
    width: 16px;
    height: 14px;
}

/* 
***********************************************************************************************************
************************************** END:: Custom Select Dropdown ****************************************
***********************************************************************************************************
*/

/* 
***********************************************************************************************************
************************************** Start:: Custom MultiSelect *****************************************
***********************************************************************************************************
*/

.custom-multiselect-wrapper {
    position: relative;
    max-width: 320px;
    /* margin-bottom: 1rem; */
}


.custom-multiselect {
    background: white;
    border-top: 1px solid #C9CACC;
    border-radius: 0px;
    padding: 16px 8px 16px 16px;
    cursor: pointer;
    position: relative;
    min-width: 200px;
    margin-top: 7px;
}

.custom-multiselect.active {
    border-top: 4px solid #00805A;
    box-shadow: 0px 2px 8px 0px #0000004D;
}

.custom-multiselect:hover {
    border-top: 4px solid #00805A;
    box-shadow: 0px 2px 8px 0px #0000004D;
}

.custom-multiselect-selected {
    min-height: 24px;
    font-size: 12px;
    color: var(--base);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
}

.custom-multiselect-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-weight: 300;
    line-height: 24px;
    gap: 8px;
}

.native-checkbox {
    display: none;
}

/* Wrapper to align checkbox + label */
/* .custom-multiselect-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 12px;
  transition: background 0.2s ease;
} */

/* Hover background */
.custom-multiselect-option:hover {
    background-color: #f3f3f3;
}

/* Custom checkbox box */
.custom-checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: #fff;
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
}

/* checkout  */

.slds-checkbox .slds-checkbox__label .slds-form-element__label {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}

.slds-form-element__label {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    color: #2D383f !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase;
    font-family: "Salesforce Sans", Arial, sans-serif !important;
}

.fix-slds-input_faux {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #c0c0c0;
    padding: 5px 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    margin-top: 5px;
}

/* Hide checkmark by default */
.checkmark {
    display: none;
}

.checkmark-box {
    display: none;
}

.custom-multiselect-option:hover .native-checkbox:not(:checked)+.custom-checkbox .checkmark-box {
    display: block;
}

/* Show checkmark and green border when checked */
.native-checkbox:checked+.custom-checkbox .checkmark {
    display: block;
}

.custom-multiselect-option>input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* appearance: none;
    -webkit-appearance: none; */
    background-color: #FFF;
    border: 2px solid #ccc;
    /* border-radius: 4px; */
    position: relative;
    /* display: inline-block; */
    margin-right: 8px;
    transition: background-color 0.2s ease;
}

.custom-multiselect-option>input[type="checkbox"]:hover {
    background-color: #F3F3F3;
}

.dropdown-icon.active {
    transform: rotateZ(180deg);
    transition: transform 0.2s ease;
}

/* Optional: focus ring */
.custom-checkbox:focus {
    outline: none;
    box-shadow: 0 0 2px #666;
}

.custom-multiselect-option:hover {
    background-color: #f1f1f1;
}

.custom-multiselect-option input[type="checkbox"] {
    margin-right: 8px;
}


.custom-multiselect-selected {
    max-width: 100%;
}

.custom-multiselect-selected-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-labels-container {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-multiselect-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: white;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 6px 8px 0px #0000004D;
    z-index: 1000;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 4px; */
}

/* Show it when dropdown is open */
.custom-multiselect-dropdown.open {
    display: block;
}

.crf-page-container .emr-select-selected.focused {
    border-color: var(--color-wsv-primary, #f0b310) !important;
    box-shadow: 0 0 0 2px rgba(240, 179, 16, 0.25) !important;
}

.emr-select-selected.focused {
    border-color: var(--color-wsv-primary, #f0b310) !important;
    box-shadow: 0 0 0 2px rgba(240, 179, 16, 0.25) !important;
}

/* 
**************************************************************************************
*************************** End:: Custom MultiSelect CSS *****************************
**************************************************************************************
*/

/* 
**************************************************************************************
*************************** Start:: Loader/Spinner ***********************************
**************************************************************************************
*/

.emr-loader-container {
    width: 64px;
    height: 64px;
    position: relative;
    left: 45%;
    top: 50%;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1000;
    ;
}

.emr-loader-container::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    border-radius: 50%;
    background: conic-gradient(
        #fff6d6 0deg 40deg,
        transparent 40deg 45deg,
        #fde9a6 45deg 85deg,
        transparent 85deg 90deg,
        #fbdc76 90deg 130deg,
        transparent 130deg 135deg,
        #f9cf46 135deg 175deg,
        transparent 175deg 180deg,
        #f5c21f 180deg 220deg,
        transparent 220deg 225deg,
        #e0a70f 225deg 265deg,
        transparent 265deg 270deg,
        #c98f0c 270deg 310deg,
        transparent 310deg 315deg,
        #f0b310 315deg 355deg,
        transparent 355deg 360deg
        );
    -webkit-mask: radial-gradient(transparent 55%, #000 56%);
    mask: radial-gradient(transparent 55%, #000 56%);
    animation: spin 1s linear infinite;
}

/* Full-screen overlay to block clicks */
.emr-application-loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

/* Spinner itself */
.emr-application-loader-container {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1002;
}

.emr-application-loader-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(
        #fff6d6 0deg 40deg,
        transparent 40deg 45deg,
        #fde9a6 45deg 85deg,
        transparent 85deg 90deg,
        #fbdc76 90deg 130deg,
        transparent 130deg 135deg,
        #f9cf46 135deg 175deg,
        transparent 175deg 180deg,
        #f5c21f 180deg 220deg,
        transparent 220deg 225deg,
        #e0a70f 225deg 265deg,
        transparent 265deg 270deg,
        #c98f0c 270deg 310deg,
        transparent 310deg 315deg,
        #f0b310 315deg 355deg,
        transparent 355deg 360deg
        );
    -webkit-mask: radial-gradient(transparent 55%, #000 56%);
    mask: radial-gradient(transparent 55%, #000 56%);
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 
**************************************************************************************
*************************** END:: Loader/Spinner ***********************************
**************************************************************************************
*/


/* 
**************************************************************************************
*************************** START:: FORM Controls ************************************
**************************************************************************************
*/

/* ******************************* 1. Radio Input ******************************* */

 /* Hide default radio */
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;

  border: 2px solid #ccc;
  border-radius: 50%;

  position: relative;
  cursor: pointer;
  outline: none;
}

/* Inner dot */
input[type="radio"]::before {
  content: '';
  position: absolute;

  top: 50%;
  left: 50%;

  width: 10px;
  height: 10px;

  background-color: #f0b310;
  border-radius: 50%;

  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

/* Checked state */
input[type="radio"]:checked {
  border-color: #f0b310;
}

input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

/* Hover effect (optional) */
input[type="radio"]:hover {
  border-color: #f0b310;
}

/* Focus state (accessibility) */
/* input[type="radio"]:focus {
  outline: 2px solid rgba(240, 179, 16, 0.4);
  outline-offset: 2px;
} */

.radio-group {
    display: flex;
}

.radio-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ******************************* 2. CheckBox Input ******************************* */

/* Hide default checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;

  width: 16px;
  height: 16px;

  border: 2px solid #ccc;
  border-radius: 4px; /* square-ish */

  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}

/* Checkmark */
input[type="checkbox"]::before {
  content: '';
  position: absolute;

  top: 50%;
  left: 50%;

  width: 10px;
  height: 6px;

  border: 2px solid white;
  border-top: none;
  border-right: none;

  transform: translate(-50%, -60%) rotate(-45deg) scale(0);
  transition: transform 0.2s ease;
}

/* Checked state */
input[type="checkbox"]:checked {
  background-color: var(--base);
  border-color: var(--base);
  border-radius: 0;
}

input[type="checkbox"]:checked::before {
  transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}

/* Hover */
input[type="checkbox"]:hover {
  border-color: var(--base);
  border-radius: 0;
}

 /* ******************************* 3. Text, Email, Passsword, Tel, Number ************************ */

 input[type="text"], 
 textarea,
 input[type="email"],
 input[type="password"],
 input[type="tel"],
 input[type="date"],
 input[type="file"],
 input[type="number"] {
    background-color: var(--color-grey-inputbox);
    border: 1px solid var(--color-grey-inputbox);
    height: 48px;
    width: 100%;
    padding: 8px 12px;
    font-size: .875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-weight: 300;
 }

 input[type="text"]:focus, 
 textarea:focus,
 input[type="email"]:focus,
 input[type="password"]:focus,
 input[type="tel"]:focus,
 input[type="number"]:focus,
 input[type="date"]:focus,
 input[type="file"]:focus,
 input[type="text"]:focus{
    border-color: var(--color-wsv-primary) !important;
    box-shadow: 0 0 0 2px rgba(244, 244, 51, 0.2);
    outline: none;
 }

/* 
**************************************************************************************
*************************** END:: FORM Controls ************************************
**************************************************************************************
*/

.global-form-container {
    max-width: 792px;
    width: 100%;
    margin: auto;
    padding: 40px 102px 48px;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.3);
    font-family: Noto Sans, Verdana, Geneva, sans-serif;
    border-top: 5px solid var(--color-wsv-primary);
    background-color: transparent;
    border-radius: 8px;
}

.global-form-container .title {
    font-size: var(--dxp-g-font-size-12);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 2.5rem;
}

.global-form-container .sub-title {
    font-weight: var(--font-weight-normal);
    font-size: var(--dxp-g-font-size-8);
    line-height: 2rem;
    color: var(--base);
}

.global-form-container .note {
    font-weight: var(--font-weight-light);
    font-size: var(--dxp-g-font-size-5);
    line-height: 1.5rem;
    color: var(--base);
}

.global-form-container .description {
    font-weight: var(--font-weight-light);
    font-size: var(--dxp-g-font-size-6);
    line-height: 1.5rem;
    color: var(--base);
}

.description {
    font-weight: var(--font-weight-light);
    font-size: var(--dxp-g-font-size-5);
    line-height: 1.5rem;
    color: var(--base);
}

.global-form-container .form-control-conainer {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.global-form-container .form-input-box-row {
    display: flex;
    gap: 1.5rem;
}

.global-form-container .form-input-box {
    display: flex;
    flex-direction: column;
    max-width: 282px;
    width: 100%;
}

.global-form-container .label {
    font-weight: var(--font-weight-heavy);
    font-size: var(--dxp-g-font-size-2);
    line-height: 1rem;
    color: var(--base);
    height: 1.5rem;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.global-form-container .buttons-container {
    display: flex;
    gap: 1.5rem;
}

@media screen and (max-width: 1279px) {
    .global-form-container {
        padding: 40px 60px 48px;
        max-width: 584px;
    }
    
    .global-form-container .form-input-box-row { 
        gap: 1rem;
    }

    .global-form-container .sub-title {
        font-size: var(--dxp-g-font-size-7);
    }

    .global-form-container .form-input-box {
        width: 224px;
    }

    .global-form-container .buttons-container {
        gap: 1rem;
    }
     .global-form-container .title {
       font-size: var(--dxp-g-font-size-12) !important;
    }
}

@media screen and (max-width: 767px) {
    .global-form-container {
        padding: 40px 28px 48px;
        max-width: 328px;
    }

    .global-form-container .form-input-box {
        width: 272px;
    }

    .global-form-container .buttons-container {
        flex-direction: column;
    }

    .global-form-container .form-input-box-row { 
        flex-direction: column;
        gap: 1rem;
    }
    .global-form-container .title {
       font-size: var(--dxp-g-font-size-8) !important;
    }
    .global-form-container .description { 
       font-size: var(--dxp-g-font-size-5);
    }
}

/* 
**************************************************************************************
*************************** START:: FORM CLASSES ************************************
**************************************************************************************
*/


/* 
**************************************************************************************
*************************** END:: FORM CLASSES ************************************
**************************************************************************************
*/


/* 
**************************************************************************************
*************************** Start:: Common classes ***********************************
**************************************************************************************
*/

.pro-standard-padding {
    padding-top: var(--spacing-standard-top);
    padding-bottom: var(--spacing-standard-bottom);
}

.pro-standard-margin {
    margin-top: var(--spacing-standard-top);
    margin-bottom: var(--spacing-standard-bottom);
}

.pro-h1 {
    font-size: var(--dxp-g-font-size-12);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 3rem;
}

.pro-h1-lg {
    font-size: 44px;
    font-weight: 300;
}

.pro-h4 {
    font-size: var(--dxp-g-font-size-10);
    font-weight: var(--font-weight-normal);
    color: var(--base);
    line-height: 2rem;
}

.pro-h5 {
    font-size: var(--dxp-g-font-size-6);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 1.5rem;
}

.pro-h3 {
    font-size: var(--dxp-g-font-size-10);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 2.5rem;
}

.pro-para {
    font-size: var(--dxp-g-font-size-5);
    font-weight: var(--font-weight-light);
    color: var(--base);
    line-height: 1.5rem;
}

.pro-para.normal-weight,
.pro-h1.normal-weight,
.pro-h3.normal-weight,
.pro-h5.normal-weight {
    font-weight: var(--font-weight-normal);
}

.pro-para.medium-weight,
.pro-h1.medium-weight,
.pro-h3.medium-weight,
.pro-h5.medium-weight {
    font-weight: var(--font-weight-medium);
}

.pro-para.heavy-weight,
.pro-h1.heavy-weight,
.pro-h3.heavy-weight,
.pro-h5.heavy-weight {
    font-weight: var(--font-weight-heavy);
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--container_default);
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    max-width: inherit;
}

.overlay.overlay-black::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-white::before {
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay.no-overlay::before {
    background-color: transparent;
}

.overlay.overlay-purple::before {
    background-color: #6a37b0A6;
}

.overlay.overlay-wsv-yellow::before {
    background-color: rgba(240, 179, 16, 0.3);
}

.eyebrow-text {
    color: var(--color-wsv-primary);
    font-size: var(--dxp-g-font-size-2);
    font-weight: var(--font-weight-heavy);
    text-transform: uppercase;
    line-height: 1rem;
}

.pro-white-font {
    color: var(--color-white);
}

.pro-black-font {
    color: var(--bg--dark-2);
}

.pro-purple-font {
    color: var(--color-wsv-primary);
}

.pro-purple-font .pro-h1,
.pro-purple-font .pro-h3,
.pro-purple-font .pro-h5,
.pro-purple-font .pro-para {
    color: var(--color-wsv-primary);
}

.pro-purple-font svg.emr-icon path {
    fill: var(--color-wsv-primary);
}

.pro-white-font .pro-h1,
.pro-white-font .pro-h3,
.pro-white-font .pro-h5,
.pro-white-font .pro-para {
    color: var(--color-white);
}

.pro-white-font svg.emr-icon path {
    fill: var(--color-white);
}

.pro-white-font .emr-button .emr-icon path {
    fill: var(--base);
}

.pro-black-font .pro-h1,
.pro-black-font .pro-h3,
.pro-black-font .pro-h5,
.pro-black-font .pro-para {
    color: var(--bg--dark-2);
}

.pro-black-font svg.emr-icon path {
    fill: var(--bg--dark-2);
}

/* Flex Start */
.pro-flex {
    display: flex;
}

.pro-flex.row {
    flex-direction: row;
}

.pro-flex.row-reversed {
    flex-direction: row-reverse;
}

.pro-flex.column {
    flex-direction: column;
}

.pro-flex.wrap {
    flex-wrap: wrap;
}

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

.pro-flex.align-center {
    align-items: center;
}

.pro-flex.align-end {
    align-items: flex-end;
}

.pro-flex.justify-start {
    justify-content: flex-start;
}

.pro-flex.justify-center {
    justify-content: center;
}

.pro-flex.justify-end {
    justify-content: flex-end;
}

.pro-flex.justify-between {
    justify-content: space-between;
}

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

.gap-1 {
    gap: 1rem;
}

.gap-1-5 {
    gap: 1.5rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-2-5 {
    gap: 2.5rem;
}

.gap-3 {
    gap: 3rem;
}

/* Flex END */

.button-container {
    width: 282px;
}

/* 
* ========================================================================
* Text Alignment
* ========================================================================
*/
.text-center {
    text-align: center;
}

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

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

/* 
* ========================================================================
* Buttons under overlay
* ========================================================================
*/

.overlay.overlay-white .emr-reversed--button,
.bg-white .emr-reversed--button {
    border: 1px solid var(--bg--dark-2);
    background-color: var(--color-white);
    color: var(--bg--dark-2);
}

.overlay.overlay-white .emr-reversed--button .button-text,
.bg-white .emr-reversed--button .button-text {
    color: var(--bg--dark-2);
    font-weight: 700;
}

.overlay.overlay-white .emr-reversed--button svg path,
.bg-white .emr-reversed--button svg path {
    fill: var(--bg--dark-2);
}

/*
 * ========================================================================
 * Collapsible truncated paragraphs Start
 * ========================================================================
 */

.para-container {
    position: relative;
}

.para-container.collapsed .read-more-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    line-height: 24px;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 35%);
}

.dark-theme .para-container.collapsed .read-more-container {
    background: linear-gradient(to right, #262728A0, #262728 35%)
}

.dark-theme .para-container.expanded .read-more-container {
    background: linear-gradient(to right, #262728A0, #262728 35%)
}

.para-container.expanded .pro-para {
    display: inline;
}

.para-container.expanded .read-more-container {
    text-align: right;
    width: 160px;
    line-height: 24px;
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 35%);
    display: inline;
    padding-left: .5rem;
}

.read-more-link {
    cursor: pointer;
    color: var(--base);
    text-decoration: none;
    font-weight: var(--font-weight-heavy);
    display: inline-block;
    margin-top: 4px;
}

.para-container.collapsed .read-more-link {
    padding-right: 4px;
}

.read-more-link:hover {
    text-decoration: none !important;
    color: var(--base) !important;
}

.pro-header--content-width {
    max-width: 894px;
}

.cta-text {
    font-size: var(--dxp-g-font-size-2);
    font-weight: var(--font-weight-heavy);
    color: var(--color-wsv-link);
    text-transform: uppercase;
    cursor: pointer;
}

/*
 * ========================================================================
 * Collapsible truncated paragraphs End
 * ========================================================================
 */


/*
 * ========================================================================
 * Modular Multi-Line Truncation System
 * ========================================================================
 * How to use:
 * 1. Pick a base class: .truncate-with-ellipsis OR .truncate-hidden
 * 2. Pick a line-count utility: .lines-1, .lines-2, etc.
 * 3. Add the class to your element.
 * 4. Ensure a line-height is set (e.g., via .lh-16 or .lh-48).
 * ========================================================================
 */

/*
 * ===================================
 * Base Classes
 * ===================================
 */

/**
 * Base for truncating with an ellipsis (...)
 * This method uses -webkit-line-clamp.
 */
.truncate-with-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
 * Base for truncating by simply hiding overflow.
 * This method uses a fixed height and overflow: hidden.
 */
.truncate-hidden {
    overflow: hidden;
}

/*
 * ===================================
 * Line Count & Height Utility Classes
 * ===================================
 * These utilities can be combined with the base classes.
 */

/* --- Utilities for 24px Line Height --- */
.lines-1.lh-24 {
    -webkit-line-clamp: 1;
    max-height: calc(24px * 1);
}

.lines-2.lh-24 {
    -webkit-line-clamp: 2;
    max-height: calc(24px * 2);
}

.lines-3.lh-24 {
    -webkit-line-clamp: 3;
    max-height: calc(24px * 3);
}

.lines-4.lh-24 {
    -webkit-line-clamp: 4;
    max-height: calc(24px * 4);
}

.lines-5.lh-24 {
    -webkit-line-clamp: 5;
    max-height: calc(24px * 5);
}

.lines-6.lh-24 {
    -webkit-line-clamp: 6;
    max-height: calc(24px * 6);
}

.lines-7.lh-24 {
    -webkit-line-clamp: 7;
    max-height: calc(24px * 7);
}

.lines-8.lh-24 {
    -webkit-line-clamp: 8;
    max-height: calc(24px * 8);
}

.lines-9.lh-24 {
    -webkit-line-clamp: 9;
    max-height: calc(24px * 9);
}

.lines-10.lh-24 {
    -webkit-line-clamp: 10;
    max-height: calc(24px * 10);
}

/* --- Utilities for 48px Line Height --- */
.lines-1.lh-48 {
    -webkit-line-clamp: 1;
    max-height: calc(48px * 1);
}

.lines-2.lh-48 {
    -webkit-line-clamp: 2;
    max-height: calc(48px * 2);
}

.lines-3.lh-48 {
    -webkit-line-clamp: 3;
    max-height: calc(48px * 3);
}

.lines-4.lh-48 {
    -webkit-line-clamp: 4;
    max-height: calc(48px * 4);
}

.lines-5.lh-48 {
    -webkit-line-clamp: 5;
    max-height: calc(48px * 5);
}

.lines-6.lh-48 {
    -webkit-line-clamp: 6;
    max-height: calc(48px * 6);
}

.lines-7.lh-48 {
    -webkit-line-clamp: 7;
    max-height: calc(48px * 7);
}

.lines-8.lh-48 {
    -webkit-line-clamp: 8;
    max-height: calc(48px * 8);
}

.lines-9.lh-48 {
    -webkit-line-clamp: 9;
    max-height: calc(48px * 9);
}

.lines-10.lh-48 {
    -webkit-line-clamp: 10;
    max-height: calc(48px * 10);
}

@media screen and (max-width: 1279px) {
    .pro-header--content-width {
        width: 100%;
    }

    .pro-t-standard-margin {
        margin-top: var(--spacing-standard-top);
        margin-bottom: var(--spacing-standard-bottom);
    }

    .pro-h1-lg {
        font-size: 36px;
    }

    .pro-h1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }

    .pro-h3 {
        font-size: var(--dxp-g-font-size-8);
    }

    .pro-h4 {
        font-size: var(--dxp-g-font-size-7);
        font-weight: var(--font-weight-normal);
        color: var(--base);
        line-height: 2rem;
    }

    .pro-flex.t-column {
        flex-direction: column;
    }

    .pro-flex.t-row {
        flex-direction: row;
    }

    .pro-flex.t-justify-center {
        justify-content: center;
    }

    .pro-flex.t-align-center {
        align-items: center;
    }

    .button-container {
        width: 224px;
    }

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

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

    .text-t-right {
        text-align: right;
    }

    .lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }

    /* --- Utilities for 24px Line Height --- */
    .t-lines-1.lh-24 {
        -webkit-line-clamp: 1;
        max-height: calc(24px * 1);
    }

    .t-lines-2.lh-24 {
        -webkit-line-clamp: 2;
        max-height: calc(24px * 2);
    }

    .t-lines-3.lh-24 {
        -webkit-line-clamp: 3;
        max-height: calc(24px * 3);
    }

    .t-lines-4.lh-24 {
        -webkit-line-clamp: 4;
        max-height: calc(24px * 4);
    }

    .t-lines-5.lh-24 {
        -webkit-line-clamp: 5;
        max-height: calc(24px * 5);
    }

    .t-lines-6.lh-24 {
        -webkit-line-clamp: 6;
        max-height: calc(24px * 6);
    }

    .t-lines-7.lh-24 {
        -webkit-line-clamp: 7;
        max-height: calc(24px * 7);
    }

    .t-lines-8.lh-24 {
        -webkit-line-clamp: 8;
        max-height: calc(24px * 8);
    }

    .t-lines-9.lh-24 {
        -webkit-line-clamp: 9;
        max-height: calc(24px * 9);
    }

    .t-lines-10.lh-24 {
        -webkit-line-clamp: 10;
        max-height: calc(24px * 10);
    }

    .t-lines-11.lh-24 {
        -webkit-line-clamp: 11;
        max-height: calc(24px * 11);
    }

    .t-lines-12.lh-24 {
        -webkit-line-clamp: 12;
        max-height: calc(24px * 12);
    }

    .t-lines-13.lh-24 {
        -webkit-line-clamp: 13;
        max-height: calc(24px * 13);
    }

    .t-lines-14.lh-24 {
        -webkit-line-clamp: 14;
        max-height: calc(24px * 14);
    }

    .t-lines-15.lh-24 {
        -webkit-line-clamp: 15;
        max-height: calc(24px * 15);
    }

    .t-lines-16.lh-24 {
        -webkit-line-clamp: 16;
        max-height: calc(24px * 16);
    }

    /* --- Utilities for 48px Line Height --- */
    .t-lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .t-lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .t-lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .t-lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .t-lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .t-lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .t-lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .t-lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .t-lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .t-lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }


    .t-gap-0-5 {
        gap: .5rem;
    }

    .t-gap-1 {
        gap: 1rem;
    }

    .t-gap-1-5 {
        gap: 1.5rem;
    }

    .t-gap-2 {
        gap: 2rem;
    }

    .t-gap-2-5 {
        gap: 2.5rem;
    }

    .t-gap-3 {
        gap: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .pro-m-standard-margin {
        margin-top: var(--spacing-standard-top);
        margin-bottom: var(--spacing-standard-bottom);
    }

    .pro-h1 {
        font-size: 30px !important;
        line-height: 2.5rem;
    }

    .pro-flex.m-column {
        flex-direction: column;
    }

    .pro-flex.m-row {
        flex-direction: row;
    }

    .pro-flex.m-column-reversed {
        flex-direction: column-reverse;
    }

    .pro-flex.m-justify-center {
        justify-content: center;
    }

    .pro-flex.m-align-center {
        align-items: center;
    }

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

    .pro-flex.m-justify-start {
        justify-content: flex-start;
    }

    .button-container {
        width: 282px;
    }

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

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

    .text-m-right {
        text-align: right;
    }

    /* --- Utilities for 24px Line Height --- */
    .m-lines-1.lh-24 {
        -webkit-line-clamp: 1;
        max-height: calc(24px * 1);
    }

    .m-lines-2.lh-24 {
        -webkit-line-clamp: 2;
        max-height: calc(24px * 2);
    }

    .m-lines-3.lh-24 {
        -webkit-line-clamp: 3;
        max-height: calc(24px * 3);
    }

    .m-lines-4.lh-24 {
        -webkit-line-clamp: 4;
        max-height: calc(24px * 4);
    }

    .m-lines-5.lh-24 {
        -webkit-line-clamp: 5;
        max-height: calc(24px * 5);
    }

    .m-lines-6.lh-24 {
        -webkit-line-clamp: 6;
        max-height: calc(24px * 6);
    }

    .m-lines-7.lh-24 {
        -webkit-line-clamp: 7;
        max-height: calc(24px * 7);
    }

    .m-lines-8.lh-24 {
        -webkit-line-clamp: 8;
        max-height: calc(24px * 8);
    }

    .m-lines-9.lh-24 {
        -webkit-line-clamp: 9;
        max-height: calc(24px * 9);
    }

    .m-lines-10.lh-24 {
        -webkit-line-clamp: 10;
        max-height: calc(24px * 10);
    }

    .m-lines-16.lh-24 {
        -webkit-line-clamp: 16;
        max-height: calc(24px * 16);
    }

    /* --- Utilities for 48px Line Height --- */
    .m-lines-1.lh-48 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .m-lines-2.lh-48 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .m-lines-3.lh-48 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .m-lines-4.lh-48 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .m-lines-5.lh-48 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .m-lines-6.lh-48 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .m-lines-7.lh-48 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .m-lines-8.lh-48 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .m-lines-9.lh-48 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .m-lines-10.lh-48 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }

    /* --- Utilities for 40px Line Height --- */
    .m-lines-1.lh-40 {
        -webkit-line-clamp: 1;
        max-height: calc(40px * 1);
    }

    .m-lines-2.lh-40 {
        -webkit-line-clamp: 2;
        max-height: calc(40px * 2);
    }

    .m-lines-3.lh-40 {
        -webkit-line-clamp: 3;
        max-height: calc(40px * 3);
    }

    .m-lines-4.lh-40 {
        -webkit-line-clamp: 4;
        max-height: calc(40px * 4);
    }

    .m-lines-5.lh-40 {
        -webkit-line-clamp: 5;
        max-height: calc(40px * 5);
    }

    .m-lines-6.lh-40 {
        -webkit-line-clamp: 6;
        max-height: calc(40px * 6);
    }

    .m-lines-7.lh-40 {
        -webkit-line-clamp: 7;
        max-height: calc(40px * 7);
    }

    .m-lines-8.lh-40 {
        -webkit-line-clamp: 8;
        max-height: calc(40px * 8);
    }

    .m-lines-9.lh-40 {
        -webkit-line-clamp: 9;
        max-height: calc(40px * 9);
    }

    .m-lines-10.lh-40 {
        -webkit-line-clamp: 10;
        max-height: calc(40px * 10);
    }

    .m-gap-0-5 {
        gap: .5rem;
    }

    .m-gap-1 {
        gap: 1rem;
    }

    .m-gap-1-5 {
        gap: 1.5rem;
    }

    .m-gap-2 {
        gap: 2rem;
    }

    .m-gap-2-5 {
        gap: 2.5rem;
    }

    .m-gap-3 {
        gap: 3rem;
    }
}

/* 
**************************************************************************************
*************************** END:: Common classes *************************************
**************************************************************************************
*/


/* 
**************************************************************************************
*************************** START:: Other styles *************************************
**************************************************************************************
*/

.emr-icon {
    margin-left: 10px;
}

.emr-button:has(.hide-on-mobile) .emr-icon {
    margin-left: 0px;
}

/* Tab Index */
:focus-visible {
  outline: 2px solid var(--color-wsv-primary);
  outline-offset: 2px;
}

/* 
**************************************************************************************
*************************** End:: Other styles *************************************
**************************************************************************************
*/

/* 
**************************************************************************************
**************** Override styles for b2b_pdfDownload component ***********************
**************************************************************************************
*/

/* Purpose:
These styles are used to override default component-level CSS 
defined inside the b2b_pdfDownload component.
*/


.case_study_container .case_study_card:hover .heading {
    color: var(--color-wsv-primary-hover);
    text-decoration: none !important;
}

.case_study_container .case_study_card:hover .document_details svg path {
    fill: var(--color-wsv-primary-hover) !important;
}

.case_study_card:hover .heading {
    color: var(--color-wsv-primary-hover) !important;
    text-decoration: none !important;
    display: inline-block;
}

@media screen and (max-width: 769px) {
    .case_study_container .heading {
        width: 98% !important;
    }
}


/*
**************************************************************************************
*************************** End:: Override styles ************************************
**************************************************************************************
*/



/* 
* Overwriting b2b component classes
 */

 .dot.active {
    background-color: var(--color-wsv-primary) !important;
 }


 /* 
    Credit card 
 */

 .slds-input {
    box-sizing: border-box;
    font-family: var(--wsv-font-family);
    color: var(--base);
    height: 48px;
    background-color: #F3F3F3;
    padding: .75rem .5rem;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border-radius: 0px;
    outline: none;
}

.slds-button_icon-inverse.slds-button:hover {
    background: transparent;
}

.slds-input::placeholder {
    font-style: italic;
    color: #ccc;
}

.slds-select,
.slds-select[disabled] {
    height: 48px !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: #F3F3F3 !important;
}

/* 
    Modal
*/

.modal-container {
    position: fixed;
    width: 792px;
    /* height: min(740px, calc(100vh - 160px));
    height: min(740px, calc(100dvh - 160px)); */
    height: auto;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    flex-direction: column;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    background: rgba(0,0,0,0.5);
    z-index: 990;
}

.modal-header {
    width: 100%;
    flex: 0 0 auto;
    min-height: 40px;
    margin: 0 !important;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
}

.modal-content {
    width: 100%;
    max-width: 588px;
    margin: 1.5rem auto 2.5rem;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overscroll-behavior: contain;
    max-height: 90%;
}

.modal-content .address-form {
    max-height: 500px;
    overflow-y: auto;
}

.modal-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    color: var(--base);
}

.close-icon {
    cursor: pointer;
}


@media screen and (max-width: 1279px) {
    .modal-container {
        width: 584px;
        height: min(680px, calc(100vh - 120px));
        height: min(680px, calc(100dvh - 120px));
        max-height: none;
        overflow: hidden;
    }

    .modal-content {
        max-width: 464px;
    }

    .modal-content .address-form {
        max-height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .modal-container {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        max-height: none;
        transform: none;
        overflow: hidden;
        z-index: 999;
        background-color: #fff;
    }

    .modal-overlay {
        min-height: 100vh;
        min-height: 100dvh;
    }

    .modal-container .address-modal-content {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        min-height: 100dvh;
        background-color: #fff;
    }

    .modal-header {
        position: sticky;
        top: 0;
        z-index: 1;
        min-height: 40px;
    }

    .modal-content {
        max-width: 328px !important;
        /* margin: 0 auto; */
        height: auto;
        max-height: none;
        overflow-y: auto;
        padding: 1rem;
        background-color: #fff;
        max-height: 85vh;
        max-height: 85dvh;
    }

    .modal-content .address-form {
        max-height: 90%;
    }

    .avm-modal.slds-modal__container {
        max-width: 90% !important;
        width: 100% !important;
    }
}



/* 
    ADA CHANGES
 */

.link-text,
a.link-text,
.account-container .card-link,
a.link-text:link,
a.link-text:visited,
a.link-text:active, 
.blinking-order,
a.blinking-order,
.wishlist-link,
a.wishlist-link, 
.btn-rmv-wishlist, 
.btn-rmv-from-wishlist, 
.product-link, 
.btn-add-to-cart, 
.remove-address-link, 
.account-container .link-text,  .account-container a.link-text {
    color: var(--base) !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.arrow {
    color: var(--base) !important;
}

.link-text:hover,
a.link-text:hover,
a.link-text:link:hover,
a.link-text:visited,
a.link-text:active,
tr td .blinking-order,
.blinking-order:hover,
a.blinking-order:hover,  
.btn-rmv-wishlist:hover, 
.btn-rmv-from-wishlist:hover, 
.product-link:hover, 
.btn-add-to-cart:hover, 
.remove-address-link:hover, 
.account-container .link-text:hover,  .account-container a.link-text:hover, 
.account-container .card-link:hover {
    color: var(--base) !important;
    font-weight: 500 !important;
    text-decoration: none;
}

.table-row .col-sku .product-link,
.table-row .cell-name .wishlist-link,
.order-table .blinking-order,
.card-content a.card-link,
.card-content a.card-link .arrow, 
.account-container .welcome-header .account-summary .link-text,
.welcome-header .account-summary .link-text,
.welcome-header .account-summary a.link-text, 
.remove-address .remove-address-link {
    color: var(--base) !important;
    font-weight: 500 !important;   
    text-decoration: none;
}

.table-row .col-sku .product-link:hover,
.table-row .cell-name .wishlist-link:hover,
.order-table .blinking-order:hover,
.card-content a.card-link:hover,
.card-content a.card-link .arrow:hover,
.welcome-header .account-summary a.link-text:hover, 
a.nav-link:hover, 
.dropdown-container a.nav-link:hover, 
.remove-address .remove-address-link:hover {
    color: var(--base) !important;
    font-weight: 500 !important;
    text-decoration: none;
}



/* 
Search
 */
.see-all-results a.see-all-results-link,
.see-all-results-link {
    color: var(--base) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

a.see-all-results-link .right-arrow {
    fill: var(--base) !important;
}
a.see-all-results-link .right-arrow:hover {
    fill: var(--base) !important;
}

.see-all-results-link:hover {
    color: var(--base) !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.product-card-container {
    border: 1px solid #ccc;
}

.row.all-results-products {
    padding-left: 0 !important;
    gap: 0 !important;
}

@media screen and (max-width: 1279px) {
    /* .products .all-results-products .product-card-container {
        border-right: none !important;
    } */

    .product-card-container .product-card {
        width: 200px;
    }
}

@media screen and (max-width:767px) {
    .product-card-container .product-card {
        width: 328px !important;       
    }

    .product-card-container .product-card .product-description {
        width: 300px !important; 
    }
}
/* search end */


/* Search Pages */

.searched-products .product-card {
    border: 1px solid #ccc;
}

/* Search pages */


/* 
Checkout captcha error ui start
*/
.summary-container .captcha-container-compilance .emr-error-message {
    position: relative;
    left: 1.25rem;
    max-width: 282px;
}

@media screen and (max-width:767px) {
    .summary-container .captcha-container-compilance .emr-error-message {
        left: 0rem;
    }
}

@media screen and (max-width:767px) {
    .summary-container .captcha-container-compilance .emr-error-message {
        left: -2.25rem;
        max-width: 328px;
    }
}

.slds-notify_container .slds-icon_container svg path {
    fill: var(--base) !important;
}
/* Checkout captcha error ui start */



/* 
Product Toggle Icon
*/


  .inactive-grid-icon:hover path {
    fill: var(--color-wsv-primary) !important;
    text-decoration: underline;
    color: var(--color-wsv-primary) !important; 
  }

  .inactive-list-icon:hover path {
    fill: var(--color-wsv-primary) !important;
    text-decoration: underline;
    color: var(--color-wsv-primary) !important;
  }
  .active-list-icon path {
    fill: #262728;
  }

  .inactive-grid-icon path {
    fill: #b3b3b3;
  }

.inactive-list-icon path {
    fill: #b3b3b3;
}
