.chatbox-popup .chatbox-popup__header {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    padding: 16px;
    color: var(--header-font-color);
    background: var(--header-background-color);
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.chatbox-popup .chatbox-popup__header aside img {
    width: var(--header-image-size);
    margin-top: var(--header-image-vertical-movement);
    border-radius: 0;
    display: var(--header-image-view);

}
.chatbox-popup .chatbox-popup__header aside h1 {
font-size: var(--header-font-size);
}
.chatbox-popup .chatbox-popup__header aside button i {
    width: 39px;
    font-size: var(--header-font-size);
    display: var(--header-menu-view);
    color: var(--header-menu-color);
    border: 2px solid var(--header-menu-color);
    border-radius: 65%;
    padding: 5px;
}

.logoPreChat-header{
    z-index: 1;
    position: absolute;
    width: 48%;
    top: 1%;
    left: 4%;

    backdrop-filter: blur(2px);
}

#particles-js3{
    position: absolute;
    top: 0;
    width: 40%;
    right: 0;
}

.stopChatBtn{
    z-index: 2;
    color: white !important;
    /*background: #ea6022 !important;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*padding: 7px !important;*/
    right: 5% !important;
    top: 2%;
    position: absolute;
}
.stopChatBtn i{
    font-size: 24px !important;
}
.stopChatBotBtn{
    z-index: 2;
    color: white !important;
    background: #ea6022 !important;
    width: 40px;
    height: 40px;
    padding: 7px !important;
}
.stopChatBotBtn i{
    font-size: 24px !important;
}
