:root {
    --color-gen-assistant-black: #000000;
    --color-gen-assistant-white: #ffffff;
    --color-gen-assistant-green-100: #59AA9E;
    --color-gen-assistant-green-200: #185469;
    --color-gen-assistant-green-300: #498D83;
    --color-gen-assistant-green-400: #ADD6CF;
    --color-gen-assistant-gray-100: #f5f5f5;
    --color-gen-assistant-gray-200: #dddddd;
    --color-gen-assistant-gray-300: #888888;
    --color-gen-assistant-red-100: #D84746;
    --scroll-color: #777777;
    --scroll-background: #e9e9e9;
    --scroll-width: 8px;
    --font-family-gen-assistant: 'Roboto', sans-serif;
    --gap-gen-assistant__content: 24px;
    --height-gen-assistant__cHead: 170px;
    --height-gen-assistant__container: calc(100vh - (var(--height-gen-assistant__cHead)));
    --icon-chat: url('../../Img/generative-assistant/K-icon-chat.svg');
    --icon-send: url('../../Img/generative-assistant/CilSend.svg');
    --icon-person: url('../../Img/generative-assistant/PersonRounded.svg');
    --icon-minus: url('../../Img/generative-assistant/MdiMinusCircleOutline.svg');
    --icon-plus: url('../../Img/generative-assistant/MaterialSymbolsAddCircleOutlineRounded.svg');
    --icon-arrow-right: url('../../Img/generative-assistant/CarbonChevronRight.svg');
}

[action*="/GenerativeAssistant.aspx"] #cHead .wk-primaryLogo {
    margin-top: 0px;
}

[action*="/GenerativeAssistant.aspx"] #cHead .wk-sup-bar {
    padding-top: 16px;
    height: 64px;
}

[action*="/GenerativeAssistant.aspx"] #cHead .wk-header-search {
    display: none;
}

[action*="/GenerativeAssistant.aspx"] img:not(footer.new_footer #second_block .footer_logo) {
    vertical-align: middle;
    width: 90px;
    margin-right: 10px;
}

.wk-main[style*="height"] {
    height: var(--height-gen-assistant__container) !important;
}

[action*='/GenerativeAssistant.aspx'] .wk-main[style*="height"] {
    height: var(--height-gen-assistant__container) !important;
    border-top: 0;
}

#cContainer > form {
    height: 100%;
}

.cBody {
    height: calc(100% - 200px) !important;
}

#cHead #ulmDer {
    display: flex;
    align-items: center;
}

#cHead #toolsKsmartchat {
    min-width: 72px;
}

#cHead #toolsKsmartchat a {
    display: flex;
    height: 32px;
    margin-top: 4px;
    background-image: url(../../Img/K_IA_negativ.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
}

@media (min-width: 1280px) {
    #cHead #toolsKsmartchat a {
        height: 43px;
        margin-top: 0;
        width: 72px;
        background-size: 56px;
    }
}

@media (max-width: 1279px) {
    #cHead #toolsKsmartchat a {
        right: 0;
        margin-top: 0;
        width: 100%;
        background-position: 16px;
        background-size: 56px;
    }
}

#cHead #toolsKsmartchat a dfn {
    display: none;
}

.gen-assistant__container {
    font-family: var(--font-family-gen-assistant);
    max-width: 100%;
    margin: 0 auto;
}

.gen-assistant__content {
    display: flex;
    margin-top: 16px;
}

.gen-assistant__header {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .gen-assistant__header .logo-header {
        vertical-align: middle;
        width: 90px;
        margin-right: 10px;
    }

    .gen-assistant__header .gen-assistant__title {
        font-size: 28px;
        line-height: 40px;
    }

.gen-assistant__new-conversation {
    border-radius: 4px;
    min-height: 40px;
    background-color: #3b74b9;
    text-transform: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 12px auto;
    position: absolute;
    right: 30px;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
}

    .gen-assistant__new-conversation:hover {
        background-color: #3b74b9;
    }

.gen-assistant__conversation-page {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

.gen-assistant__left-side {
    max-width: 20%;
    min-width: 20%;
    padding: 16px 8px;
    position: fixed;
    padding-bottom: 40px;
    height: -webkit-fill-available;
    height: -moz-available !important;
    height: fill-available !important;
}

    .gen-assistant__left-side:has(.gen-assistant__history.collapsed) {
        min-width: 32px;
        width: 32px;
        padding: 16px 0;
        max-height: none;
    }

.gen-assistant__history.collapsed {
    display: none;
}

.gen-assistant__history-container {
    margin-right: 20px;
    height: 100%;
    padding-right: 6px;
}

#collapsable-comp-assistant {
    height: 100%;
    padding-right: 10px;
    border-right: 1px solid #cfcfcf;
}

.gen-assistant__history-container .gen-assistant__button-arrow {
    position: absolute;
    right: 0px;
    cursor: pointer;
    font-size: 24px;
}

.gen-assistant__history-container:has(.collapsed) .gen-assistant__button-arrow {
    right: 0;
    transform: rotate(180deg);
}

.gen-assistant__history-container:has(.collapsed) #collapsable-comp-assistant {
    border: none;
}

.fa-chevrons-left:before {
    content: "\f323";
}

.gen-assistant__history {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gen-assistant__history-title {
    font-size: 1.4em;
    margin-bottom: 16px;
}

.gen-assistant__history-entries {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 15px;
    overflow: auto;
}

#gen-assistant__welcome-page ~ .gen-assistant__content {
    height: auto;
}

.gen-assistant__history-entry {
    padding: 8px;
}

    .gen-assistant__history-entry:hover {
        background: #f3f3f3;
        border-radius: 5px;
        cursor: pointer;
    }

.gen-assistant__history-entry-title {
    display: flex;
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 0;
    cursor: pointer;
}

    .gen-assistant__history-entry-title::before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f111";
        margin-right: 1em;
        font-size: .5em;
        font-weight: 600;
    }

    .gen-assistant__middle-side {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 16px 8px 16px 16px;
        margin-left: 22%;
        position: relative;
        align-items: center;
    }

.gen-assistant__content .gen-assistant__chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.gen-assistant__chat-box {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
}

.gen-assistant__chat-box-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gen-assistant__chat-input {
    width: 100%;
    margin-bottom: 10px;
    max-width: 1500px;
    position: sticky;
    bottom: 48px;
    z-index: 1;
}

.gen-assistant__input {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.gen-assistant__input-form-container {
    display: flex;
    padding: 0;
}

.gen-assistant__input-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.gen-assistant__input-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 30px;
    padding: 8px 10px;
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.6);
    background-color: white;
}

    .gen-assistant__input-form input[type="text"] {
        flex-grow: 2;
        border: none !important;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        height: inherit;
        line-height: inherit;
        padding: inherit;
        width: inherit;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #ffffff;
    }

        .gen-assistant__input-form input[type="text"]:-webkit-autofill,
        .gen-assistant__input-form input[type="text"]:-webkit-autofill:hover,
        .gen-assistant__input-form input[type="text"]:-webkit-autofill:focus,
        .gen-assistant__input-form input[type="text"]:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px white inset !important;
            background: #fff;
        }

.gen-assistant__chat-input .gen-assistant__send-button {
    background-color: #f2f2f2;
    border-radius: 50%;
    width: 40px;
}

    .gen-assistant__chat-input .gen-assistant__send-button[disabled="disabled"] {
        opacity: 0.3;
        cursor: auto;
    }

        .gen-assistant__chat-input .gen-assistant__send-button[disabled="disabled"] .fa-regular.fa-arrow-up {
            opacity: 0.3;
        }

    .gen-assistant__chat-input .gen-assistant__send-button:not([disabled="disabled"]):hover {
        background-color: #f8f8f8;
    }

