.demo-Area {
    width: 100%;
}

.demoResult {
    display: flex;
    position: absolute;
    top: 70%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 5px;
}

/* ############################## */
.demoRow {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 30%;
    margin: 5px;
}

.demoColumn {
    flex: 33%;
    border: solid black 1px;
    height: 100%;
    position: relative;
    overflow: scroll;
}

/* ############################## */
.mhp-assistant_fileuploadInput {
    position: absolute;
    right: -9999px;
    visibility: hidden;
    opacity: 0;
}

.mhp-assistant_fileLabel {
    position: relative;
    padding: 5px;
    background: #333;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    color: white;
}

    .mhp-assistant_fileLabel:hover {
        background: rgb(218, 135, 135);
        color: #fff;
        cursor: pointer;
        transition: 0.2s all;
    }

.mhp-assistant_fileDivContainer {
    background: #eee;
    padding: 5px;
    border-radius: 10px;
}

    .mhp-assistant_fileDivContainer ul {
        list-style: none;
        padding: 0;
        max-height: 150px;
        overflow: auto;
    }

        .mhp-assistant_fileDivContainer ul li {
            padding: 0.5rem 0;
            padding-right: 2rem;
            position: relative;
        }

            .mhp-assistant_fileDivContainer ul li i {
                cursor: pointer;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translatey(-50%);
            }

.mhp-assistant_fileItemFileSize {
    color: #999;
    padding-left: 0.5rem;
}

/* ############################## */
.mhp-assistant_fileupload {
    background-color: #333;
    margin: 5px;
    border: none;
    border-radius: 20px;
    height: 40px;
    color: white;
    outline: none !important;
    box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
}

.mhp-assistant_text_label {
    color: white;
    margin-left: 10px;
}

.mhp-assistant_promptFileSendCont {
    position: relative;
    margin: 10px;
}

.mhp-assistant_promptFileDiv {
    position: relative;
    margin: 10px;
}

.mhp-assistant_promptTextArea {
    overflow: auto;
    overflow-y: clip;
    border: silver solid 1px;
    outline: none !important;
    resize: none;
    font-family: sans-serif;
    height: 100%;
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
}

.mhp-assistant_mainBodyCont {
    direction: ltr;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    background: black;
}

.mhp-assistant_chatButtonContainer[data-chatbutton-flag="0"] {
    display: none;
}

.mhp-assistant_chatButtonContainer[data-chatbutton-flag="1"] {
    background-color: black;
    color: white;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    border-radius: 25px;
    text-align: center;
    z-index: 999999;
    animation: buttonToolTipAnimation 1s forwards;
}

.mhp-assistant_chatButtonContainer:hover {
    background-color: rgb(237, 113, 113);
    cursor: pointer;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="0"] {
    display: none;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"] {
    padding: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    color: black;
    position: absolute;
    top: 50px;
    left: 20px;
    right: 60px;
    bottom: 100px;
    border-radius: 2rem;
    text-align: center;
    z-index: 999999;
    border: 2px solid black;
    animation: buttonToolTipAnimation 1s forwards;
    overflow-y: auto;
    align-content: center;
    justify-content: center;
    scrollbar-width: thin;
    scrollbar-color: grey transparent;
    flex-direction: row;
}

