/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/
form:not(.cmp-adaptiveform-container--edit) [data-cmp-visible="false"] {
    display: none !important;
}
.cmp-adaptiveform-container--loading{

}
/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/
.cmp-adaptiveform-datepicker {

}

.cmp-adaptiveform-datepicker__widget {

}

.cmp-adaptiveform-datepicker__label {

}
.cmp-adaptiveform-datepicker__label-container{
  
}

.cmp-adaptiveform-datepicker__longdescription {

}

.cmp-adaptiveform-datepicker__shortdescription {

}

.cmp-adaptiveform-datepicker__questionmark {

}

.cmp-adaptiveform-datepicker__questionmark {

}
/*******************************************************************************
 * Copyright 2023 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.datetimepicker {
    border: none;
    background-color: #FFF;
    display: none;
    position: absolute;
    cursor: default;
    z-index: 100;
    outline: solid #CCCCCC 2px;
    flex-direction: column;
    width: 433px;
    max-width: calc(100vw - 20px);
    box-sizing: border-box;
}

.datetimepicker .dp-clear {
    overflow: auto;
    background-color: #F5F5F5;
    text-align: center;
}

.datetimepicker .dp-clear a {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    display: inline-block;
    font-size: 0.875rem;
    color: #6d6d6d;
}

.datetimepicker-notouch .dp-close a:hover {
    color: #c8bbff;
}

.datetimepicker .dp-header {
    height: 40px;
    line-height: 40px;
    color: #555555;
    margin-bottom: 5px;
    background-color: #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.datetimepicker .dp-header .dp-leftnav,
.datetimepicker .dp-header .dp-rightnav,
.datetimepicker .dp-header .dp-caption {
    float: left;
    text-align: center;
    cursor: pointer;
    height: 40px;
}

.datetimepicker-notouch .dp-header .dp-caption:not(.disabled):hover {
    color: #969696;
}

.datetimepicker .dp-header .dp-rightnav {
    float: right;
    background: url("../../../etc.clientlibs/core/fd/components/form/datepicker/v1/datepicker/clientlibs/site/resources/rightnav.png") no-repeat center center;
    width: 40px;
}

.datetimepicker .dp-header .dp-leftnav {
    width: 40px;
    background: url("../../../etc.clientlibs/core/fd/components/form/datepicker/v1/datepicker/clientlibs/site/resources/leftnav.png") no-repeat center center;
}

.datetimepicker .dp-header .dp-rightnav:hover {
    background: url("../../../etc.clientlibs/core/fd/components/form/datepicker/v1/datepicker/clientlibs/site/resources/rightnav_hover.png") no-repeat center center;
}

.datetimepicker .dp-header .dp-leftnav:hover {
    background: url("../../../etc.clientlibs/core/fd/components/form/datepicker/v1/datepicker/clientlibs/site/resources/leftnav_hover.png") no-repeat center center;
}

.datetimepicker .view {
    display: none;
}

.datetimepicker .view ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.datetimepicker .view ul li {
    float: left;
    padding: 5px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #666666;
    min-width: 40px;
    flex: 0 0 calc(100% / 7);
}

.datetimepicker .view ul.header li {
    color: #555555;
}

.datetimepicker .view ul:not(.header) li:not(.disabled) {
    cursor: pointer;
}

.datetimepicker .view ul.header {
    color: #000;
    background-color: #FFF;
    border-bottom: #E6E6E6 1px solid;
    display: flex;
    justify-content: space-around;
}

.datetimepicker-notouch .view ul:not(.header) li:not(.disabled):hover {
    color: black;
    background-color: #E6E6E6;
    opacity: 0.5;
}

.datetimepicker .view ul li.disabled {
    color: #CCCCCC;
}

.datetimepicker .view ul li.dp-selected {
    outline: none;
    background-color: #666666;
    color: #FFFFFF;
    opacity: 1.0;
}

.datetimepicker .view ul li.dp-focus {
    border: 1px dashed black;
}

.cmp-adaptiveform-datepicker__calendar-icon {
    position: absolute;
    top: 41px;
    right: 30px;
    z-index: 10;
    background: url("../../../etc.clientlibs/core/fd/components/form/datepicker/v1/datepicker/clientlibs/site/resources/calendar.png") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.datefieldwidget.widgetreadonly .cmp-adaptiveform-datepicker__calendar-icon {
    display: none;
}

/* Responsive styles for WCAG 1.4.10 Reflow compliance at 320px */
@media (max-width: 400px) {
    .datetimepicker {
        width: calc(100vw - 20px);
        left: 10px !important;
        right: 10px !important;
    }

    .datetimepicker .view ul {
        padding: 2px;
    }

    .datetimepicker .view ul li {
        min-width: 30px;
        padding: 3px 1px;
        font-size: 0.75rem;
        flex: 0 0 calc(100% / 7);
    }

    .datetimepicker .dp-header .dp-caption {
        flex: 1;
        font-size: 0.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .datetimepicker .dp-header .dp-leftnav,
    .datetimepicker .dp-header .dp-rightnav {
        min-width: 35px;
        width: 35px;
        flex-shrink: 0;
    }
}
/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-textinput {

}

.cmp-adaptiveform-textinput__widget {

}
textarea.cmp-adaptiveform-textinput__widget{
  
}

.cmp-adaptiveform-textinput__label {

}
.cmp-adaptiveform-textinput__label-container{
  
}

.cmp-adaptiveform-textinput__longdescription {
}

.cmp-adaptiveform-textinput__shortdescription {
}

.cmp-adaptiveform-textinput__questionmark {

}

/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-telephoneinput {

}

.cmp-adaptiveform-telephoneinput__widget {

}

.cmp-adaptiveform-telephoneinput__label {

}
.cmp-adaptiveform-telephoneinput__label-container{
  
}

.cmp-adaptiveform-telephoneinput__longdescription {
}

.cmp-adaptiveform-telephoneinput__shortdescription {
}

.cmp-adaptiveform-telephoneinput__questionmark {

}

/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-emailinput {

}

.cmp-adaptiveform-emailinput__widget {

}

.cmp-adaptiveform-emailinput__label {

}
.cmp-adaptiveform-emailinput__label-container{
  
}

.cmp-adaptiveform-emailinput__longdescription {
}

.cmp-adaptiveform-emailinput__shortdescription {
}

.cmp-adaptiveform-emailinput__questionmark {
}

.cmp-adaptiveform-numberinput {

}

.cmp-adaptiveform-numberinput__widget {

}

.cmp-adaptiveform-numberinput__label {

}
.cmp-adaptiveform-numberinput__label-container{
  
}

.cmp-adaptiveform-numberinput__longdescription {
}

.cmp-adaptiveform-numberinput__shortdescription {
}

.cmp-adaptiveform-numberinput__questionmark {

}
/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-container {

}

.cmp-container__label {

}
.cmp-container__label-container{
  
}

.cmp-container__longdescription {
}

.cmp-container__shortdescription {
}

.cmp-container__questionmark {

}

.cmp-adaptiveform-radiobutton{
}
.cmp-adaptiveform-radiobutton__label-container{
}
.cmp-adaptiveform-radiobutton__label{
}
.cmp-adaptiveform-radiobutton__widget{
}
.cmp-adaptiveform-radiobutton__longdescription {
}
.cmp-adaptiveform-radiobutton__shortdescription {
  
}
.cmp-adaptiveform-radiobutton__questionmark{
}
.cmp-adaptiveform-radiobutton__errormessage{

}
.cmp-adaptiveform-radiobutton__option.HORIZONTAL{

}
.cmp-adaptiveform-radiobutton__option.VERTICAL{
}

.cmp-adaptiveform-radiobutton__option__widget:focus {
}

/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-text {

}

.cmp-adaptiveform-text__widget {

}
/**
## BEM Description
BLOCK cmp-adaptiveform-checkboxgroup
    ELEMENT cmp-adaptiveform-checkboxgroup__label
    ELEMENT cmp-adaptiveform-checkboxgroup__widget
    ELEMENT cmp-adaptiveform-checkboxgroup__questionmark
    ELEMENT cmp-adaptiveform-checkboxgroup__shortdescription
    ELEMENT cmp-adaptiveform-checkboxgroup__longdescription
*/

.cmp-adaptiveform-checkboxgroup {

}

.cmp-adaptiveform-checkboxgroup__widget {

}

.cmp-adaptiveform-checkboxgroup__label {

}
.cmp-adaptiveform-checkboxgroup__label-container{
  
}

.cmp-adaptiveform-checkboxgroup__widget__label {
}

.cmp-adaptiveform-checkboxgroup__longdescription {

}

.cmp-adaptiveform-checkboxgroup__shortdescription {

}

.cmp-adaptiveform-checkboxgroup__questionmark {
  
}

.cmp-adaptiveform-checkboxgroup-item {
}

.cmp-adaptiveform-checkboxgroup__option__widget:focus{
}

/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-button {

}

.cmp-adaptiveform-button__text {

}
.cmp-adaptiveform-checkbox__help-container{
  
}

.cmp-adaptiveform-button__longdescription {

}

.cmp-adaptiveform-button__shortdescription {

}

.cmp-adaptiveform-button__questionmark {
}
/*
 *  Copyright 2021 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */

/*******************************************************************************
 * Copyright 2022 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-dropdown {

}

.cmp-adaptiveform-dropdown__widget {

}


.cmp-adaptiveform-dropdown__label {

}
.cmp-adaptiveform-dropdown__label-container{
  
}

.cmp-adaptiveform-dropdown__longdescription {

}

.cmp-adaptiveform-dropdown__shortdescription {

}

.cmp-adaptiveform-dropdown__questionmark {
 
}
/**
## BEM Description
BLOCK cmp-adaptiveform-fileinput
    ELEMENT cmp-adaptiveform-fileinput__label
    ELEMENT cmp-adaptiveform-fileinput__widget
    ELEMENT cmp-adaptiveform-fileinput__questionmark
    ELEMENT cmp-adaptiveform-fileinput__shortdescription
    ELEMENT cmp-adaptiveform-fileinput__longdescription
*/

.cmp-adaptiveform-fileinput {

}

.cmp-adaptiveform-fileinput__widget {

}

.cmp-adaptiveform-fileinput__label {

}
.cmp-adaptiveform-fileinput__label-container{
  
}

.cmp-adaptiveform-fileinput__longdescription {

}

.cmp-adaptiveform-fileinput__shortdescription {

}

.cmp-adaptiveform-fileinput__questionmark {
  
}

.cmp-adaptiveform-fileinput__filelist {

}

.cmp-adaptiveform-fileinput__fileitem {
}

.cmp-adaptiveform-fileinput__filename {
}

.cmp-adaptiveform-fileinput__widgetlabel {
  
}

.cmp-adaptiveform-fileinput__filedelete {
}

.cmp-adaptiveform-fileinput__dragarea {
}

.cmp-adaptiveform-fileinput__dragarea--active {
}

.cmp-adaptiveform-fileinput__dragtext {
}

.cmp-adaptiveform-fileinput__icon {
}

.cmp-adaptiveform-fileinput__filesize {
}
  
.cmp-adaptiveform-fileinput__fileendcontainer {
}
.cmp-accordion{

}
.cmp-accordion__label{

}
.cmp-accordion__label-container{

}
.cmp-accordion__item{

}
.cmp-accordion__header{

}
.cmp-accordion__button{

}
.cmp-accordion__button.cmp-accordion__button--expanded{

}
.cmp-accordion__title{

}
.cmp-accordion__icon{

}
.cmp-accordion__panel{

}
.cmp-accordion__panel.cmp-accordion__panel--expanded{
  
}
.cmp-accordion__panel.cmp-accordion__panel--hidden{
  
}
.cmp-accordion__longdescription {

}
.cmp-accordion__shortdescription {
 
}
.cmp-accordion__questionmark{
 
}
.cmp-tabs{

}
.cmp-tabs__label{

}
.cmp-tabs__label-container{
  
}
.cmp-tabs__tablist{

}
.cmp-tabs__tab{

}
.cmp-tabs__tab.cmp-tabs__tab--active{

}
.cmp-tabs__tabpanel{

}
.cmp-tabs__tabpanel.cmp-tabs__tabpanel--active{
  
}
.cmp-tabs__longdescription {

}
.cmp-tabs__shortdescription {
 
}
.cmp-tabs__questionmark{

}
<!--/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~ Copyright 2022 Adobe
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/-->

.cmp-adaptiveform-wizard{
  
}
.cmp-adaptiveform-wizard__label{

}
.cmp-adaptiveform-wizard__label-container{
  
}
.cmp-adaptiveform-wizard__tabList {
}

.cmp-adaptiveform-wizard__tab {
    
}

.cmp-adaptiveform-wizard__tab--active {
  
}

.cmp-adaptiveform-wizard__wizardpanel {
    display: none;
}

.cmp-adaptiveform-wizard__wizardpanel--active {
  display: block;
}

.cmp-adaptiveform-wizard__nextNav:hover{

}
.cmp-adaptiveform-wizard__nextNav{

}

.cmp-adaptiveform-wizard__previousNav:hover{

}
.cmp-adaptiveform-wizard__previousNav{

}
.cmp-adaptiveform-wizard__previousNav--hidden{
    display: none;
}
.cmp-adaptiveform-wizard__nextNav--hidden{
    display: none;
}
.cmp-adaptiveform-wizard{
  
}
.cmp-adaptiveform-wizard__widget{

}
.cmp-adaptiveform-wizard__questionmark {

}
.cmp-verticaltabs{

}
.cmp-verticaltabs__label{

}
.cmp-verticaltabs__label-container{
  
}
.cmp-verticaltabs__tabs-container {
}

.cmp-verticaltabs__tablist{
}

.cmp-verticaltabs__tab{
}

.cmp-verticaltabs__tab.cmp-verticaltabs__tab--active{

}

.cmp-verticaltabs__tabpanel{
  display: none;
}

.cmp-verticaltabs__tabpanel.cmp-verticaltabs__tabpanel--active{
  display: block;
}
.cmp-verticaltabs__longdescription {

}
.cmp-verticaltabs__shortdescription {

}
.cmp-verticaltabs__questionmark{

}
/**
## BEM Description
BLOCK cmp-adaptiveform-recaptcha
    ELEMENT cmp-adaptiveform-recaptcha__label
    ELEMENT cmp-adaptiveform-recaptcha__widget
    ELEMENT cmp-adaptiveform-recaptcha__errormessage
*/

.cmp-adaptiveform-recaptcha {

}

.cmp-adaptiveform-recaptcha__widget {

}

.cmp-adaptiveform-recaptcha__label {

}



.cmp-adaptiveform-checkbox{

}

.cmp-adaptiveform-checkbox__widget {

}
.cmp-adaptiveform-checkbox__help-container{
  
}
.cmp-adaptiveform-checkbox__label {

}

.cmp-adaptiveform-checkbox__longdescription {

}

.cmp-adaptiveform-checkbox__shortdescription {

}

.cmp-adaptiveform-checkbox__questionmark {
  
}

/*******************************************************************************
 * Copyright 2023 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-fragment {

}

.cmp-adaptiveform-fragment__widget {

}
textarea.cmp-adaptiveform-fragment__widget {

}

.cmp-adaptiveform-fragment__label {

}
.cmp-adaptiveform-fragment__label-container{
  
}

.cmp-adaptiveform-fragment__longdescription {
}

.cmp-adaptiveform-fragment__shortdescription {
}

.cmp-adaptiveform-fragment__questionmark {

}

.cmp-adaptiveform-fragment__placeholderContainer {
    border-opacity: .1;
    border-width: 1px;
    padding: 15px;
    font-family: Adobe Clean;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #969696;
    border-color: rgba(0,0,0,0.15);
    border-radius: 4px;
    background: linear-gradient(180deg,rgba(0,0,0,0.05),rgba(255,255,255,0.05),rgba(0,0,0,0.05)),
                linear-gradient(90deg,rgba(0,0,0,0.05),rgba(255,255,255,0.05),rgba(0,0,0,0.05));
}

.cmp-adaptiveform-fragment__placeholderContainer hr {
    width: auto;
    height: 1px;
    background-color: #000;
    opacity: .25;
    margin: 15px 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.15);
}

.cmp-adaptiveform-fragment__fragmentTitle {
    text-align: left;
    color: #4b4b4b;
    background-image: url("../../../libs/core/fd/components/form/fragment/v1/fragment/clientlibs/site/resources/placeholderIcon.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.cmp-adaptiveform-switch {
}

.cmp-adaptiveform-switch__widget-label {
}

.cmp-adaptiveform-switch__label-container {
}

.cmp-adaptiveform-switch__container {
}

.cmp-adaptiveform-switch__widget {
}

.cmp-adaptiveform-switch__widget-slider {
}

.cmp-adaptiveform-switch__widget-slider:before {
}

input:checked + .cmp-adaptiveform-switch__widget-slider {
}

input:focus + .cmp-adaptiveform-switch__widget-slider {
}

input:checked + .cmp-adaptiveform-switch__widget-slider:before {
}

.cmp-adaptiveform-switch__widget-slider:before {
}

.cmp-adaptiveform-switch__longdescription {
}

.cmp-adaptiveform-switch__questionmark {
}

.cmp-adaptiveform-switch__errormessage {
}

.cmp-adaptiveform-switch__help-container .cmp-adaptiveform-switch__questionmark {
}

.cmp-adaptiveform-switch__circle-indicator {
}

.cmp-adaptiveform-switch__shortdescription {
}
.cmp-adaptiveform-switch__option {
}
.cmp-adaptiveform-switch__hide-labels .cmp-adaptiveform-switch__option--on {
}
.cmp-adaptiveform-switch__hide-labels .cmp-adaptiveform-switch__option--off {
}
.cmp-adaptiveform-switch__unhide-labels .cmp-adaptiveform-switch__option--on {
}
.cmp-adaptiveform-switch__unhide-labels .cmp-adaptiveform-switch__option--off {
}
/*******************************************************************************
 * Copyright 2023 Adobe
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

.cmp-adaptiveform-termsandcondition{

}

.cmp-adaptiveform-termsandcondition__label {

}

.cmp-adaptiveform-termsandcondition__content-container {

}

.cmp-adaptiveform-termsandcondition__content-container--modal {

}
.cmp-adaptiveform-termsandcondition__content-container--modal .cmp-adaptiveform-termsandcondition__body{

}
.cmp-adaptiveform-termsandcondition__content-container--modal .cmp-adaptiveform-termsandcondition__header{

}
.cmp-adaptiveform-termsandcondition__content-container--modal .cmp-adaptiveform-termsandcondition__header h3{

}


.cmp-adaptiveform-termsandcondition__content-container--modal .cmp-adaptiveform-termsandcondition__close-button {

}

.cmp-adaptiveform-termsandcondition__content-container--modal .cmp-adaptiveform-termsandcondition__content {

}

.cmp-adaptiveform-termsandcondition__text {

}

.cmp-adaptiveform-termsandcondition__link {

}

.cmp-adaptiveform-termsandcondition__approvalcheckbox .cmp-adaptiveform-checkbox__label{
  cursor:pointer;
}

.cmp-adaptiveform-termsandcondition__approvalcheckbox {

}



/* Range Slider */
.abbv-range-slider{
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
.abbv-range-slider[data-handle="false"] .abbv-slider-handle{
    display: none;
}
.abbv-range-slider input{
    display: none;
}
.abbv-range-slider .abbv-slider-container{
    height: 10px;
    background: #f1f1f1;
    width: 100%;
    margin: 30px 10px;
    position: relative;
    display: flex;
}
.abbv-slider-container .abbv-slider-fill{
    height: 100%;
    width: 0%;
}
.abbv-range-slider[data-enable-fills="true"] .abbv-slider-fill{
    background: #071d49;
}
.abbv-slider-container .abbv-slider-handle{
    left: 0%;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #071d49;
    box-shadow: 0 0 0px 5px rgba(7, 28, 73,.3);
    position: absolute;
    top: 0;
    margin-top: -5px;
    margin-left: -10px;
    cursor: pointer;
    z-index: 1;
    transition: background 300ms;
}
.abbv-range-slider[data-enable-fills="false"] .abbv-slider-handle{
    transition: left 300ms;
}
.abbv-range-slider.labels-top .abbv-slider-handle span{
    bottom: -30px;
}
.abbv-slider-container .abbv-slider-handle span{
    bottom: 30px;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.abbv-slider-container .abbv-slider-handle.draggableW span{
    opacity: 1;
}
.abbv-slider-container .abbv-slider-handle.draggableW,
.abbv-slider-container .abbv-slider-handle.draggableH{
    transition: background 300ms;
    background: rgba(7, 28, 73,.3);
}
.abbv-slider-container .abbv-slider-labels{
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-self: center;
    width: calc(100% + 16px);
    margin-left: -8px;
}
.abbv-slider-container .abbv-slider-label{
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #eee;
    position: relative;
}

.abbv-slider-container .forms-abbv-slider-label{
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #eee;
    position: relative;
}

.abbv-slider-container .abbv-slider-label.slider-fill{
    background: #071d49;
}

.abbv-slider-container .forms-abbv-slider-label.slider-fill{
    background: #071d49;
}
.abbv-range-slider[data-stepped="true"] .abbv-slider-label:hover{
    cursor: pointer;
}
.abbv-range-slider[data-stepped="true"] .forms-abbv-slider-label:hover{
    cursor: pointer;
}
.abbv-range-slider.labels-top .abbv-slider-label span{
    top: -26px;
}
.abbv-range-slider.labels-top .forms-abbv-slider-label span{
    top: -26px;
}
.abbv-slider-container .abbv-slider-label span{
    top: 26px;
    display: block;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}
.abbv-slider-container .forms-abbv-slider-label span{
    top: 26px;
    display: block;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

/* bugfix / AIP-2791 css fix to handle range slider alignment in Mac*/
@media screen and (min-width: 768px) {
    .abbv-slider-container .abbv-slider-labels{
        left:0;
        top:-3px;

    }
}

.abbv-slider-container__control {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* Basic styling for Numeric Stepper */
.abbviecloudforms {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: inherit;
}

.abbviecloudforms__label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.abbviecloudforms__required {
  color: red;
  margin-left: 0.25rem;
}

.abbviecloudforms__control {
  display: inline-flex;
  align-items: stretch;
}

.abbviecloudforms__input {
  width: 4rem;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}

.abbviecloudforms__btn {
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0 0.6rem;
  font-size: 1rem;
  line-height: 1.2;
  user-select: none;
}

.abbviecloudforms__btn--decrement {
  border-radius: 4px 0 0 4px;
}

.abbviecloudforms__btn--increment {
  border-radius: 0 4px 4px 0;
}

.abbviecloudforms__btn:hover {
  background: #e6e6e6;
}

.abbviecloudforms__helptext {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #666;
}

.abbv-symptom-selector {
    display: none;
    text-align: center;
    width: 100%;
}
.abbv-symptom-selector.abbv-active {
    display: block;
}
.abbv-symsel-instructions {
    background-color: #F9FBE7;
    display: none;
    font-size: 14px;
    margin: 10px auto;
    padding:5px;
    text-align: left;
    width: 50%;
}
.abbv-symsel-instructions.abbv-active {
    display: block;
}
.abbv-symsel-instructions .abbv-button-primary {
    cursor: pointer;
    margin-top: 5px;
}
.abbv-symsel-panels {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.abbv-symsel-panel-left {
    display: none;
    text-align: center;
    position: relative;
    width: 60%;
}
.abbv-symsel-panel-left.abbv-active {
    display: block;
}

.abbv-symsel-panel-left .abbv-symsel-selected-view {
    margin: 0;
}

.abbv-symsel-panel-left .abbv-symsel-pulse {
    display: none;
}

.abbv-symsel-panel-right {
    background-color: #fff;
    display: none;
    width: 30%;
    margin-top: 100px;
    border:solid 1px black;
    height: auto;
    text-align: left;
}

.abbv-symsel-panel-right .abbv-heading {
    background-color: lightgray;
    cursor: pointer;
    padding: 10px;
}

.abbv-symsel-panel-right .abbv-symsel-panel-top {
    display: flex;
    align-items: flex-start;
}
.abbv-symsel-panel-right .abbv-symsel-instruction-text {
    margin-top: 10px;
    padding: 10px 20px;
}
.abbv-symsel-panel-right .abbv-symsel-body-part-name {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.abbv-symsel-panel-right .abbv-icon-keyboard_arrow_left,
.abbv-symsel-panel-right .abbv-icon-keyboard_arrow_right {
    display: none;
    font-size: 34px;
}

.abbv-symsel-view {
    display: none;
}
.abbv-symsel-view.abbv-active {
    display: block;
}
.abbv-symsel-view-picker {
    display: flex;
    justify-content: space-between;
    margin-left: 160px;
    width: 400px;
}
.abbv-symsel-view-picker .btn-view {
    border: solid 1px lightgray;
    cursor:pointer;
    padding: 10px;
    width: 150px;
    margin-right: 10px;
    text-align: center;
}
.abbv-symsel-view-picker .btn-view.abbv-active {
    border: solid 1px blue;
}
.abbv-symsel-view-picker .btn-view svg {
    stroke-width: 6px;
}

.abbv-symsel-pulse {
    text-decoration: none;
    position: absolute;
    top: 30%;
    left: 47%;
    color: #f90;
}

.abbv-symsel-pulse:after{
    animation: pulse 1.5s ease-in;
    animation-iteration-count: infinite;    
}

.abbv-symsel-viu-selector {
    margin-top: 50px;
    border:solid 1px lightgrey;
    padding: 10px;
    display: none;
}
.abbv-symptom-selector .use-viu .abbv-active {
    display:block;
}
.abbv-symsel-viu-selector .row {
    display:flex;
    margin-bottom: 20px;
}
.abbv-symsel-viu-selector .row .cell {
    margin-right: 10px;
    width: 220px;
}
.abbv-symsel-viu-selector .row .cell label {
    font-weight: bold;
}
.abbv-symsel-viu-selector .row .cell select {
    height: auto;
    width: 100%;
}
.abbv-symsel-viu-selector .add-part {
    margin-top: 20px;
}
.abbv-symsel-viu-selector div {
    text-align: left;
}
.abbv-symsel-viu-selector div.delete {
    margin-top:25px;
    display: none;
}
.abbv-symsel-viu-selector div.delete.abbv-active {
    display: block;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(1.35);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(1.7);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(2.05);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(2.4);
        opacity: 0.0;
    }
}

.abbv-symsel-panel-right.collapsed.pulse .abbv-symsel-panel-top .abbv-icon-keyboard_arrow_left:before{
    animation: pulse2 1.5s ease-in;
    animation-iteration-count: infinite;    
}
@keyframes pulse2 {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.8);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(1.0);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0.0;
    }
}

.abbv-symptom-selector svg {
    width: 50%;
}

.abbv-symptom-selector svg, .abbv-symptom-selector path {
    cursor:pointer;
}

.abbv-symptom-selector svg .body-part {
    fill:#000;
    fill-opacity:0;
    stroke:#000;
}
.abbv-symptom-selector svg .body-part.abbv-active {
    stroke: lightgreen;
    stroke-width: 3px;
}
.abbv-symptom-selector svg .body-part.abbv-symptom-selected {
    stroke:#12e8fb;
    stroke-width: 5px;
}
.abbv-symptom-selector svg .body-part.level1 {
    fill: #F8BBD0;
    fill-opacity: 1;
}
.abbv-symptom-selector svg .body-part.level2 {
    fill: #F48FB1;
    fill-opacity: 1;
}
.abbv-symptom-selector svg .body-part.level3 {
    fill: #E91E63;
    fill-opacity: 1;
}
.abbv-symptom-selector svg .body-part.level4 {
    fill: #C2185B;
    fill-opacity: 1;
}
.abbv-symptom-selector svg .body-part.level5 {
    fill: #B71C1C;
    fill-opacity: 1;
}

.abbv-symptom-selector svg .body-part.scale0 {
    stroke: white;
    stroke-width: 8px;
}
.abbv-symptom-selector svg .body-part.scale1 {
    stroke: green;
    stroke-width: 8px;
}
.abbv-symptom-selector svg .body-part.scale2 {
    stroke: blue;
    stroke-width: 8px;
}
.abbv-symptom-selector svg .body-part.scale3 {
    stroke: black;
    stroke-width: 8px;
}

.abbv-symsel-severity, .abbv-symsel-scale, .viu-row:first-child{
    display: none;
}
.abbv-symsel-severity.abbv-active, .abbv-symsel-scale.abbv-active {
    display: block;
}

.abbv-symsel-severity .abbv-symsel-sev-row,
.abbv-symsel-scale .abbv-symsel-sca-row {
    display: flex;
    align-items: center;
}

.abbv-symsel-severity .abbv-symsel-sev-row label,
.abbv-symsel-scale .abbv-symsel-sca-row label {
    cursor: pointer;
    display: flex;
    align-items: end;
    height: 30px;
    margin: 0 0 0 10px;
}

.abbv-symsel-severity .abbv-symsel-sev-row input,
.abbv-symsel-scale .abbv-symsel-sca-row input {
    margin-top: 6px;
    height: auto;
    padding: 0;
}

.abbv-symsel-severity .abbv-symsel-color-bar,
.abbv-symsel-scale .abbv-symsel-color-bar {
    border:solid 1px gray;
    height: 25px;
    margin: 0 10px;
    min-width: 10px;
    width: 10px;
}

.abbv-symsel-severity [data-severity="level0"] .abbv-symsel-color-bar {
    background-color: #fff;
}
.abbv-symsel-severity [data-severity="level1"] .abbv-symsel-color-bar {
    background-color: #F8BBD0;
}
.abbv-symsel-severity [data-severity="level2"] .abbv-symsel-color-bar {
    background-color: #F48FB1;
}
.abbv-symsel-severity [data-severity="level3"] .abbv-symsel-color-bar {
    background-color: #E91E63;
}
.abbv-symsel-severity [data-severity="level4"] .abbv-symsel-color-bar {
    background-color: #C2185B;
}
.abbv-symsel-severity [data-severity="level5"] .abbv-symsel-color-bar {
    background-color: #B71C1C;
}

.abbv-symsel-scale [data-scale="scale0"] .abbv-symsel-color-bar {
    background-color: white;
}
.abbv-symsel-scale [data-scale="scale1"] .abbv-symsel-color-bar {
    background-color: green;
}
.abbv-symsel-scale [data-scale="scale2"] .abbv-symsel-color-bar {
    background-color: blue;
}
.abbv-symsel-scale [data-scale="scale3"] .abbv-symsel-color-bar {
    background-color: black;
}

.abbv-symptom-selector[data-summary="true"] .abbv-symsel-panel-right {
    display: none;
}

.abbv-symptom-selector .dimensions-title {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

.abbv-symsel-viu-selector select:focus,
.abbv-symsel-viu-selector button:focus,
.abbv-symsel-selection-clear:focus {
    outline: 2px solid #000;
}

.abbv-symsel-table{
    border: 1px solid #000;
    border-collapse: collapse;
    width: 90%;
    margin: 1rem auto;
    text-align: center;
}
.abbv-symsel-table td,
.abbv-symsel-table th{
    border: 1px solid #000;
}

.abbv-symsel-table thead{
    font-weight: bold;
}
.abbv-symptom-selector .abbv-symsel-selection-clear{
    display: block;
    margin: 1rem auto;
}

.abbv-symptom-selector .abbv-symsel-main .get-summary {
    margin: 1rem auto;
}

@media (max-width: 985px) {
    .abbv-symsel-panels {
        display: block;
        justify-content: unset;
    }
    .abbv-symsel-panel-left {
        width: 100%;
    }
    .abbv-symsel-panel-right {
        position: absolute;
        top: 40px;
        right: 0;
    }

    .abbv-symsel-panel-right.abbv-active {
        height: auto;
        width: 50%;
        transition: width 300ms ease;
    }

    .abbv-symsel-panel-right.abbv-active .abbv-symsel-body-part-name,
    .abbv-symsel-panel-right.abbv-active .abbv-symsel-severity,
    .abbv-symsel-panel-right.abbv-active .abbv-symsel-scale {
        display: none;
    }
    
    /* collapsed mobile-right panel shows only open arrow */
    .abbv-symsel-panel-right.collapsed {
        width: 40px;
        height: 80px;
    }

    .abbv-symsel-panel-right.collapsed .abbv-heading span,
    .abbv-symsel-panel-right.collapsed .abbv-symsel-instruction-text,
    .abbv-symsel-panel-right.collapsed .abbv-symsel-body-part-name,
    .abbv-symsel-panel-right.collapsed .abbv-symsel-severity,
    .abbv-symsel-panel-right.collapsed .abbv-symsel-scale {
        display:none;
    }
    .abbv-symsel-panel-right.collapsed .abbv-icon-keyboard_arrow_left {
        display: block;
    }
    .abbv-symsel-panel-right.collapsed .abbv-symsel-panel-collapsible {
        display: block;
    }

    .abbv-symsel-panel-right .abbv-heading {
        font-size: 12px;
        padding: 5px;
    }
    .abbv-symsel-panel-right .abbv-heading.i-b:before {
        margin-right: 0;
    }
    .abbv-symsel-panel-right .abbv-symsel-panel-top span.i-b {
        width: 30px;
    }
    .abbv-symsel-panel-right .abbv-symsel-instruction-text {
        font-size: 14px;
        margin-top: 0;
    }
    .abbv-symsel-panel-right .abbv-symsel-body-part-name {
        text-align: left;
        font-size: 14px;
        margin-left: 0;
    }
    .abbv-symsel-panel-right .abbv-symsel-sev-row,
    .abbv-symsel-panel-right .abbv-symsel-sca-row {
        font-size: 12px;
    }
    .abbv-symsel-panel-right .abbv-symsel-sev-row .abbv-symsel-color-bar,
    .abbv-symsel-panel-right .abbv-symsel-sca-row .abbv-symsel-color-bar {
        margin-right: 5px;
    }
    .abbv-symsel-panel-right .abbv-symsel-sev-row label,
    .abbv-symsel-panel-right .abbv-symsel-sca-row label {
        margin-left: 5px;
    }

    /* small mobile-right panel shows color/radios, with labels */
    .abbv-symsel-panel-right.small {
        height: auto;
        width: 160px;
        transition: width 300ms ease;
    }
    .abbv-symsel-panel-right.small .abbv-symsel-instruction-text {
        display: none;
    }
    .abbv-symsel-panel-right.small .abbv-symsel-severity,
    .abbv-symsel-panel-right.small .abbv-symsel-scale {
        display: block;
    }

    /* narrow mobile-rignt panel shows color/radios, no labels */
    .abbv-symsel-panel-right.narrow {
        height: auto;
        width: 100px;
    }
    .abbv-symsel-panel-right.narrow .abbv-heading span,
    .abbv-symsel-panel-right.narrow .abbv-symsel-instruction-text,
    .abbv-symsel-panel-right.narrow .abbv-symsel-body-part-name,
    .abbv-symsel-panel-right.narrow .abbv-symsel-sev-row label,
    .abbv-symsel-panel-right.narrow .abbv-symsel-sca-row label  {
        display: none;
    }
    .abbv-symsel-panel-right.narrow .abbv-symsel-severity,
    .abbv-symsel-panel-right.narrow .abbv-symsel-scale {
        display: block;
    }

    .abbv-symsel-panel-right.narrow .abbv-symsel-sev-row,
    .abbv-symsel-panel-right.narrow .abbv-symsel-sca-row {
        margin-bottom: 5px;
    }

    .abbv-symsel-panel-right.narrow .abbv-icon-keyboard_arrow_left,
    .abbv-symsel-panel-right.narrow .abby-symsel-panel-collapsible {
        display: block;
        width: 100px;
    }
    .abbv-symsel-viu-selector{
        margin-left: 0;
    }
    .abbv-symsel-viu-selector .row{
        flex-direction: column;
    }
    .abbv-symsel-viu-selector select.body-view,
    .abbv-symsel-viu-selector select.body-part-front, 
    .abbv-symsel-viu-selector select.body-part-back, 
    .abbv-symsel-viu-selector select.severity, 
    .abbv-symsel-viu-selector select.intensity{
        width: 100%;
    }    
    .abbv-symsel-viu-selector .row .cell{
        margin-top: 20px;
    }
}
@media (max-width: 600px){
    .abbv-symsel-view-picker {
        justify-content: center;
        margin: auto;
        width: 100%;
    }    
    .abbv-symsel-view-picker .btn-view {
        width: 110px;
        margin-right: 5px;
        margin-left: 6px;
    }
}
/*File upload css */
.abbv-form-fileupload {
    --black: #000;
    --blue: #00486a;
    --green: #37cd6f;
    --off-white: #fff6f4;
    --red: #ff0c00;
    --white: #fff;
    --lightgray: #d3d3d3;

    & .abbv-input-fileContainer {
        display: none;
        position: relative;
        top: 4px;

        &.abbv-active {display:block;}

        &:active {
            color: var(--blue);
        }

        & input[type="file"] {
            cursor: pointer;
            display: block;
            opacity: 0;
            position: absolute;
            text-align: right;
            top: 5px;
        }
        & .abbv-fileupload-label-text {
            font-weight: 700;
        }
    }

    & .input-disabled {
        color: var(--blue);
        cursor: not-allowed;
    }
    & .upload-instruction {
        margin: 4px 0;
        padding-top: 10px;
        width: 450px;
        
        & .instruct-image, .instruct-video {
            display: flex;
            justify-content: space-between;
        }
        & .imageMaxSize, .videoMaxSize, .imageFormat, .videoFormat {
            font-weight: bold;
        }
    }

    & .fileupload-info {
        display: none;
        border: solid 2px var(--lightgray);
        margin-top: 20px;
        padding: 5px;
        width: 600px;

        &.abbv-active {
            display: block;
        }
 
        & .file-status {
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            gap: 5px;
            margin-bottom: 5px;
            padding: 5px;
            &:nth-child(even) {
                background-color: var(--lightgray);
            }

            & .file-status-message {
                width: 150px;
                &.file-invalid {
                    color: var(--red);
                }
            }

            & .upload-success {
                color: var(--green);
                width: 75px;
            }
            & .i-b:before {
                margin: 0;
            }
        }

        & .fileinfo-name {
            width: 280px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        & .fileinfo-size {
            text-align: right;
            width: 75px;
        }

        & .fileinfo-meta-field {
            font-weight: bold;
            padding: 0;
            margin: 0;
            width: 100%; /* force to new row */

            & label {
                display: block;

                & .abbv-required {
                    color: var(--red);
                }
            }

            & input {
                font-weight: normal;
                height: 20px;
                margin-left: 5px;
                padding: 0 5px;
                &:focus {
                    border:solid 1px var(--black);
                }
            }

            & .meta-validation {
                display: none;

                &.meta-error {
                   display: block;
                   color: var(--red);
                }
            }
            &.meta1 {
                & input {
                    width: 200px;
                }
            }
            &.meta2 {
                & input {
                    width: 60px;
                }
            }
        }

        & .fileinfo-meta1 {
            flex-basis: 240px;
            & input {
                width: 140px;
            }
        }
        & .abbv-fileinfo-meta2 {
            flex-basis: 160px;
            & input {
                width: 60px;
            }
        }
    }

    & dialog {
        background: var(--off-white);
        border: solid 1px var(--black);
        border-radius: 6px;
        font-size: .875rem;
        padding: 20px;
        text-align: center;
        transition: 0.5s;
        width: 300px;

        & button {
            border-radius: 3px;
            font-size: .875rem;
            padding: 5px 10px;
            cursor: pointer;
            color: var(--white);
            &:focus {
                border: solid 1px var(--black);
            }
        }
    }

    & .file-status-delete {
        background-color: var(--white);
        border: none;
        cursor: pointer;
        padding: 0 3px;
        width: 20px;

        & .abbv-icon-cancel.i-b {
            color: var(--red);
            &:focus {
                border: dotted 1px var(--black);
            }
            &:before {
                margin: 0;
            }
        }
    }
    & .file-status:nth-child(even) .abbv-uploadedfile-delete {
        background-color: var(--lightgray);
    }

    /* flag the entire component with error */
    &.upload-error {
        background-color: var(--off-white);
        border-left: 2px solid var(--red);
        padding-left: 10px;
    }

    & .upload-errorMsg {
        display: none;
        color: var(--red);
        font-weight: bolder;
        margin: 4px 0 2px;
        text-align: left;
        padding-top: 10px;

        &.abbv-active {
            display: block;
        }
    } 

    /* delete confirm dialog */
    & .delete-confirmation {
        & .delete-confirmation-text {
            color: var(--black);
            font-size: .875rem;
            font-weight: bold;
            margin-bottom: 25px;
        }

        & .delete-confirmation-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            
            & button {
                width: 40px;
            }
            & .delete-confirm {
                background: var(--green);
            }
            & .delete-reject {
                background: var(--red);
            }
        }
    }

    .abbv-fileupload-progressbar-container {
        display: none;
        margin: 40px 0 6px;

        & .abbv-active {display: block;}
        & .progressbar-text {
            display: block;
            font-size: 14px;
            margin-top: -16px;
        }
 
        & >span {
            padding-left: 6px;
            position: relative;
            top: -7px;
        }

        & .progress {
            background-color: var(--off-white);
            height: 5px;
            margin-bottom: 0;
            width: 150px;
        }
        & .progress .progress-bar {
            width: 0;
            background-color: var(--green);
            background-image: linear-gradient(to bottom, var(--green) 0, var(--green) 100%);
            background-image: -webkit-linear-gradient(top, var(--green) 0, var(--green) 100%);
            background-repeat: repeat-x;
            color: transparent;
            height: 5px;
            transition: width 1s;
        }
        
        & .upload-inprogress {
            display: block;
            margin-top: 10px;
        }
    }
}

/* progress dialog */
.abbv-form-fileupload-inprogress {
    padding-bottom: 5px;
 
    & .upload-title {
        font-weight: bold;
        font-size: larger;
        margin: 10px 0 20px;
         &.error{
            color: var(--red);
        }
    }

    & .upload-status {
        display: flex;
        justify-content: space-between;
    }
  
    & .file-upload-spinner {
        border: 3px solid var(--off-white) ;
        border-top: 3px solid var(--blue); 
        border-bottom: 3px solid var(--red); 
        border-radius: 50%;
        width: 10px;
        height: 10px;
        animation: file-upload-spin 2s linear infinite;     
    }

    & .filename {
        margin-left: 25px;
    }

    & button {
        display: none;
        margin: 20px auto;
        &.abbv-active {display:block;}

        &.upload-continue {
            background: var(--green);
        }
        &.upload-cancel {
            background: var(--red);
        }
    }
}

/* replicate styles not in iframe */
.abbv-form-fileupload {
    & label.abbv-button-tertiary {
        background: var(--white);
        border: solid 1px var(--lightgray);
        border-radius: 3px;
        color: var(--black);
        cursor: pointer;
        display: block;
        padding: 12px 0 12px 42px;
        position: relative;
        width: 320px;
        &.i-b:before {
            position: absolute;
            left: 10px;
            top: 7px;
            font-size: 1.3rem;
            text-decoration: none;
        }
    }
}

@keyframes file-upload-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.abbv-formfileupload-start {
    margin-top: 20px;
}


.abbv-qPoll {
    padding: 20px;
    border: 1px solid #eaeaea;
}


.abbv-qPoll .abbv-question {
    font-weight: 700;
}

.abbv-qPoll .answer {
    display: none;
}

.abbv-qPoll .responseHeader {
    text-align: center;
}

.abbv-qPoll .abbv-question,
.abbv-qPoll .rDescription {
    text-align: center;
}

.abbv-qPoll .resultSet {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.abbv-qPoll .resultSet>div {
    padding: 5px;
    width: 100%;
    border-right: 1px solid #eeeeee;
}

.abbv-qPoll .resultSet>div:last-child {
    border-right: none;
}

.abbv-qPoll .resultSet>div span:first-child {
    font-size: 2rem;
    position: relative;
}

.abbv-qPoll .resultSet>div span:first-child:after {
    content: '%';
    position: absolute;
    font-size: 1rem;
}

.abbv-qPoll .main-error {
    position: relative;
    opacity: 0;
    top: 250px;
    max-width: 300px;
    margin: 0 auto 0 auto;
    padding: 15px;
    background: #f0f0f0;
    box-shadow: 2px 4px 20px 0px #acacac;
    padding-right: 50px;
    box-sizing: border-box;
}

.abbv-qPoll .main-error.abbv-active {
    opacity: 1;
    transition: all 300ms;
    transform: translateY(-50%);
}
.abbv-qPoll .main-error span {
    font-weight: bold;
}
.abbv-qPoll .main-error .modal-close:before, .generic-error button:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #011c4c;
    transform: rotate(-45deg);
    top: 5px;
}
.abbv-qPoll .footer {
    margin: 10px 0;
}

.abbv-qPoll .footer button {
    margin-right: 10px;
    padding: 6px 12px;
    height: auto;
}
.abbv-qPoll .footer button.link-button {
    background: transparent
}
.abbv-qPoll .main-error .modal-close:after, .generic-error button:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #011c4c;
    transform: rotate(45deg);
    top: 5px;
}
.abbv-qPoll .main-error .modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #011c4c;
    background: transparent;
    border: none;
    height: 30px;
}

.abbv-qPoll .main-error .abbv-button-plain.i-a:after {
    font-size: 2rem;
}

.abbv-qPoll .loading {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
}

.abbv-qPoll .loading .abbv-animation-loading {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.abbv-qPoll.hide {
    display: none;
}