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

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

.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: #969696;
}

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

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

.datepicker-calendar-icon {
    position: absolute;
    top: 45px;
    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 .datepicker-calendar-icon {
    display: none;
}
/*******************************************************************************
 * 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__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__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__longdescription {
}

.cmp-adaptiveform-emailinput__shortdescription {
}

.cmp-adaptiveform-emailinput__questionmark {
}

.cmp-adaptiveform-numberinput {

}

.cmp-adaptiveform-numberinput__widget {

}

.cmp-adaptiveform-numberinput__label {

}

.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__longdescription {
}

.cmp-container__shortdescription {
}

.cmp-container__questionmark {

}

.cmp-adaptiveform-radiobutton__option{
}
.cmp-adaptiveform-radiobutton__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-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__widget__label {
}

.cmp-adaptiveform-checkboxgroup__longdescription {

}

.cmp-adaptiveform-checkboxgroup__shortdescription {

}

.cmp-adaptiveform-checkboxgroup__questionmark {
  
}

.cmp-adaptiveform-checkboxgroup-item {
}

/*******************************************************************************
 * 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-button__longdescription {

}

.cmp-adaptiveform-button__shortdescription {

}

.cmp-adaptiveform-button__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-button {

}

.cmp-adaptiveform-button__text {

}

.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__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__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-accordion{

}
.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__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__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__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{

}