.gen-assistant__content .gen-assistant__left-panel {
    border: 1px solid var(--color-gen-assistant-gray-200);
    background: #f4f6f6;
    padding: 16px 8px;
    width: 375px;
    overflow-y: auto;
    height: calc(var(--height-gen-assistant__container) - 20px);
    margin-right: 16px;
}

.fa-arrow-up:before {
    content: "\f062";
}

.gen-assistant__right-side {
    display: none;
}

.gen-assistant__right-side {
    max-width: 30%;
    min-width: 30%;
    padding: 16px 8px;
    position: relative;
}

.gen-assistant__chat-box-request-tabs-otherdocs {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 188px);
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    position: sticky;
    top: 10px;
    padding: 16px;
}

    .gen-assistant__chat-box-request-tabs-otherdocs .close-btn {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 13px;
        border: 2px solid #c6c7c8;
        border-radius: 50%;
        cursor: pointer;
        padding: 0;
    }

        .gen-assistant__chat-box-request-tabs-otherdocs .close-btn::before, .gen-assistant__chat-box-request-tabs-otherdocs .close-btn::after {
            content: '';
            width: 10px;
            position: absolute;
            height: 2px;
            background-color: #c6c7c8;
            top: 45%;
            left: 50%;
        }

        .gen-assistant__chat-box-request-tabs-otherdocs .close-btn::before {
            transform: translate(-50%) rotate(45deg);
        }

        .gen-assistant__chat-box-request-tabs-otherdocs .close-btn::after {
            transform: translate(-50%) rotate(-45deg);
        }

.gen-assistant__chat-box-request-tabs-otherdocs-title {
    font-size: 1.4em;
    padding-right: 20px;
    color: #474747;
    margin-bottom: 8px;
}

.gen-assistant__chat-box-request-tabs-otherdocs-buttons {
    display: flex;
}

.fa-chevron-double-left:before, .fa-chevrons-left:before {
    content: "\f323";
}

.gen-assistant__chat-box-request-tabs-otherdocs-selectors {
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
    scroll-snap-type: x proximity;
}

.gen-assistant__chat-box-request-tabs-otherdocs button {
    white-space: nowrap;
    box-shadow: none;
    border-radius: 0;
    transition: 0.1s;
    border-bottom: 3px solid transparent;
    background-color: transparent;
    scroll-snap-align: start;
    flex: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 10px;
    margin-top: 8px;
    margin-right: 8px;
}

.gen-assistant__chat-box-request-tabs-otherdocs .gen-assistant__chat-box-request-tabs-otherdocs-selectors button:hover,
.gen-assistant__chat-box-request-tabs-otherdocs .gen-assistant__chat-box-request-tabs-otherdocs-selectors button:focus {
    border-bottom: 3px solid #3b74b9;
}

.gen-assistant__chat-box-request-tabs-otherdocs .gen-assistant__chat-box-request-tabs-otherdocs-selectors button.active {
    border-bottom: 3px solid #3b74b9;
}

.fa-chevron-double-right:before, .fa-chevrons-right:before {
    content: "\f324";
}

.gen-assistant__chat-box-request-activeTab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #3b74b9;
}

.gen-assistant__chat-box-request-tabs-otherdocs-link {
    margin-bottom: 1em;
    font-size: 15px;
}

    .gen-assistant__chat-box-request-tabs-otherdocs-link a,
    .gen-assistant__chat-box-request-tabs-otherdocs-link a:hover {
        color: #3b74b9;
        text-decoration: none
    }

    .gen-assistant__chat-box-request-tabs-otherdocs-link > a {
        font-size: 16px;
    }

    .gen-assistant__chat-box-request-tabs-otherdocs-link p {
        color: #474747;
        margin-top: 8px;
    }

.gen-assistant__conversation {
    height: 100%;
    width: 100%;
}

.gen-assistant__chat-box-suggest-data-container--documentation {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    background-color: #F1F1F1;
}

.gen-assistant__suggest-item-title {
    text-align: center;
    line-height: 27px;
    font-weight: 400;
    color: black;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 16px 0px 16px;
    font-size: 1.6em;
}

.gen-assistant__chat-box-suggest-data-content--documentation {
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    padding: 16px 16px 32px 16px;
    justify-content: center;
}

.gen-assistant__chat-box-suggest-data-item {
    background: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 32%;
}

.aviso-legal-kplus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
}

    .aviso-legal-kplus .aviso-legal-button {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

        .aviso-legal-kplus .aviso-legal-button::after {
            content: "";
            display: block;
            border-bottom: 5px solid #FED506;
            padding-bottom: 2px;
            margin: inherit;
            width: auto;
        }

.gen-assistant__chat {
    flex: 1;
}

.gen-assistant__chat-content {
    overflow-y: auto;
    padding: 24px;
}

#gen-assistant__welcome-page ~ .gen-assistant__content .gen-assistant__chat-content {
    overflow-y: visible;
}

.gen-assistant__extra-info {
    padding: 8px;
    margin-bottom: 40px;
}

.gen-assistant__chat,
.gen-assistant__left-panel {
    scrollbar-color: var(--scroll-color) var(--scroll-background);
}

    .gen-assistant__chat::-webkit-scrollbar,
    .gen-assistant__extra-info::-webkit-scrollbar {
        width: var(--scroll-width);
    }

    .gen-assistant__chat::-webkit-scrollbar-track,
    .gen-assistant__extra-info::-webkit-scrollbar-track {
        background: var(--scroll-background);
    }

    .gen-assistant__chat::-webkit-scrollbar-thumb,
    .gen-assistant__extra-info::-webkit-scrollbar-thumb {
        background-color: var(--scroll-color);
    }

.gen-assistant__header {
    margin-bottom: 24px;
}

.gen-assistant__header-title {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    position: relative;
}

.gen-assistant__header-img img {
    position: relative;
}

.gen-assistant__header-text {
    font-weight: 500;
    color: #000;
    font-family: var(--font-family-gen-assistant);
    font-size: 2em;
    line-height: 1em;
}

.title-extra-info {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: black;
}

    .title-extra-info::after {
        content: "";
        display: block;
        border-bottom: 5px solid var(--amarilloKarnov);
        padding-bottom: 2px;
        margin: inherit;
        width: 50px;
    }

.gen-assistant__welcome-working {
    display: flex;
    gap: 16px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
}

.gen-assistant__welcome-working-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.gen-assistant__welcome-working-item-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: black;
    min-height: 60px;
    display: flex;
    align-items: flex-end;
}

    .gen-assistant__welcome-working-item-title h4 {
        border-left: 3px solid #59aa9ecc;
        padding-left: 13px;
        height: 35px;
        line-height: 35px;
    }

.gen-assistant__welcome-working-item-text {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    height: 100%;
    text-align: justify;
}

.gen-assistant__welcome-working-item-info {
    text-align: center;
}

