

/* Start:/local/components/atevi/feedback/templates/.default/style.css?17549882254863*/
#showFeedback{
    color: blue;
    text-decoration: underline;
}
#feedback-modal .sign-out-modal__container.wide{
    max-width: 700px;
    height: auto;
    max-height: 100%;
    overflow: auto;
}
#feedback-modal .questions{
    display: flex;
    flex-direction: column;
}
#feedback-modal .question > div,#feedback-modal .question > label{
    background-color: white;
}
#feedback-modal .question{
    background-color: #f6f6f6;
    border-radius: 4px;
    color: #666;
    font-family: DIN Pro, Inter, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 130%;
    width: 100%;
    margin: 10px 0;
}
#feedback-modal .question .error{
    background-color: white;
    color: var(--primary-red);
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
}
#feedback-modal .question textarea{
    background-color: inherit;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    resize: none;
    width: 100%;
    padding: 13px 16px;
}
#feedback-modal .question textarea:focus-visible{
    outline: none;
}
#feedback-modal .question input[type="text"]{
    background-color: inherit;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 48px;
    width: 100%;
    padding: 13px 16px;
}
.sign-out-user-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}
.sign-out-user-modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.sign-out-modal {
    font-family: "DINPro";
}
.sign-out-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: #333;
    opacity: 0.4;
}
.sign-out-modal__container {
    max-width: 490px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 32px;
    z-index: 22;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sign-out-modal__header {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 28px;
}
.sign-out-modal__header img {
    cursor: pointer;
}
.sign-out-modal__text {
    font-size: 16px;
    line-height: 22.4px;
}
.sign-out-modal__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sign-out-modal__button {
    background: none;
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-family: "DINPro";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    max-height: 44px;
    outline: none;
    padding: 11px 32px;
    position: relative;
    transition-duration: 0.25s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
    width: calc(50% - 4px);
}
.sign-out-modal__button--cancel {
    color: var(--primary-red);
    border: 2px solid var(--primary-red);
}
.sign-out-modal__button--signout {
    background: var(--primary-red);
    color: #fff;
    display: flex;
    justify-content: center;
}
.sign-out-modal__buttons {
    display: flex;
    width: 100%;
    gap: 8px;
}
#feedback-modal .checkbox__wrapper {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    position: relative;
    width: 100%;
}

#feedback-modal .checkbox {
    max-height: 24px;
    position: relative;
}

#feedback-modal .checkbox > input {
    border: 1px solid #767676;
    border-radius: 5px;
    cursor: inherit;
    flex-shrink: 0;
    height: 20px;
    margin: 2px;
    width: 20px;
    -webkit-appearance: none;
}

#feedback-modal .checkbox > input:checked {
    border-color: #333;
}

#feedback-modal .checkbox > input:checked ~ .checkbox__icon--checked {
    display: block;
}

#feedback-modal .checkbox > input::before {
    content: "";
    position: relative;
    width: 100%;
}

#feedback-modal .checkbox__icon {
    color: var(--primary-red);
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#feedback-modal .checkbox__icon--indeterminate {
    color: #666;
    height: 16px;
    width: 16px;
}

#feedback-modal .checkbox__label {
    cursor: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin-left: 8px;
    width: fit-content;
    word-break: break-word;
    text-align: left;
}
#feedback-modal .hidden{
    display: none;
}
.sign-out-modal__buttons .sign-out-modal__button.sign-out-modal__button--feedback{
    background: var(--primary-red);
    color: #fff;
    display: flex;
    justify-content: center;
}
/* End */
/* /local/components/atevi/feedback/templates/.default/style.css?17549882254863 */