/* Webkit Browsers (Chrome, Safari, Edge) */
.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar {
    width: 8px;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar-track {
    background: transparent;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    border: 2px solid transparent;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar-thumb:hover {
    background-color: darkgrey;
}

.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar-button:vertical:start:decrement,
.mhp-assistant_storeButtonContainer[data-chatnodescont-flag="1"]::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}



@keyframes mhp-assistant-galaxy-sf-fly-by-0 {
    from {
        transform: translateZ(0px) rotate(60deg);
        opacity: 0.2;
    }

    to {
        transform: translateZ(600px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes mhp-assistant-galaxy-sf-fly-by-1 {
    from {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(0) rotate(60deg);
        opacity: 0.2;
    }
}

@keyframes mhp-assistant-galaxy-sf-fly-by-2 {
    from {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }
}

@keyframes mhp-assistant-galaxy-sf-fly-by-3 {
    from {
        transform: translateZ(-1800px) rotate(0deg);
        opacity: 0;
    }

    to {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }
}

.mhp-assistant_galaxy-star-field {
    background: black;
    opacity: .93;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
    overflow: hidden;
}


.mhp-assistant_galaxy-star-field .mhp-assistant_galaxy-layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}

.mhp-assistant_galaxy-star-field .mhp-assistant_galaxy-layer:nth-child(1) {
    animation: mhp-assistant-galaxy-sf-fly-by-1 5s linear infinite;
}

.mhp-assistant_galaxy-star-field .mhp-assistant_galaxy-layer:nth-child(2) {
    animation: mhp-assistant-galaxy-sf-fly-by-2 5s linear infinite;
}

.mhp-assistant_galaxy-star-field .mhp-assistant_galaxy-layer:nth-child(3) {
    animation: mhp-assistant-galaxy-sf-fly-by-3 5s linear infinite;
}

.mhp-assistant_galaxy-star-field .mhp-assistant_galaxy-layer:nth-child(4) {
    animation: mhp-assistant-galaxy-sf-fly-by-0 5s linear infinite;
}


*,
*:after,
*:before {
    box-sizing: border-box;
}

:root {
    --transition: 0.25s;
    --spark: 1.8s;
    --hue: 245;
}


.mhp-assistant_storeNode {
    --cut: 0.1em;
    --active: 0;
    --bg: radial-gradient(120% 120% at 126% 126%, hsl(245 calc(0 * 97%) 98% / calc(0 * 0.9)) 40%, transparent 50%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, radial-gradient(120% 120% at 120% 120%, hsl(245 calc(0 * 97%) 70% / calc(0 * 1)) 30%, transparent 70%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, hsl(245 calc(0 * 100%) calc(12% - (0 * 8%)));
    background: var(--bg);
    font-size: 1rem;
    font-weight: 12;
    border: 0.1em solid;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    gap: 0.25em;
    white-space: nowrap;
    border-radius: 0.5rem;
    position: relative;
    /* box-shadow: 0 0 calc(var(--active)* 1em) calc(var(--active)* 0.5em) hsl(var(--hue) 97% 61% / 0.5), 0 0.05em 0 0 hsl(245 calc(0 * 97%) calc((0 * 50%) + 30%)) inset, 0 -0.05em 0 0 hsl(245 calc(0 * 97%) calc(0 * 10%)) inset; */
    transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
    scale: calc(1 +(var(--active)* 0.1));
    transform-style: preserve-3d;
    perspective: 100vmin;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    overflow: hidden;
    color: #262626;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #272c2e;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #ffffff;
    border-color: #000099;
    text-overflow: ellipsis;
    padding: 10px;
}


.mhp-assistant_storeNode_date {
    font-size: 0.8rem;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: inherit;
}

.mhp-assistant_storeNode_title {
    font-size: 1rem;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: inherit;
}

.mhp-assistant_storeNode:active {
    scale: 1;
}

.mhp-assistant_storeNode-star {
    height: calc(var(--size) * 1px);
    aspect-ratio: 1;
    background: white;
    border-radius: 50%;
    position: absolute;
    opacity: var(--alpha);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg) rotate(0deg) translateY(calc(var(--distance) * 1px));
    animation: orbit calc(var(--duration) * 1s) calc(var(--delay) * -1s) infinite linear;
}

@keyframes orbit {
    to {
        transform: translate(-50%, -50%) rotate(10deg) rotate(360deg) translateY(calc(var(--distance) * 1px));
    }
}

.mhp-assistant_storeNode-galaxy {
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    overflow: hidden;
    opacity: var(--active);
    transition: opacity var(--transition);
    /* opacity: 0.25; */
}

.mhp-assistant_storeNode-galaxy_ring {
    height: 200%;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-28%, -40%) rotateX(-24deg) rotateY(-30deg) rotateX(90deg);
    transform-style: preserve-3d;
}

.mhp-assistant_storeNode-galaxy_container {
    position: absolute;
    inset: 0;
    opacity: var(--active);
    transition: opacity var(--transition);
    mask: radial-gradient(white, transparent);
}

.mhp-assistant_storeNode-star--static {
    animation: none;
    top: 50%;
    left: 50%;
    transform: translate(0, 0);
    max-height: 4px;
    filter: brightness(4);
    opacity: 0.9;
    animation: move-x calc(var(--duration) * 0.1s) calc(var(--delay) * -0.1s) infinite linear, move-y calc(var(--duration) * 0.2s) calc(var(--delay) * -0.2s) infinite linear;
}

.mhp-assistant_storeNode:hover .mhp-assistant_storeNode-star--static {
    animation-play-state: paused;
}

@keyframes move-x {
    0% {
        translate: -100px 0;
    }

    100% {
        translate: 100px 0;
    }
}

@keyframes move-y {
    0% {
        transform: translate(0, -50px);
    }

    100% {
        transform: translate(0, 50px);
    }
}

.mhp-assistant_storeNode-spark {
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    rotate: 0deg;
    overflow: hidden;
    mask: linear-gradient(white, transparent 50%);
    animation: flip calc(var(--spark) * 2) infinite steps(2, end);
}

@keyframes flip {
    to {
        rotate: 360deg;
    }
}

.mhp-assistant_storeNode-spark:before {
    content: "";
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    top: 0%;
    left: 50%;
    z-index: -1;
    translate: -50% -15%;
    rotate: 0;
    transform: rotate(-90deg);
    opacity: calc((var(--active)) + 0.4);
    background: conic-gradient(from 0deg, transparent 0 340deg, white 360deg);
    transition: opacity var(--transition);
    animation: rotate var(--spark) linear infinite both;
}

.mhp-assistant_storeNode-spark:after {
    content: "";
    position: absolute;
    inset: var(--cut);
    border-radius: 2rem;
}

.mhp-assistant_storeNode-backdrop {
    position: absolute;
    inset: var(--cut);
    background: var(--bg);
    border-radius: 2rem;
    transition: background var(--transition);
}

@keyframes rotate {
    to {
        transform: rotate(90deg);
    }
}



@supports(selector(:has(:is(+ *)))) {
    body:has(.mhp-assistant_storeNode:is(:hover, :focus-visible)) {
        --active: 1;
        --play-state: running;
    }

    .bodydrop {
        display: none;
    }
}

.mhp-assistant_storeNode:is(:hover, :focus-visible) ~ :is(.bodydrop, .particle-pen) {
    --active: 1;
    --play-state: running;
}

.bodydrop {
    background: hsl(260 calc(var(--active) * 97%) 6%);
    position: fixed;
    inset: 0;
    z-index: -1
}



.mhp-assistant_storeNode:is(:hover, :focus-visible) {
    --active: 1;
    --play-state: running;
    scale: 1.05;
}


.mhp-assistant_storeNode-galaxy_button {
    position: relative;
    height: 200px;
    width: 200px;
}

@keyframes float-out {
    to {
        rotate: 360deg;
    }
}

.mhp-assistant_storeNodeText {
    translate: 2% -6%;
    letter-spacing: 0.01ch;
    color: hsl(0 0% calc(60% + (var(--active) * 26%)));
    white-space: normal;
    text-align: center;
    display: inline-block;
    overflow-wrap: break-word;
    word-break: break-word;
}

.mhp-assistant_storeNode svg {
    inline-size: 1.25em;
    translate: -25% -5%;
}

.galaxy-button-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1em;
}


.mhp-assistant_chat {
    --hue: 260;
    --active: 0;
    --bg: radial-gradient(120% 120% at 126% 126%, hsl(240 calc(var(--active) * 100%) 60% / calc(var(--active) * 0.9)) 40%, transparent 50%) calc(100px - (var(--active) * 100px)) 0 / 100% 100% no-repeat, radial-gradient(120% 120% at 120% 120%, hsl(240 calc(var(--active) * 100%) 50% / calc(var(--active) * 1)) 30%, transparent 70%) calc(100px - (var(--active) * 100px)) 0 / 100% 100% no-repeat, hsl(240 calc(0 * 100%) calc(12% - (0 * 8%)));
    background: var(--bg);
    width: 50px;
    height: 50px;
    position: absolute !important;
    right: 10px;
    bottom: 50px;
    border-radius: 1rem;
    text-align: center;
    z-index: 999999;
    transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
    scale: calc(1 +(var(--active)* 0.1));
    transform-style: preserve-3d;
    perspective: 100vmin;
    overflow: hidden;
    cursor: pointer;
}

.mhp-assistant_chat:hover {
    --active: 1;
    scale: 1.05;
    box-shadow: 0 0 0.5em 0.25em hsl(240 100% 50% / 0.5), 0 0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc((var(--active) * 20%) + 30%)) inset, 0 -0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc(var(--active) * 10%)) inset;
}