.gen-assistant__welcome-working-item-info-link {
    color: var(--color-gen-assistant-green-200);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

    .gen-assistant__welcome-working-item-info-link:hover {
        color: var(--color-gen-assistant-green-100);
    }

.gen-assistant__input {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

.gen-assistant__input-divider {
    height: 2px;
    background: var(--color-gen-assistant-gray-200);
    margin: 0 16px;
}

.gen-asistant__initialpage-input .gen-assistant__input-form-container {
    width: 70%;
    margin: 0 auto;
}

.gen-assistant__input-button {
    padding-top: 1px;
}

    .gen-assistant__input-button button {
        border: none;
        background: var(--color-gen-assistant-green-100);
        color: var(--color-gen-assistant-white);
        font-size: 14px;
        font-family: var(--font-family-gen-assistant);
        padding: 12px 32px;
        line-height: inherit;
        text-transform: inherit;
    }

        .gen-assistant__input-button button:disabled,
        .gen-assistant__input-button button[disabled] {
            opacity: 0.3;
        }

.gen-assistant__input-form input[type="text"] {
    flex-grow: 2;
    border: none !important;
    font-size: 16px;
    font-family: var(--font-family-gen-assistant);
    height: inherit;
    line-height: inherit;
    padding: inherit;
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .gen-assistant__input-form input[type="text"]:focus {
        outline: none;
    }

.gen-assistant__input-form:focus-within {
    outline: 1px solid #005886;
}

.gen-assistant__input-form button {
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f4f8fb;
    color: #000;
    cursor: pointer;
    padding: 0;
    line-height: inherit;
}

    .gen-assistant__input-form button:hover {
        background: var(--color2);
    }

.gen-assistant__input-form .gen-assistant__input-form-icon {
    display: flex;
    width: 100%;
    height: 100%;
}

    .gen-assistant__input-form .gen-assistant__input-form-icon::before {
        content: "\e20a";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 18px;
        color: black;
        background-color: rgb(255 182 182 / 20%);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

.gen-assistant__input-form button:hover .gen-assistant__input-form-icon::before {
    color: #FFF;
}

.gen-assistant__input-characters {
    align-self: flex-end;
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin-top: 8px;
}

.gen-assistant__chat-box-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gen-assistant__chat-box-question {
    display: flex;
    gap: 24px;
}

.gen-assistant__chat-box-question-icon {
    width: 32px;
    height: 32px;
    background: #005886;
    border-radius: 50%;
}

.gen-assistant__chat-box-question-icon-content {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: var(--icon-person);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
    filter: invert(100%);
}

.gen-assistant__chat-box-question-text {
    flex: 1;
}

.gen-assistant__chat-box-question-text-content {
    display: inline-block;
    border: 1px solid #E4EEF4;
    border-radius: 5px;
    padding: 12px 24px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    box-shadow: 0px 0px 0px 3px #f8f8f8;
    position: relative;
    background: #E4EEF4;
}

    .gen-assistant__chat-box-question-text-content::before {
        left: -17px;
        top: 6px;
        width: 0;
        height: 0;
        clear: both;
    }

    .gen-assistant__chat-box-question-text-content::after {
        left: -15px;
        top: 6px;
    }

    .gen-assistant__chat-box-question-text-content::before,
    .gen-assistant__chat-box-question-text-content::after {
        content: '';
        position: absolute;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 16px solid #E4EEF4;
    }

.gen-assistant__chat-box-request {
    display: flex;
    gap: 24px;
    padding-left: 24px;
}

.gen-assistant__chat-box-request-icon {
    width: 32px;
    height: 32px;
    background: var(--azulMedio);
    border-radius: 50%;
}

.gen-assistant__chat-box-request-icon-content {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: var(--icon-chat);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
    background-color: #FED506;
}

.gen-assistant__chat-box .preload-icon {
    position: absolute;
    left: 40px;
    top: 52%;
    transform: translate(-50%,-50%);
}

    .gen-assistant__chat-box .preload-icon .bounce {
        background-color: #3b74b9;
        border: 0 solid #3b74b9;
        display: inline-block;
        width: 8px;
        height: 24px;
        margin: 1px;
        position: relative;
    }

    .gen-assistant__chat-box .preload-icon .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .gen-assistant__chat-box.preload-icon .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.gen-assistant__chat-box-tranlation-text .preload-icon {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.gen-assistant__chat-box-request-text {
    width: 100%;
    min-height: 60px;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 24px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    position: relative;
    background: #F1F1F1;
    color: #474747;
}

    .gen-assistant__chat-box-request-text::after {
        left: -15px;
        top: 6px;
    }

    .gen-assistant__chat-box-request-text::before, .gen-assistant__chat-box-request-text::after {
        content: '';
        position: absolute;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 16px solid #F1F1F1;
    }

    .gen-assistant__chat-box-request-text .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 1em;
    }

        .gen-assistant__chat-box-request-text .tabs .tab {
            white-space: nowrap;
            box-shadow: none;
            border-radius: 0;
            transition: 0.1s;
            border-bottom: 3px solid transparent;
            background-color: transparent;
            color: #474747;
            font-size: 16px;
            font-weight: 400;
            min-height: 40px;
            text-transform: unset;
        }

            .gen-assistant__chat-box-request-text .tabs .tab.active {
                border-bottom: 3px solid #3b74b9;
                font-weight: 600;
            }

.gen-assistant__chat-box-request-text-icons i {
    padding: 6px;
    margin: 0;
    cursor: pointer;
}

.fa-clone:before {
    content: "\f24d";
    color: #474747;
}

.gen-assistant__chat-box-request-text-content .doc-references {
    margin-left: 4px;
}

.gen-assistant__chat-box-request-text-content .doc-reference,
.translation-contenten .doc-references,
.translation-contenteus .doc-references,
.translation-contentfr .doc-references,
.translation-contentpt .doc-references,
.translation-contentit .doc-references,
.translation-contentde .doc-references,
.translation-contentgal .doc-references,
.translation-contentcat .doc-references,
.translation-contentbal .doc-references,
.translation-contentval .doc-references {
    position: relative;
    display: inline;
    width: 20px;
    height: 20px;
}

    .gen-assistant__chat-box-request-text-content .doc-reference .ref,
    .gen-assistant__chat-box-translation-content .doc-reference .ref,
    .translation-contenten .doc-references .ref,
    .translation-contenteus .doc-references .ref,
    .translation-contentfr .doc-references .ref,
    .translation-contentpt .doc-references .ref,
    .translation-contentit .doc-references .ref,
    .translation-contentde .doc-references .ref,
    .translation-contentgal .doc-references .ref,
    .translation-contentcat .doc-references .ref,
    .translation-contentbal .doc-references .ref,
    .translation-contentval .doc-references .ref {
        background-color: #3b74b9;
        color: #fff;
        font-weight: 600;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        margin-right: 0.25em;
        position: relative;
    }

    .gen-assistant__chat-box-request-text-content .doc-reference:hover {
        text-decoration: none;
    }

.gen-assistant__chat-box-request-text-content #title-popup {
    background-color: #3b74b9;
    min-width: 20em;
    max-width: 30em;
    color: #fff;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 98%;
    left: -50%;
    margin-left: -8em;
    transition: opacity 0.3s;
    font-size: 0.8em;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    height: calc(1.2em * 5 + 1em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

    .gen-assistant__chat-box-request-text-content #title-popup span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        padding: 0em 0.5em;
    }

    .gen-assistant__chat-box-request-text-content #title-popup a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
        max-width: 100%;
        color: #fff;
    }

    .gen-assistant__chat-box-request-text-content #title-popup:hover a {
        text-decoration: none;
    }

.gen-assistant__chat-box-translation-content .doc-reference:hover {
    text-decoration: none;
}

.gen-assistant__chat-box-translation-content #title-popup {
    background-color: #3b74b9;
    min-width: 20em;
    max-width: 30em;
    color: #fff;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 98%;
    left: -50%;
    margin-left: -8em;
    transition: opacity 0.3s;
    font-size: 0.8em;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    height: calc(1.2em * 5 + 1em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

    .gen-assistant__chat-box-translation-content #title-popup span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        padding: 0em 0.5em;
    }

    .gen-assistant__chat-box-translation-content #title-popup a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
        max-width: 100%;
        color: #fff;
    }

    .gen-assistant__chat-box-translation-content #title-popup:hover a {
        text-decoration: none;
    }

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-up::before {
    color: #00C106;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-down::before {
    color: #EC0000;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-copy {
    border-radius: 4px;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-up {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-down {
    position: relative;
    left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-copy::before,
    .gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-up::before,
    .gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-down::before {
        font-size: 18px;
    }

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-copy::before {
    color: #808080;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-up::before {
    color: #00C106;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .fa-thumbs-down::before {
    color: #EC0000;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .d-flex {
    display: flex;
}

.gen-assistant__chat-box-request-text .gen-assistant__chat-box-request-text-icons .ml-1 {
    margin-left: 0.5em;
}

.gen-assistant__chat-box-request-text-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

    .gen-assistant__chat-box-request-text-content p:has(meta) {
        display: none;
    }

    .gen-assistant__chat-box-request-text-content::before {
        content: '';
        position: absolute;
        left: -17px;
        top: 6px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        clear: both;
    }

    .gen-assistant__chat-box-request-text-content p > a,
    .gen-assistant__chat-box-request-text-content p > a:hover {
        color: #3b74b9;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
    }

    .gen-assistant__chat-box-request-text-content::after {
        content: '';
        position: absolute;
        left: -15px;
        top: 6px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 16px solid #ffffff;
    }

    .gen-assistant__chat-box-request-text-content.gen-assistant__chat-box-request-text-content--info::after {
        display: none;
    }

.container-dots {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    width: 70%;
    margin: 16px auto 0 auto;
}

.gen-assistant__chat-box-request-text-dots {
    overflow: hidden;
    display: inline-block;
    flex-shrink: 0;
    animation: slide 13s linear infinite;
    font-style: italic;
    font-size: 14px;
}

.gen-assistant__chat-box .voir-references,
.gen-assistant__chat-box .ver-referencias {
    color: #3b74b9;
    cursor: pointer;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    text-transform: unset;
    padding: 0;
}

.gen-assistant__chat-box-request-text-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #dbdbdb;
}

    .gen-assistant__chat-box-request-text-icons .choose-language {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }

        .gen-assistant__chat-box-request-text-icons .choose-language select,
        .gen-assistant__chat-box-request-text-icons .choose-language select option {
            font-size: 15px;
        }

    .gen-assistant__chat-box-request-text-icons .options {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        margin-right: 0;
    }

    .gen-assistant__chat-box-request-text-icons .tb-copy-text {
        position: relative;
        height: 28px;
        width: 28px;
        padding: 0 2px;
    }

.gen-assistant__chat-box-translation-content .gen-assistant__chat-box-request-text-icons {
    justify-content: end;
}

.gen-assistant__chat-box-request-text-content--info::before {
    content: 'i';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid var(--color-gen-assistant-red-100);
    border-radius: 50%;
    color: var(--color-gen-assistant-red-100);
    font-size: 20px;
}

.gen-assistant__new-conv-send-button {
    display: none;
}

.gen-assistant__chat-box-request-data {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 24px;
}

.gen-assistant__chat-box-request-data-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gen-assistant__chat-box-request-data-title {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.gen-assistant__chat-box-request-data-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gen-assistant__chat-box-request-data-content--documentation {
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .gen-assistant__chat-box-request-data-content--documentation .gen-assistant__chat-box-request-data-link {
        padding: 8px 16px;
    }

        .gen-assistant__chat-box-request-data-content--documentation .gen-assistant__chat-box-request-data-link:hover {
            text-decoration: none;
            background: var(--color-gen-assistant-green-400);
        }

.gen-assistant__chat-box-translation {
    margin-left: 80px;
    display: inline-block;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 12px 24px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    position: relative;
    background: #F1F1F1;
}

.gen-assistant__chat-box-translation-content {
    margin-bottom: 1em;
    color: #474747;
}

.gen-assistant__chat-box-translation-content-info {
    font-weight: bold;
    margin: 1em 0;
}

.translation-contenten,
.translation-contenteus,
.translation-contentfr,
.translation-contentpt,
.translation-contentit,
.translation-contentde,
.translation-contentgal,
.translation-contentcat,
.translation-contentbal,
.translation-contentval {
    font-weight: 400;
}

.gen-assistant__chat-box-request-text-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #dbdbdb;
}

.gen-assistant__chat-box-translation .tb-copy-text {
    margin-right: 32px;
    position: relative;
}

.fa-clone:before {
    content: "\f24d";
}

.gen-assistant__chat-box-request-text-icons-popover {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: -5.6em;
    left: -66px;
    color: #000;
    width: 165px;
    text-align: center;
    border: 1px solid lightgrey;
    font-size: 14px;
    text-transform: initial;
    line-height: 21px;
    font-weight: normal;
}

.gen-assistant__chat-box-request-text-icons i {
    padding: 6px;
    cursor: pointer;
}


.gen-assistant__chat-box-suggest-data-item {
    background: var(--color-gen-assistant-white);
    border-radius: 5px;
    text-decoration: none;
    color: var(--color-gen-assistant-black);
    font-size: 16px;
    line-height: 21px;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 32%;
}

    .gen-assistant__chat-box-suggest-data-item:hover {
        box-shadow: 0 0px 15px rgba(0,0,0,0.25), 0 4px 8px rgba(0,0,0,0.22);
    }

.gen-assistant__chat-box-suggest-data-content--documentation {
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    padding: 16px 16px 32px 16px;
    justify-content: center;
}

.gen-assistant__chat-box-suggest-data-container--documentation {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 24px;
    background: #f4f6f6;
}

.gen-assistant__chat-box-suggest-data-content--documentation .gen-assistant__chat-box-suggest-data-link {
    padding: 8px 16px;
}

    .gen-assistant__chat-box-suggest-data-content--documentation .gen-assistant__chat-box-suggest-data-link:hover {
        text-decoration: none;
        background: var(--color-gen-assistant-green-400);
    }

#aviso-legal-assistant-welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

    #aviso-legal-assistant-welcome .aviso-legal-button {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

        #aviso-legal-assistant-welcome .aviso-legal-button::after {
            content: "";
            display: block;
            border-bottom: 5px solid var(--amarilloKarnov);
            padding-bottom: 2px;
            width: auto;
        }

.gen-assistant__chat-box-suggest-data-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gen-assistant__chat-box-request-data-item {
    background: var(--color-gen-assistant-white);
    border-radius: 5px;
}

.gen-assistant__chat-box-request-data-link {
    display: flex;
    flex-direction: column;
    padding: 8px 32px 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    color: var(--color-gen-assistant-black);
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

    .gen-assistant__chat-box-request-data-link:hover {
        text-decoration: underline;
    }

    .gen-assistant__chat-box-request-data-link .content {
        font-size: 13px;
        font-weight: 400;
    }

.gen-assistant__chat-box-request-data-item--dropdown {
    position: relative;
}

    .gen-assistant__chat-box-request-data-item--dropdown input[type="checkbox"] {
        display: none;
    }

        .gen-assistant__chat-box-request-data-item--dropdown input[type="checkbox"]:checked ~ .gen-assistant__chat-box-request-data-source {
            display: block;
        }

    .gen-assistant__chat-box-request-data-item--dropdown label {
        content: '';
        filter: invert(60%);
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 6px;
    }

.gen-assistant__chat-box-request-data-source {
    display: none;
}

    .gen-assistant__chat-box-request-data-source .content {
        display: flex;
        flex-direction: column;
        padding: 0 16px 16px 16px;
        border-radius: 5px;
        text-decoration: none;
        color: #0077aa;
        font-size: 14px;
        line-height: 21px;
        position: relative;
    }

[action*='/GenerativeAssistant.aspx'] #vue-container {
    height: 100%;
}

[action*='/GenerativeAssistant.aspx'] #vue-generative-assistant-control {
    height: 100%;
}

.gen-assistant__chat .gen-assistant__chat-content .gen-assistant__input-divider + .gen-assistant__welcome-working {
    margin-top: 40px;
}

.gen-assistant__chat-box-request-text-icons-popover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.gen-assistant__chat .gen-assistant__chat-box-request-data + .gen-assistant__input-divider {
    margin-top: 0;
}

    .gen-assistant__chat .gen-assistant__chat-box-request-data + .gen-assistant__input-divider .divider {
        margin-top: 0;
        margin-bottom: 0;
    }

.gen-assistant__content .gen-assistant__chat {
    display: flex;
    flex-direction: column;
    height: var(--height-gen-assistant__container);
    justify-content: space-between;
}

#gen-assistant__welcome-page ~ .gen-assistant__content .gen-assistant__chat {
    justify-content: normal;
    height: auto;
    margin-bottom: 40px;
}

