﻿#chatbot {
}

.vue-tooltip {
    color: white !important;
    padding: 10px 12px !important;
    border-radius: 5px !important;
    z-index: 999 !important;
    background: #242424E5;
    max-width: 340px;
}

.close-chatbot {
    padding: 0px;
    position: fixed;
    overflow: visible;
    opacity: 1;
    border: 0px;
    z-index: 99999;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    width: 270px;
    height: 47px;
    right: 10px;
    bottom: 0px;
}


#chatbot .modal-root-wrapper-document-content-body {
    background: #3C86C8;
    border-radius: 16px;
}

#chatbot .modal-root-wrapper-document-content-button {
    color: #fff;
}

    #chatbot .modal-root-wrapper-document-content-button img {
        filter: brightness(0) invert(1);
    }

#chatbot .modal-root-wrapper-document,
#chatbot .modal-root-wrapper-document-content {
    background-color: transparent;
}

.chatbot-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 24px;
}

.chatbot-wrapper-icon {
    width: 238px;
    height: 238px;
}

.chatbot-wrapper-title {
    text-align: center;
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 24px;
}

.chatbot-wrapper-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chatbot-button {
    background: #ffff;
    border-color: #D9E0EC;
    min-width: 100%;
    min-height: 38px;
    color: #004587;
    cursor: pointer;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 100px;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .chatbot-button .chatbot-button-wrapper-title {
        padding: 0 12px;
    }



@media (min-width: 0px) {
    #chatbot .modal-root-wrapper {
        height: 100vh;
        overflow: hidden;
    }

    #chatbot .modal-root-wrapper-document {
        width: calc(100%);
        top: -10px;
    }

    #chatbot .modal-root-wrapper-document-content-body {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    #chatbot .modal-root-wrapper-document-content {
        height: 100vh;
    }

    .chatbot-chat-web {
        right: 0px;
        width: 100%;
    }
}

.show-cookie {
    bottom: 160px;
}

@media (min-width: 1200px) {
    #chatbot .modal-root-wrapper-document {
        width: 640px;
        top: 24px;
    }

    #chatbot .modal-root-wrapper-document-content-body {
        height: unset;
        max-height: unset;
        border-radius: 16px;
    }
}

#header {
    z-index: 9 !important;
}


.chatbot-chat-web {
    position: relative;
    padding: 0px;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    overflow: visible;
    opacity: 1;
    border: 0px;
    z-index: 1001;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    /*width: 404px;*/
    /*height: 534px;*/
    right: 10px;
    bottom: 0px;
    border-radius: 16px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}


    .chatbot-chat-web .chatbot-chat-web-content {
        overflow: auto;
        height: 580px;
    }

    .chatbot-chat-web .chatbot-wrapper {
        background: #3C86C8;
        border-radius: 16px;
        padding-top: 32px;
        height: 100%;
    }

.chatbot-chat-web-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #3C86C8 0%, #3F8BCA 49.5%, #3C86C8 100%);
    padding: 16px;
    border-radius: 16px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    color: #fff;
    font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chatbot-chat-web .chatbot-chat-web-header-close-button {
    filter: brightness(0) invert(1);
}

