.chatbox-popup .chatbox-popup__header {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 65px;
    padding: 16px;
    color: var(--header-font-color);
    background: var(--main-color);
    /* background: url(../../img/header.png); */
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-size: cover;
    min-height: 66px !important;
}

.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);*/
    margin: 0 25px 0 25px;

}
.chatbox-popup .chatbox-popup__header aside h1 {
font-size: var(--header-font-size);
}
/*.chatbox-popup .chatbox-popup__header aside button i {*/
/*    width: 35px;*/
/*    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{
    overflow: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* backdrop-filter: blur(2px); */
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

#particles-js3{
    position: absolute;
    top: 0;
    width: 40%;
    right: 0;
}

.stopChatBtn{
    z-index: 2;
    color: var(--white-color) !important;
    /* background: var(--black-color) !important; */
    /* border-radius: 25px !important; */
    /* border: 1px solid white !important; */
    width: 40px;
    height: 40px;
    padding: 0px !important;
    position: absolute;
    right: 42px !important;
    top: 9px !important;
}
.stopChatBtn i{
    font-size: 21px !important;
}
.stopChatBotBtn{
    z-index: 2;
    color: white !important;
    background: #ea6022 !important;
    width: 40px;
    height: 40px;
    padding: 7px !important;
}
.stopChatBotBtn i{
    font-size: 24px !important;
}

.font-22 {
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 3px;
}
.font-15{
    font-size: 15px !important;
    font-weight: 100 !important;
}
.font-18{
    font-size: 16px !important;
    line-height: 1;
}