.gen-assistant__content .gen-assistant__chat-box-req .gen-assistant__chat-box-req-box {
    width: 100%;
    box-shadow: 0px 0px 0px 3px #f5f5f5;
    border: 1px solid var(--color2);
    border-radius: 5px;
}

.gen-assistant__content .gen-assistant__chat-box-req {
    display: flex;
    gap: 24px;
}

.gen-assistant__chat-box-request-data-title::after {
    content: "";
    display: block;
    border-bottom: 2.5px solid var(--amarilloKarnov);
    padding-bottom: 2px;
    margin: inherit;
    width: 50px;
}

.gen-assistant__chat-box-request-data-container.gen-assistant__chat-box-request-data-container--documentation .gen-assistant__chat-box-request-data-item {
    background: var(--color-gen-assistant-white);
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.gen-assistant__chat-box-request-data-item--dropdown input[type="checkbox"]:checked ~ label::before {
    content: '\f146';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    font-weight: 300;
}

.gen-assistant__chat-box-request-data-item--dropdown label::before {
    content: '\f0fe';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    font-weight: 300;
}

.gen-assistant__extra-questions {
    padding: 0 8px;
}

.gen-assistant__avisolegal {
    padding: 0 8px;
    margin-top: 32px;
}

    .gen-assistant__avisolegal #aviso-legal-assistant .aviso-legal-button-short {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

        .gen-assistant__avisolegal #aviso-legal-assistant .aviso-legal-button-short::after {
            content: "";
            display: block;
            border-bottom: 5px solid var(--amarilloKarnov);
            padding-bottom: 2px;
            width: 50px;
        }