.mhp-assistant_chat_text {
    font-size: x-large;
    line-height: 50px;
    color: white;
}


.mhp-assistant_main[data-chat-flag="0"] {
    display: none;
}

.mhp-assistant_main[data-chat-flag="1"] {
    position: absolute;
    right: 9px;
    top: 100px;
    bottom: 85px;
    min-width: 500px;
    max-width: 55%;
    width: 800px;
    resize: horizontal;
    direction: ltr;
    z-index: 100;
    animation: buttonToolTipAnimation 1s forwards;
    box-shadow: 0 0 5rem 0 rgba(0, 0, 153, 0.1), 0rem 2rem 3rem -3rem rgba(0, 0, 153, 0.5);
    border-radius: 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "FrutigerLTPro-Light", sans-serif;
    line-height: 15pt;
    /* letter-spacing: 0.02em; */
    color: #333;
    background: none;
    resize: none;
    display: flex;
    flex-direction: row-reverse;
    visibility: hidden;
}

.mhp-assistant_main-wrap {
    filter: drop-shadow(0px 4px 8rem rgba(0,0,0,0.1)) drop-shadow(0px 2rem 4rem -3rem rgba(0, 0, 0, 0.5));
}



@keyframes buttonToolTipAnimation {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.5;
    }

    80% {
        opacity: 8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes buttonToolTipAnimation50 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.4;
    }

    100% {
        opacity: .5;
    }
}