.chatbot-wrapper-info-content {
    /*background: #F9FBFD;*/
    color: #4A4A4A;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 16px 16px 0px;
    border-radius: 16px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

    .chatbot-wrapper-info-content bold {
        font-weight: 700;
    }

.chatbot-wrapper-info-content-buttons {
    margin-top: 16px;
    display: flex;
    text-align: center;
}

.info-content-buttons-reject {
    cursor: pointer;
    background: #E1411E;
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px;
    border-radius: 24px;
    margin-right: 16px;
    width: 156px;
    min-height: 48px;
}

.info-content-buttons-approve {
    cursor: pointer;
    background: linear-gradient(0deg, #3C86C8 0%, #3C86C8 100%);
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px;
    border-radius: 24px;
    width: 156px;
    min-height: 48px;
}



.choose-which-institution {
    /*background: #F9FBFD;*/
    color: #4A4A4A;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 0 16px;
    margin-top: 16px;
    border-radius: 16px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.choose-which-institution-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .choose-which-institution-content img {
        width: 216px;
    }

.choose-which-institution-content-title {
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #4A4A4A;
    margin-top: 16px;
    margin-bottom: 16px;
}

.choose-which-institution-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-which-institution-buttons-other, .choose-which-institution-buttons-other:hover {
    cursor: pointer;
    background: linear-gradient(0deg, #3C86C8 0%, #3C86C8 100%);
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-radius: 24px;
    width: 156px;
    margin-right: 12px;
    text-align: center;
    height: 48px;
    text-decoration: none;
}

.choose-which-institution-buttons-ykb, .choose-which-institution-buttons-ykb:hover {
    cursor: pointer;
    background: linear-gradient(0deg, #004587 0%, #004587 100%);
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-radius: 24px;
    width: 156px;
    text-align: center;
    height: 48px;
    text-decoration: none;
}


.chatbot-close-question {
    /*background: #F9FBFD;*/
    color: #4A4A4A;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 0 16px;
    margin-top: 16px;
    border-radius: 16px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.chatbot-close-question-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chatbot-close-question-content-images {
}

.chatbot-close-question-content-title {
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: #004587;
    margin-top: 16px;
    margin-bottom: 16px;
}

.chatbot-close-question-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatbot-close-question-buttons-exit {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: #E1411E;
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-radius: 24px;
    width: 156px;
    text-align: center;
    height: 48px;
    margin-right: 16px;
}

.chatbot-close-question-buttons-continue {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #3C86C8 0%, #3C86C8 100%);
    color: #fff;
    /*font-family: Inter;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-radius: 24px;
    width: 156px;
    text-align: center;
    height: 48px;
}



.chatbot-result {
    margin-top: 16px;
}

.chatbot-result-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    color: #4A4A4A;
}

.chatbot-resultcontent img {
    width: 100px;
}

.chatbot-result-content-title {
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 16px;
    color: #4A4A4A;
}

.chatbot-result-list {
    margin-top: 16px;
    width: 100%;
}

.chatbot-result-list-item {
    border-radius: 8px;
    border: 1px solid #D9E0EC;
    background: #FFF;
    padding: 10px 16px;
    margin-bottom: 10px;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    color: #004587;
    cursor: pointer;
}

    .chatbot-result-list-item a {
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-decoration-line: underline;
        color: #004587;
        cursor: pointer;
    }

.chatbot-result-info-text {
    margin-top: 16px;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.chatbot-result-content-buttons {
    display: flex;
    margin-top: 16px;
}

.chatbot-result-content-buttons-exit {
    background: #E1411E;
    color: #fff;
    /* padding: 16px; */
    border-radius: 16px;
    height: 48px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    margin-right: 16px;
    font-size: 12px;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.chatbot-result-content-buttons-continue {
    background: #3C86C8;
    color: #fff;
    /* padding: 16px; */
    border-radius: 16px;
    height: 48px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}


.chatbot-result-content .chatbot-result-link-info {
    width: 100%;
    border: 1px solid #D9E0EC;
    border-radius: 24px;
    padding: 16px;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #4A4A4A;
}

    .chatbot-result-content .chatbot-result-link-info > a {
        color: #3c86c8;
    }





.chatbot-question-result {
    /*padding: 0 16px;*/
    margin-top: 16px
}

.chatbot-question-result-content {
}

.chatbot-question-result-content-title {
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #4A4A4A;
}

.chatbot-question-result-content-list {
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #D9E0EC;
    background: #FFF;
    padding: 16px;
}

.chatbot-question-result-content-list-item {
}

.chatbot-question-result-content-item {
    text-decoration: none !important;
    cursor: pointer;
}

.chatbot-question-result-content-item-group {
    display: flex;
    justify-content: space-between;
}

    .chatbot-question-result-content-item-group .item-fund-name {
        color: #004587;
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .chatbot-question-result-content-item-group .item-fund-progress {
        margin-left: -80px;
        margin-top: -6px;
        width: calc(100% - 70px);
    }

    .chatbot-question-result-content-item-group .item-fund-value {
        color: #004587;
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.chatbot-question-result-content-item-subtitle {
    font-family: Ubuntu;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #4A4A4A;
    margin-top: 4px;
}

.chatbot-question-result-buttons {
    display: flex;
    margin-top: 16px;
    justify-content: center;
}





.chatbot-questions {
    padding: 0 16px;
    margin-top: 16px;
}

.chatbot-questions-content {
}

.chatbot-questions-content-title {
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #4A4A4A;
}

.chatbot-questions-content-options {
    margin-top: 16px;
    margin-bottom: 16px;
}

.chatbot-questions-content-options-item {
    margin-bottom: 6px;
}

    .chatbot-questions-content-options-item .checkbox {
        font-size: 14px;
        font-weight: 500;
        color: rgb(74, 74, 74);
    }

        .chatbot-questions-content-options-item .checkbox .checkbox-wrapper {
            margin-right: 8px;
        }

.chatbot-questions-content-buttons {
}

.chatbot-questions-content-buttons-button {
    cursor: pointer;
    border-radius: 24px;
    text-align: center;
    background: #3C86C8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.chatbot-questions .radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    flex-direction: column;
}

    .chatbot-questions .radio-group .radio-container {
        margin-bottom: 6px;
    }

.chatbot-questions-info {
    background: linear-gradient(0deg, #3C86C8 0%, #3C86C8 100%);
    padding: 10px 16px;
    border-radius: 4px;
    color: #F9FBFD;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 20px;
}


.disabled-button {
    background: #BDBDBD;
    cursor: not-allowed !important;
}


.choose-which-institution-diffrent {
    padding: 16px;
}

.choose-which-institution-diffrent-content {
}

.choose-which-institution-diffrent-title {
    color: #004587;
    font-family: "Ubuntu";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: flex;
}


.choose-which-institution-diffrent-list {
    margin-top: 16px;
    margin-bottom: 16px;
}

.choose-which-institution-diffrent-list-item {
    color: #4A4A4A;
    font-family: "Ubuntu";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    display: list-item;
    margin-left: 16px;
}

    .choose-which-institution-diffrent-list-item a {
        color: #3C86C8 !important;
    }


    .choose-which-institution-diffrent-list-item div {
        display: inline-block;
    }

.chatbot-start-button {
    z-index: 1001;
    position: fixed;
    right: 80px;
    bottom: 24px;
}

.chatbot-start-button-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-left: -120px;
}

.chatbot-start-button-icon-robot-1 {
    width: 247px;
    height: 247px;
    object-fit: contain;
}




@media (min-width: 320px) {
    .chatbot-chat-web {
        right: 10px;
        width: calc(100% - 20px);
    }

    .chatbot-start-button {
        z-index: 1001;
        position: fixed;
        right: 20px;
        bottom: 24px;
    }

}
  .show-cookie {
        bottom: 160px;
    }

@media (max-width: 1024px) {
    .chatbot-start-button img {
        width: 75px !important;
        height: 75px !important;
    }
}

@media (min-width: 768px) {


    .chatbot-start-button {
        z-index: 1001;
        position: fixed;
        right: 20px;
        bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .chatbot-chat-web {
        right: 10px;
        bottom: 0px;
        max-width: 404px;
    }

    .chatbot-start-button {
        z-index: 1001;
        position: fixed;
        right: 80px;
        bottom: 24px;
    }
}