.gen-assistant__popup-header {
    position: absolute;
    z-index: 3;
    top: -1px;
    left: 0;
    width: calc(100% - 40px);
    height: 40px;
    background-color: var(--azulOscuroECAY);
}

.gen-assistant__popup-body {
    margin-top: 40px;
}

    .gen-assistant__popup-body h4 {
        text-align: center;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: black;
        margin-bottom: 16px;
    }

.gen-assistant__extra-question-item {
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.19), 0 2px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}

    .gen-assistant__extra-question-item:last-of-type {
        margin-bottom: 0;
    }

.gen-assistant__popup-button::after {
    content: '\f0fe';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    font-weight: 300;
    margin-left: 16px;
}

.gen-assistant__popup-button, .gen-assistant__popup-button:hover {
    text-decoration: none;
}

.gen-assistant__popup {
    position: fixed;
    padding: 16px 32px 32px 32px;
    max-width: 800px;
    top: 50%;
    left: 50%;
    color: #000;
    transform: translate(-50%, -50%);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 3;
}

    .gen-assistant__popup:target {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .gen-assistant__popup .gen-assistant__popup-close-button {
        position: absolute;
        top: -1px;
        right: 0;
        background-color: var(--azulECAY);
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .gen-assistant__popup .gen-assistant__popup-close-button:hover, .gen-assistant__popup .gen-assistant__popup-close-button:focus {
            text-decoration: none;
        }

        .gen-assistant__popup .gen-assistant__popup-close-button::before {
            content: '\f00d';
            font-family: 'Font Awesome 6 Pro';
            font-size: 24px;
            font-weight: 300;
        }

.gen-assistant__popup-close-popup {
    background-color: rgba(0,0,0,.7);
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 3;
}

.gen-assistant__popup:target + .gen-assistant__popup-close-popup {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    z-index: 2;
}

#gen-assistant__welcome-page ~ .gen-assistant__content .gen-assistant__extra-questions {
    display: none;
}

#gen-assistant__welcome-page ~ .gen-assistant__content .gen-assistant__left-panel {
    display: none;
}

form[action*="/GenerativeAssistant.aspx"] .restrictedAccess__footer img.logo,
form[action*="/GenerativeAssistant.aspx"] .restrictedAccess__footer img.slogan {
    margin-right: 0;
}

@media (max-width: 1199.98px) {
    .gen-assistant__content .gen-assistant__left-panel {
        width: 280px;
    }
}

@media (max-width: 991.98px) {
    .gen-assistant__welcome-working {
        flex-direction: column;
    }

    .gen-assistant__welcome-working-item-title {
        min-height: auto;
        display: block;
    }

    .gen-assistant__chat-box-suggest-data-content--documentation {
        flex-direction: column;
    }

    .gen-assistant__content {
        flex-direction: column-reverse;
    }

        .gen-assistant__content .gen-assistant__left-panel {
            width: 100%;
            height: 100%;
            margin: 24px 0;
        }

        .gen-assistant__content .gen-assistant__chat {
            height: auto;
        }

    .gen-assistant__chat-content,
    .gen-assistant__chat-box-container {
        padding: 16px 0;
    }

    .gen-assistant__chat-box-suggest-data-item {
        width: 100%;
    }

    .gen-assistant__popup {
        width: 75%;
        top: 55%;
    }
}

@media (max-width: 767.98px) {

    .productLogo {
        display: none;
    }

    .gen-assistant__header-title {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .gen-assistant__header-text {
        text-align: center;
    }

    .gen-asistant__initialpage-input .gen-assistant__input-form-container {
        width: 100%;
    }
}


/*Pag. Intermedia -KplusIA*/

#kplus #kplus-header #imgK {
    max-width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
}

    #kplus #kplus-header #imgK img {
        width: auto;
        height: 100%;
        display: block;
        max-width: 100%;
    }

#kplus #kplus-header .kaplus-imgK__title {
    font-family: 'Roboto Slab';
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    width: 180px;
    padding-left: 8px;
}

#kplus #kplus-header-title, #kplus #kplus-header-subtitle {
    font-family: var(--font-family-gen-assistant);
    font-size: 2em;
    text-align: center;
    line-height: normal;
    margin: 20px auto;
    color: #474747;
}

#kplus #kplus-header-title {
    color: #000;
    margin: 24px 0;
}

#kplus-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
    gap: 1rem;
    max-width: 1500px;
    padding: 0 16px 40px 16px;
    margin: auto;
    color: #474747;
}

#kplus .kplus-module {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    border-radius: 5px;
    width: 100%;
}

#kplus .kplus-module-logo {
    text-align: center;
}

#kplus .kplus-module .kplus-module-header {
    text-align: center;
    font-weight: 300;
    font-size: 3em;
    color: #666666;
}

.kplus-module-header.assistant::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f086';
}

.kplus-module-header.juris::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f075\f0e3';
}

.kplus-module-header.analysis::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f865';
}

.kplus-module-header.synthesize::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f88c';
}

.kplus-module-header.translate::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f1ab';
}

#kplus .kplus-module .kplus-module-title {
    height: 45px !important;
    font-size: 1.3em;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    flex: 0 0 auto;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px !important;
}

#kplus .kplus-module a.kplus-module-bpopup,
#kplus .kplus-module #popupButtonSint {
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    background-color: #3b74b9;
    border-radius: 4px;
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
}