.mhp-assistant_main[data-chat-flag="0"] > * {
    display: none;
}

.mhp-assistant_mainCont {
    height: 97%;
    /* width: 95%; */
    direction: ltr;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 0.5rem;
    /* background: white; */
    box-shadow: 0 0 2rem 0 rgba(0, 0, 153, 0.1), 0rem 0rem 3rem -3rem rgba(0, 0, 153, 0.5);
    font-size: 0.9rem;
    /* flex: 1; */
    float: right;
    flex: 0 0 62%;
    visibility: visible;
}



.mhp-assistant_contHeader {
    height: 100px;
    background: #262626;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    flex-basis: 3.5rem;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    z-index: -1;
    perspective: 600px;
    -webkit-perspective: 600px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-family: "FrutigerLTPro-Black", sans-serif;
    font-size: larger;
    font-weight: bold;
    font-style: normal;
    border-radius: 0.5rem 0 0 0;
}

@keyframes mhp-assistant-contHeader-sf-fly-by-0 {
    from {
        transform: translateZ(0px) rotate(60deg);
        opacity: 0.2;
    }

    to {
        transform: translateZ(600px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes mhp-assistant-contHeader-sf-fly-by-1 {
    from {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(0) rotate(60deg);
        opacity: 0.2;
    }
}

@keyframes mhp-assistant-contHeader-sf-fly-by-2 {
    from {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }
}

@keyframes mhp-assistant-contHeader-sf-fly-by-3 {
    from {
        transform: translateZ(-1800px) rotate(0deg);
        opacity: 0;
    }

    to {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }
}

.mhp-assistant_contHeader-galaxy-star-field {
    background: black;
    opacity: .93;
    position: absolute;
    bottom: 0px;
    right: 0px;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}

.mhp-assistant_contHeader .mhp-assistant_contHeader-galaxy-layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}

    .mhp-assistant_contHeader .mhp-assistant_contHeader-galaxy-layer:nth-child(1) {
        animation: mhp-assistant-contHeader-sf-fly-by-1 5s linear infinite;
    }

    .mhp-assistant_contHeader .mhp-assistant_contHeader-galaxy-layer:nth-child(2) {
        animation: mhp-assistant-contHeader-sf-fly-by-2 5s linear infinite;
    }

    .mhp-assistant_contHeader .mhp-assistant_contHeader-galaxy-layer:nth-child(3) {
        animation: mhp-assistant-contHeader-sf-fly-by-3 5s linear infinite;
    }

    .mhp-assistant_contHeader .mhp-assistant_contHeader-galaxy-layer:nth-child(4) {
        animation: mhp-assistant-contHeader-sf-fly-by-0 5s linear infinite;
    }

.mhp-assistant_contTop {
    padding: 1rem;
    background: #f6f6f6;
    flex-shrink: 2;
    overflow-y: scroll;
    box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
}

.mhp-assistant_contTop::-webkit-scrollbar {
    width: 8px;
}

.mhp-assistant_contTop::-webkit-scrollbar-track {
    background: transparent;
}

.mhp-assistant_contTop::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.mhp-assistant_contTop::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.mhp-assistant_contTop[data-flag="1"] {
    display: none !important;
    height: 0% !important;
}

.mhp-assistant_contTop[data-flag-history="1"] {
    background: #F7F7F8 !important;
}


.mhp-assistant_contHistory {
    width: 100%;
    background: #F7F7F7;
    text-align: center;
    text-align: -webkit-center;
}

.mhp-assistant_contBottom {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    flex-direction: row-reverse;
    border-radius: 0 0 0 0.5rem;
    border-top: 2px solid lightgray;
}

.mhp-assistant_bottomButtons {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mhp-assistant_sendButton {
    --hue: 260;
    --active: 0;
    --bg: radial-gradient(120% 120% at 126% 126%, hsl(240 calc(0 * 100%) 60% / calc(0 * 0.9)) 40%, transparent 50%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, radial-gradient(120% 120% at 120% 120%, hsl(240 calc(0 * 100%) 50% / calc(0 * 1)) 30%, transparent 70%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, hsl(240 calc(0 * 100%) calc(12% - (0 * 8%)));
    background: var(--bg);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    margin: 5px;
    z-index: 999999;
    transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
    scale: calc(1 +(var(--active)* 0.1));
    transform-style: preserve-3d;
    perspective: 100vmin;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: white;
    font-size: 1rem;
    line-height: 40px;
    background-color: #000099;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #262626;
    border: 0.1em solid;
    border-color: #000099;
}


.mhp-assistant_sendButton:hover {
    --active: 1;
    scale: 1.05;
    box-shadow: 0 0 0.5em 0.25em hsl(240 100% 50% / 0.5), 0 0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc((var(--active) * 20%) + 30%)) inset, 0 -0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc(var(--active) * 10%)) inset;
}

.mhp-assistant_sendButton svg{
    width: 24px;
    height: 24px;
    stroke: white;
}

.mhp-assistant_newChat {
    --hue: 260;
    --active: 0;
    --bg: radial-gradient(120% 120% at 126% 126%, hsl(240 calc(0 * 100%) 60% / calc(0 * 0.9)) 40%, transparent 50%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, radial-gradient(120% 120% at 120% 120%, hsl(240 calc(0 * 100%) 50% / calc(0 * 1)) 30%, transparent 70%) calc(100px -(var(--active)* 100px)) 0 / 100% 100% no-repeat, hsl(240 calc(0 * 100%) calc(12% - (0 * 8%)));
    background: var(--bg);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    z-index: 999999;
    transition: box-shadow var(--transition), scale var(--transition), background var(--transition);
    scale: calc(1 +(var(--active)* 0.1));
    transform-style: preserve-3d;
    perspective: 100vmin;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: white;
    font-size: medium;
    line-height: 40px;
    background-color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1em solid;
    border-color: #000099;
}

.mhp-assistant_newChat:hover {
    --active: 1;
    scale: 1.05;
    box-shadow: 0 0 0.5em 0.25em hsl(240 100% 50% / 0.5), 0 0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc((var(--active) * 20%) + 30%)) inset, 0 -0.05em 0 0 hsl(240 calc(var(--active) * 100%) calc(var(--active) * 10%)) inset;
}

.mhp-assistant_txt {
    padding: 0px;
    overflow: auto;
    overflow-y: clip;
    width: 100%;
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    font-family: sans-serif;
    height: 100%;
    background-color: #f6f6f6;
    border-radius: 0.5rem;
    /* border: 0.1em solid; */
    /* border-color: #000099; */
    padding: 5px;
}

.mhp-assistant_contUserMessage {
    margin: 5px;
    display: flex;
    word-break: break-all;
    /* border: solid 1px silver; */
    width: fit-content;
    background: black;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0.5rem;
    min-width: 150px;
    text-align: center;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
    min-height: 2.5rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    background-color: #262626;
    justify-content: center;
    align-items: center;
}

.mhp-assistant_contBotMessage {
    background-color: #ffffff;
    margin: 5px;
    display: flex;
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
    width: fit-content;
    min-height: 2.25rem;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
}

.mhp-assistant_feedback-icons {
    position: relative;
    margin-top: 10px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mhp-assistant_thumbs-up svg, .mhp-assistant_thumbs-down svg, .mhp-assistant_copy svg {
    cursor: pointer;
    transition: filter 0.3s ease;
    margin-left: 10px;
    font-size: 12px;
}

.mhp-assistant_thumbs-up:hover svg, .mhp-assistant_thumbs-down:hover svg, .mhp-assistant_copy:hover svg {
    fill: #000099;
}

.mhp-assistant_thumbs-up.active svg, .mhp-assistant_thumbs-down.active svg {
    fill: #000099;
}

.mhp-assistant_header-icons {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.mhp-assistant_minimize svg {
    cursor: pointer;
    transition: filter 0.3s ease;
    margin-left: 0px;
    margin-right: 5px;
    font-size: 12px;
}

.mhp-assistant_minimize:hover svg {
    stroke: white;
}

.mhp-assistant_chatHistory {
    /*background-color: black;*/
    height: 97%;
    width: 90%;
    transition: left 0.3sease;
    z-index: 1000;
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 2rem 0 rgba(0, 0, 153, 0.1), 0rem 0rem 3rem -3rem rgba(0, 0, 153, 0.5);
    float: left;
    /* width: 40%; */
    perspective: 600px;
    -webkit-perspective: 600px;
    position: relative;
    overflow-x: hidden;
    flex: 0 0 35%;
    overflow-y: hidden;
    border-radius: 0.5rem 0 0 0.5rem;
}

.mhp-assistant_chatHistoryButtonContainer {
    overflow-y: scroll;
    height: 100%;
    background: #F6f6f6;
}

.mhp-assistant_chatHistoryButtonContainer::-webkit-scrollbar {
    width: 8px; 
}

.mhp-assistant_chatHistoryButtonContainer::-webkit-scrollbar-track {
    background: transparent;
}

.mhp-assistant_chatHistoryButtonContainer::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.mhp-assistant_chatHistoryButtonContainer::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}



.mhp-assistant_chatHistory-star-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.93;
    background: black;
}

.mhp-assistant_chatHistory-galaxy-layer {
    /* box-shadow: ; */
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    transform-style: preserve-3d;
}

/* Animations */
.mhp-assistant_chatHistory-galaxy-layer:nth-child(1) {
    animation: mhp-assistant-chatHistory-sf-fly-by-1 5s linear infinite;
}

.mhp-assistant_chatHistory-galaxy-layer:nth-child(2) {
    animation: mhp-assistant-chatHistory-sf-fly-by-2 5s linear infinite;
}

.mhp-assistant_chatHistory-galaxy-layer:nth-child(3) {
    animation: mhp-assistant-chatHistory-sf-fly-by-3 5s linear infinite;
}

.mhp-assistant_chatHistory-galaxy-layer:nth-child(4) {
    animation: mhp-assistant-chatHistory-sf-fly-by-0 5s linear infinite;
}

@keyframes mhp-assistant-chatHistory-sf-fly-by-0 {
    from {
        transform: translateZ(0px) rotate(60deg);
        opacity: 0.2;
    }

    to {
        transform: translateZ(600px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes mhp-assistant-chatHistory-sf-fly-by-1 {
    from {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(0) rotate(60deg);
        opacity: 0.2;
    }
}

@keyframes mhp-assistant-chatHistory-sf-fly-by-2 {
    from {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }

    to {
        transform: translateZ(-600px) rotate(40deg);
        opacity: 0.5;
    }
}

@keyframes mhp-assistant-chatHistory-sf-fly-by-3 {
    from {
        transform: translateZ(-1800px) rotate(0deg);
        opacity: 0;
    }

    to {
        transform: translateZ(-1200px) rotate(20deg);
        opacity: 0.5;
    }
}



.mhp-assistant_history-icon {
    cursor: pointer;
    margin-left: 10px;
}

.mhp-assistant_historyContHeader {
    height: 55px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #f6f6f6;
    flex-basis: 3.5rem;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    z-index: 99;
    perspective: 600px;
    -webkit-perspective: 600px;
    align-items: center;
    justify-content: center;
    /* font-size: 1rem; */
    background-color: #262626;
    font-family: "FrutigerLTPro-Black", sans-serif;
    font-size: larger;
    font-weight: bold;
    font-style: normal;
}

.mhp-assistant_contBotMessageResponseButton {
    background-color: #FFF;
    margin: 5px;
    display: inline-grid;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
    width: fit-content;
    min-height: 2.25rem;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

.mhp-assistant_contBotMessageResponseButtonYesNo {
    text-align: center;
}

.mhp-assistant_contBotMessageResponseButtonYes {
    background-color: transparent;
    margin: 5px;
    border-radius: 10px;
    height: 30px;
    min-width: 50px;
}

.mhp-assistant_contBotMessageResponseButtonYes:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.mhp-assistant_contBotMessageResponseButtonNo {
    background-color: transparent;
    margin: 5px;
    border-radius: 10px;
    height: 30px;
    min-width: 50px;
}

.mhp-assistant_contBotMessageResponseButtonNo:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.mhp-assistant_contUserMessageMain {
    text-align: -webkit-right;
}

.mhp-assistant_contBotMessageMain {
    text-align: -webkit-left;
}

.mhp-assistant_contWaitMessage {
    background-color: silver;
    color: black;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: small;
    font-family: sans-serif;
    border: 1px solid black
}



/* ########################### */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: silver;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.mhp-assistant_historySelect {
    appearance: none;
    -webkit-appearance: none;
    border: silver 1px solid;
    background: #F7F7F7;
    padding: 5px;
    display: inline-block !important;
    visibility: visible !important;
    min-width: 30%;
    border-radius: 10px;
    margin-left: 5px;
    text-align: right;
}

.mhp-assistant_tt{

    /* width: 300px;
    height: 300px; */
    /* right: 10px;
    bottom: 10px; */
    position: absolute;
    /* bottom: 150%;
    left: 50%; */
    /* transform: translateX(-50%); */
    padding: 8px 12px;
    overflow:hidden;
    max-width: 333px;

    background: #ffffff;
    /* border: #7777e5 solid 1px; */
    box-shadow: 0px 0px 30px #b2b2b2;
    border-radius: 20px;
    font-size: 1em;
    text-align: center;
    font-family: sans-serif;

    /* opacity: 1;
    visibility: visible;
    transition: opacity 3s; */
    opacity: 0; /* Unsichtbar am Anfang */
    animation: fadeInOut 10s ease-in-out forwards;
}

 /* Animation für einblenden & ausblenden */
 @keyframes fadeInOut {
    0% { opacity: 0; } 
    30.0% { opacity: 1; } 
    80.0% { opacity: 1; } 
    100% { opacity: 0; }  
}