#kplus .kplus-button-info::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f05a";
    display: flex;
    justify-content: center;
    font-size: 2.1em;
    color: #474747;
    background-color: transparent;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 50%;
}

#kplus .kplus-button-info:hover::before {
    color: #fff;
    background: #474747;
    border-color: #474747;
}

#kplus .kplus-module:nth-of-type(3) {
    margin-right: 0;
}

#kplus .kplus-module .kplus-module-text {
    flex: 1;
    margin: 0 0 24px;
    text-align: left;
    line-height: 24px;
}

    #kplus .kplus-module .kplus-module-text p {
        margin-block: 0 .65em;
        overflow-wrap: break-word;
    }

#kplus .kplus-module .kplus-module-bpopupSint {
    margin-top: auto;
    font-size: 1.56em;
    color: #ffffff;
    text-align: center;
    background-color: #005886;
    border-radius: 4px;
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    width: 250px;
    height: auto;
    line-height: normal;
}

#kplus .kplus-module .kplus-module-button, #kplus-module-buttonTrabajaDoc-container .kplus-module-button {
    margin-top: auto;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    background-color: #3b74b9;
    border-radius: 4px;
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
}

#kplus .kplus-module .kplus-module-bpopupSint {
    text-transform: unset;
}

#kplus .kplus-module .kplus-module-bpopup {
    text-transform: capitalize;
}

#kplus .kplus-module button.kplus-module-bpopup.analisis,
#kplus .kplus-module button.kplus-module-bpopup.asistente,
#kplus .kplus-module button.kplus-module-bpopup.trabajaDoc {
    color: inherit;
    width: 45px;
    height: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    background-color: inherit;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    line-height: normal;
}

#kplus .kplus-button-info:hover {
    background-color: inherit;
    color: #000;
    border-color: #474747;
    text-decoration: none !important;
}


#kplus .kplus-module .kplus-module-button#prox, .popupModuleSint .kplus-module-buttonSint#prox {
    color: #005886;
    background-color: #ffffff;
    border: 1px #005886 solid;
    pointer-events: none;
}

#kplus .kplus-module .kplus-module-button:hover, #kplus .kplus-module .kplus-module-button:focus, #kplus .kplus-module .kplus-module-bpopup:hover,
.popupModuleSint .kplus-module-buttonSint:hover, .popupModuleSint .kplus-module-buttonSint:focus {
    text-decoration: none;
}

#aviso-legal-kplus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

    #aviso-legal-kplus .aviso-legal-button {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

        #aviso-legal-kplus .aviso-legal-button::after {
            content: "";
            display: block;
            border-bottom: 5px solid var(--amarilloKarnov);
            padding-bottom: 2px;
            margin: inherit;
            width: auto;
        }

form[action*='/GenerativeAssistant.aspx'] #cHead .wk-psearch,
form[action*='/GenerativeAssistant.aspx'] #search_mobile {
    display: none;
}

[action*='/GenerativeAssistant.aspx'] #cHead .wk-head-sup {
    row-gap: 0px;
}

@media (max-width: 450px) {
    .gen-assistant__chat-box-request-text-content #title-popup {
    }
}

@media (max-width: 768px) {
    .gen-assistant__chat-box-request-text .tabs {
        flex-direction: column;
    }

    .container-dots {
        width: 200px;
    }

    #summ-assistant-modal #button-select-language {
        bottom: 16px;
    }
}

@media (max-width: 991.98px) {
    #kplus-body {
        flex-direction: column;
    }

    #kplus .kplus-module {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .gen-assistant__content .gen-assistant__chat {
        height: auto;
    }
}

@media screen and (min-width: 1023.5px) {
    .gen-assistant__conversation-page:has(.gen-assistant__history.collapsed) .gen-assistant__middle-side {
        margin-left: 32px;
    }
}

@media screen and (max-width: 1023px) {
    .gen-assistant__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        position: relative;
        height: 160px;
        align-items: center;
    }

    .gen-assistant__new-conversation {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: absolute;
        top: 85%;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: fit-content;
    }

    .gen-assistant__right-side {
        max-width: 100%;
        min-width: 100%;
    }

    .gen-assistant__input-form-container {
        padding: 0;
        margin: 0 8px;
    }

    .gen-assistant__left-side.collapsed {
        width: 24px;
        margin-bottom: 56px;
    }

    .gen-assistant__conversation-page {
        flex-direction: column-reverse;
        overflow: auto;
        padding-bottom: 72px;
    }

    .gen-assistant__left-side {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    #collapsable-comp-assistant {
        border: none;
    }

    .gen-assistant__chat-box-suggest-data-container--documentation {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .gen-assistant__middle-side {
        padding: 16px 0;
        order: 1;
        margin-left: 0;
    }

    .gen-assistant__right-side {
        order: 0;
    }

    .gen-assistant__chat-box-request {
        padding-left: 0;
    }

    .gen-assistant__chat-box-request-text {
        padding: 12px;
        margin-right: 0;
    }

    .gen-assistant__chat-box-translation {
        margin: 0 0 0 55px;
    }
}

@media (max-width: 1279px) {
    #kplus-body {
        margin: 32px 0;
    }
}

/*Pop Up Pagina intermedia k+ */
#popup-kplus-container, #popupSint-kplus-container, #popupAnalisis-kplus-container, #popupTrad-kplus-container, #popupTrabajaDoc-kplus-container, #popupAsisJuris-kplus-container {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

#popup-kplus-content,
#popupSint-kplus-content,
#popupAnalisis-kplus-content,
#popupTrad-kplus-content, #popupTrabajaDoc-kplus-content, #popupAsisJuris-kplus-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    min-height: 400px;
    max-height: 450px;
    overflow-y: scroll;
    transform: translate(-50%, -50%);
    margin-left: 50%;
    top: 260px;
}

#popup-header,
#popup-headerSint,
#popup-headerAnalisis,
#popup-headerTrad, #popup-headerTrabajaDoc, #popupAsisJuris-header {
    position: absolute;
    z-index: 3;
    top: -1px;
    left: 0;
    width: calc(100% - 40px);
    height: 40px;
    background-color: var(--azulOscuroECAY);
}

#close-popup-button,
#close-popup-buttonSint,
#close-popup-buttonAnalisis,
#close-popup-buttonTrad, #close-popup-buttonTrabajaDoc, #close-popupAsisJuris-button {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: var(--azulECAY);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #close-popup-button:before,
    #close-popup-buttonSint:before,
    #close-popup-buttonAnalisis:before,
    #close-popup-buttonTrad:before, #close-popup-buttonTrabajaDoc:before, #close-popupAsisJuris-button:before {
        content: '\f00d';
        font-family: 'Font Awesome 6 Pro';
        font-size: 24px;
        font-weight: 300;
    }

    #close-popup-button:hover, #close-popup-button:focus,
    #close-popup-buttonSint:hover, #close-popup-buttonSint:focus,
    #close-popup-buttonAnalisis:hover, #close-popup-buttonAnalisis:focus,
    #close-popup-buttonTrad:hover, #close-popup-buttonTrad:focus, #close-popup-buttonTrabajaDoc:hover, #close-popup-buttonTrabajaDoc:focus,
    #close-popupAsisJuris-button:hover, #close-popupAsisJuris-button:focus {
        text-decoration: none;
    }

#popup-kplus-content-text,
#popup-kplusSint-content-text,
#popup-kplusAnalisis-content-text,
#popup-kplusTrad-content-text, #popup-kplusTrabajaDoc-content-text, #popupAsisJuris-kplus-content-text {
    font-size: 15px;
    margin-top: 35px;
    font-weight: 100;
}

    #popup-kplus-content-text h4,
    #popup-kplusSint-content-text h4,
    #popup-kplusAnalisis-content-text h4,
    #popup-kplusTrad-content-text h4, #popup-kplusTrabajaDoc-content-text h4, #popupAsisJuris-kplus-content-text h4 {
        text-align: center;
        font-size: 21px;
        line-height: 35px;
        font-weight: 500;
        color: #005886;
        margin-bottom: 16px;
    }

    #popup-kplus-content-text .pmodulek .popmodule-title {
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
        border-left: 3px solid #005886;
        padding-left: 13px;
    }

    #popup-kplus-content-text .pmodulek {
        padding: 15px;
    }

    #popup-kplus-content-text .pmoduleh,
    #popup-kplusSint-content-text .pmoduleh,
    #popup-kplusAnalisis-content-text .pmoduleh,
    #popup-kplusTrad-content-text .pmoduleh, #popup-kplusTrabajaDoc-content-text .pmoduleh, #popupAsisJuris-kplus-content-text .pmoduleh {
        text-align: justify;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
        line-height: 20px;
        color: #474747;
    }

    #popup-kplus-content-text .pmodulek .pmodule-text {
        margin-left: 20px;
        font-weight: 100;
    }

    #popup-kplus-content-text #kplus-module-button-container,
    #popup-kplusTrabajaDoc-content-text #kplus-module-buttonTrabajaDoc-container {
        display: flex;
        justify-content: flex-end;
    }

        #popup-kplusTrabajaDoc-content-text #kplus-module-buttonTrabajaDoc-container .kplus-module-button,
        #asisJuris-module-button-container .kplus-module-button {
            margin: 0;
        }

#kplus-module-buttonAnalisis-container,
#asisJuris-module-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

    #popup-kplus-content-text .kplus-module-button,
    #popup-kplusTrabajaDoc-content-text #kplus-module-buttonTrabajaDoc-container .kplus-module-button,
    #asisJuris-module-button-container .kplus-module-button {
        font-size: 1.1em;
        color: #ffffff;
        text-align: center;
        background-color: #005886;
        border-radius: 4px;
        padding: 10px;
        display: block;
        width: 100px;
        line-height: 1.15em;
        margin-top: 30px;
    }

    #kplus-module-buttonAnalisis-container .kplus-module-button {
        font-size: 1.1em;
        color: #ffffff;
        text-align: center;
        background-color: #005886;
        border-radius: 4px;
        padding: 10px;
        display: block;
        width: 100px;
        line-height: 1.15em;
    }

        #popup-kplus-content-text .kplus-module-button:hover,
        #popup-kplus-content-text .kplus-module-button:focus,
        #popup-kplus-content-text .kplus-module-button:hover,
        #popup-kplus-content-text .kplus-module-button:focus,
        #kplus-module-buttonAnalisis-container .kplus-module-button:hover,
        #kplus-module-buttonAnalisis-container .kplus-module-button:focus,
        #asisJuris-module-button-container .kplus-module-button:hover,
        #asisJuris-module-button-container .kplus-module-button:focus {
            text-decoration: none;
        }

#pop-kplusSint-content-buttons .pmodulek,
#pop-kplusTradSint-content-buttons .pmodulek,
#pop-kplusTrad-content-buttons .pmodulek {
    width: 50%;
    margin-left: 130px;
}

    #popup-kplusSint-content-text .pmodulek a.kbutton,
    pop-kplusTradSint-content-buttons .pmodulek a.kbutton,
    #pop-kplusTrad-content-buttons .pmodulek a.kbutton {
        font-weight: 500;
        font-size: 17px;
        border-left: 3px solid #005886;
        padding-left: 15px;
        margin-bottom: 10px;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

#pop-kplusSint-content-buttons,
#pop-kplusTrad-content-buttons {
    margin-top: 35px;
    margin-bottom: 25px;
}

    #pop-kplusSint-content-buttons a .kplus-icon
    #pop-kplusTrad-content-buttons a .kplus-icon {
        background-color: #ccc6c6;
        padding: 3px 10px;
        margin-left: 10px;
        font-style: normal;
    }

    #pop-kplusSint-content-buttons .pmodulek a .kplus-icon:before,
    #pop-kplusTrad-content-buttons .pmodulek a .kplus-icon:before {
        content: '\f061';
        font-family: 'Font Awesome 6 Pro';
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }


@media (min-width: 1400px) {
    #popup-kplus-content,
    #popupSint-kplus-content,
    #popupAnalisis-kplus-content,
    #popupTrad-kplus-content, #popupTrabajaDoc-kplus-content {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    #popup-kplus-content,
    #popupSint-kplus-content,
    #popupAnalisis-kplus-content,
    #popupTrad-kplus-content, #popupTrabajaDoc-kplus-content {
        width: 60%;
    }
}

@media (max-width: 991px) {
    #popup-kplus-content,
    #popupSint-kplus-content,
    #popupAnalisis-kplus-content,
    #popupTrad-kplus-content, #popupTrabajaDoc-kplus-content {
        width: 80%;
    }

    #pop-kplusSint-content-buttons .pmodulek,
    #pop-kplusTrad-content-buttons .pmodulek {
        width: 50%;
        margin-left: 150px;
    }
}

@media (max-width: 767px) {

    #pop-kplusSint-content-buttons .pmodulek,
    #pop-kplusTrad-content-buttons .pmodulek {
        width: 77%;
        margin-left: 38px;
    }
}



/* Estilos mejores resultados/ short List*/
.gen-assistant__chat-box-request-shortList {
    background: var(--color5);
    padding: 16px;
}

    .gen-assistant__chat-box-request-shortList .gen-assistant__chat-box-request-shortList-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .gen-assistant__chat-box-request-shortList h4 {
        font-size: 16px;
        position: relative;
        font-weight: 700;
    }

.gen-assistant__chat-box-request-shortList-content {
    margin: 16px 0;
    background: white;
    padding: 16px;
}

    .gen-assistant__chat-box-request-shortList-content:last-child {
        margin-bottom: 0;
    }

    .gen-assistant__chat-box-request-shortList-content > a:first-child {
        color: var(--color2);
        font-weight: 700;
    }

.gen-assistant__chat-box-request-shortList-articulos {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0 16px;
}

    .gen-assistant__chat-box-request-shortList-articulos a {
        color: blue;
        text-decoration: underline;
        display: inline-block;
        line-height: 28px;
    }

.gen-assistant__chat-box-request-tabs-otherdocs h4::after {
    content: "";
    display: block;
    border-bottom: 2.5px solid var(--amarilloKarnov);
    padding-bottom: 2px;
    margin: inherit;
    width: 50px;
}

.gen-assistant__chat-box-request-tabs-otherdocs h4 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gen-assistant__chat-box-request-activeTab {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}

    .gen-assistant__chat-box-request-activeTab::-webkit-scrollbar {
        width: 8px;
    }

    .gen-assistant__chat-box-request-activeTab::-webkit-scrollbar-thumb {
        background-color: var(--azulOscuroECAY);
    }

    .gen-assistant__chat-box-request-activeTab::-webkit-scrollbar-track {
        background: #e9e9e9;
    }

    .gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-verMas {
        border: 2px solid #3b74b9;
        color: #3b74b9;
        background-color: transparent;
        border-radius: 4px;
        padding: 6px 16px;
        text-decoration: none;
        display: flex;
        max-height: 32px;
        min-width: 86px;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        width: 100%;
        margin-top: 13px;
    }

        .gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-verMas:hover {
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 2px 6px rgba(0, 0, 0, 0.23);
            transition: 0.2s;
            background-color: #3b74b9;
            color: white;
        }

#gen-assistant__chat-box-request-tabs-otherdocs-links a {
    margin-bottom: 8px;
    font-size: 14px;
    display: inline-block;
    color: blue;
    text-decoration: underline;
}

#gen-assistant__chat-box-request-tabs-otherdocs-links {
    width: 90%;
}

    #gen-assistant__chat-box-request-tabs-otherdocs-links div {
        margin-top: 8px;
    }

        #gen-assistant__chat-box-request-tabs-otherdocs-links div:first-child {
            margin-top: 0;
        }

    #gen-assistant__chat-box-request-tabs-otherdocs-links a {
        margin-bottom: 8px;
    }

        #gen-assistant__chat-box-request-tabs-otherdocs-links a:last-child {
            margin-bottom: 0;
        }

    #gen-assistant__chat-box-request-tabs-otherdocs-links p {
        line-height: normal;
    }

    #gen-assistant__chat-box-request-tabs-otherdocs-links .gen-assistant__chat-box-request-tabs-otherdocs-fragments {
        display: flex;
        flex-direction: column;
        background: white;
        padding: 16px;
        margin-bottom: 16px;
    }

        #gen-assistant__chat-box-request-tabs-otherdocs-links .gen-assistant__chat-box-request-tabs-otherdocs-fragments:last-child {
            margin-bottom: 0;
        }
    /*fin  mejores resultados*/

    #gen-assistant__chat-box-request-tabs-otherdocs-links > div > a {
        color: var(--color2);
        font-weight: 700;
        text-decoration: none;
    }

        #gen-assistant__chat-box-request-tabs-otherdocs-links > div > a:hover {
            text-decoration: underline;
            color: #832c2c;
        }

    #gen-assistant__chat-box-request-tabs-otherdocs-links a:hover {
        text-decoration: underline;
        color: #000;
    }

/** Estilos de la respuesta **/

/* Ocultamos H3 porque siempre contiene la pregunta */
.gen-assistant__chat-box-request-text-content h3:first-child,
.gen-assistant__chat-box-request-text-content pre,
.gen-assistant__chat-box-request-text-content h1 {
    display: none;
}

.gen-assistant__chat-box-request-text-content p {
    margin-bottom: 1.25em;
}

    .gen-assistant__chat-box-request-text-content p:has(title),
    .gen-assistant__chat-box-request-text-content p:first-child:has(+ h1),
    .gen-assistant__chat-box-request-text-content p:first-child:has(+ h2) {
        display: none;
    }

    .gen-assistant__chat-box-request-text-content p:last-child {
        margin-bottom: 0;
    }

.gen-assistant__chat-box-request-text-content h4 {
    font-weight: 500;
    margin-bottom: .8rem;
    margin-top: 1rem;
    font-size: 1.15em;
    line-height: 24px;
}

    .gen-assistant__chat-box-request-text-content h4 + p {
        margin-left: 1.25em;
    }

.gen-assistant__chat-box-request-text-content ul, .gen-assistant__chat-box-translation-content .gen-assistant__chat-box-translation-content-info + p ul {
    padding-left: 1.625em;
    list-style: disc;
}

    .gen-assistant__chat-box-request-text-content ul li,
    .gen-assistant__chat-box-translation-content .gen-assistant__chat-box-translation-content-info + p ul li {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .gen-assistant__chat-box-request-text-content ul + p {
        margin-top: 1em;
    }

.gen-assistant__chat-box-request-text-content ol {
    margin: .8em 0 .8em 0 !important;
    list-style-type: none;
}

    .gen-assistant__chat-box-request-text-content ol > li {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .gen-assistant__chat-box-request-text-content ol + ul {
        margin-left: 1em;
    }

.gen-assistant__chat-box-request-text-content #normativaaplicable,
.gen-assistant__chat-box-request-text-content #jurisprudencia,
.gen-assistant__chat-box-request-text-content #jurisprudenciarelevante,
.gen-assistant__chat-box-request-text-content #consultasdeinters,
.gen-assistant__chat-box-request-text-content #referenciaslegislativas,
.gen-assistant__chat-box-request-text-content #normativaaplicable + ul,
.gen-assistant__chat-box-request-text-content #jurisprudencia + ul,
.gen-assistant__chat-box-request-text-content #jurisprudenciarelevante + ul,
.gen-assistant__chat-box-request-text-content #consultasdeinters + ul,
.gen-assistant__chat-box-request-text-content #referenciaslegislativas + ul {
    display: none;
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.gen-assistant__chat-box-request-tabs-otherdocs-link .gen-assistant__chat-box-request-tabs-otherdocs-fragments a {
    margin-bottom: 6px;
    margin-top: 6px;
    display: inline-block;
}
/*Documentos relacionados */
.gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-tabs-otherdocs-fragments {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0 12px;
    font-size: 15px;
}

.gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-tabs-otherdocs-link a {
    margin-bottom: 0.5em;
    line-height: 1.1em;
    display: block;
}

.gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-tabs-otherdocs-link {
    border-bottom: 1px solid #dddddd;
    margin: 0.5em 0;
    padding: 0.5em;
    text-align: justify;
    margin-top: 0;
}

.gen-assistant__chat-box-request-activeTab .gen-assistant__chat-box-request-tabs-otherdocs-fragments a {
    display: inline-block;
    color: #474747;
}

.gen-assistant__chat-box-request-tabs-otherdocs-links .gen-assistant__chat-box-request-tabs-otherdocs-link:last-child {
    border-bottom: none;
}

.gen-assistant__chat-box-translation .gen-assistant__chat-box-translation-content .gen-assistant__chat-box-translation-content-info + p a {
    color: #3b74b9;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

    .gen-assistant__chat-box-translation .gen-assistant__chat-box-translation-content .gen-assistant__chat-box-translation-content-info + p a .ref {
        color: #fff;
        font-weight: 600;
    }

.gen-assistant__chat-box-translation .gen-assistant__chat-box-translation-content .gen-assistant__chat-box-translation-content-info + p p {
    margin-bottom: 1.25em;
}

.gen-assistant__chat-box-request-text-icons .choose-language select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
}

.kplus-module-text .kplus-module-buttons {
    margin: 10px 0 20px;
}

[action*="/KplusIA.aspx"] #ctl00_ctl00_cBody {
    background-color: #fff;
}

@media (max-width: 1159px) {
    #kplus .kplus-module {
        width: 90%;
    }
}

@media (max-width: 750px) {
    #kplus .kplus-module {
        width: 95%;
    }
}

/*******************************************CARRUSEL**********************************************/

.flex {
    display: flex;
}

.gen-assistant__initial-page .gen-assistant__welcome-working {
    flex-direction: row;
    gap: 77px;
}

.gen-assistant__initial-page .gen-assistant__welcome-working-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 33%;
}

.gen-assistant__initial-page .gen-assistant__welcome-working-item-title {
    color: #3b74b9;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    justify-content: center;
}

.gen-assistant__initial-page .gen-assistant__welcome-working-item-text {
    border: 1px solid #bfd9f9;
    padding: 20px;
    color: #333132;
    font-size: 16px;
    line-height: 120%;
    min-height: 180px;
    border-radius: 5px;
}

.gen-assistant__initial-page .aviso-legal-kplus {
    margin-top: 32px;
}

.gen-assistant__chat-box-suggest-data-item.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#popupAsisJuris-kplus-container #popupAsisJuris-kplus-content-text ol {
    padding-left: 15px;
}
#popupAsisJuris-kplus-content-text .pmoduleh {
    font-style: normal;
    margin-block: 0 .65em;
    color: #3b74b9;
    margin-top: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 13px;
    border-left: 3px solid #005886;
}

#popupAsisJuris-kplus-content-text {
    padding-left: 20px;
}

@media(max-width: 500px) {
    .gen-assistant__instructions {
        flex-direction: column;
        gap: 8px;
    }
}

#popupAsisJuris-kplus-content-text ol p {
    margin-left: -14px;
    margin-bottom: 10px;
}
