﻿/*.webchat__basic-transcript .webchat__basic-transcript__scrollable {
    overflow-y: hidden;
}*/

#bot-launch-button {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    position: fixed;
	background-image: linear-gradient(to right, #8339fa , #be40fb);
    /*background: #d86f28;*/
    color: #fff;
    right: 95px;
    bottom: 15px;
    cursor: pointer;
     padding: 8px 10px; 
    border-radius: 38px;    
    border: 2px #fff solid;
    transition: linear 0.2s;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 29%);
    z-index: 99999;
}

#bot-container {
    font-family: "Calibri", "Roboto", sans-serif;
    display: grid;
    padding: 0;
    margin: 0;
	background-image: linear-gradient(to right, #8339fa , #be40fb);
    /*background: #fff;*/
    border: none;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
    transition: all .2s linear;
    overflow: hidden;
    position: fixed;
    /*width: 95%;*/
    width: 35%;
    /*height: 85%;*/
    margin-bottom: 10px;
    right: 25px;
    bottom: 60px;
    border-radius: 10px;
    z-index: 99999;
    border: 5px solid #8c3afa;
}

#bot-container {
    display: none;
}

.show {
    display: block !important;
}

#bot-title-grid {
    /* align-self: start; */
    display: grid;
    /* background: var(--botapp--title-bg-color); */
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    height: 65px;
    /*background: #4e8bc545;*/
    border-bottom: 1px solid #cecece;
}

.bot-title-avatar {
    background-image: url("../../images/Chatbox_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    justify-self: center;
    align-self: center;
}
 
.bot-title-text {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px;
}

.bot-title-close-button {
    background-image: url("../../images/close-button.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    transition: all .2s linear;
    margin-left: 10px;
    justify-self: center;
    align-self: center;
}

@media (min-width: 320px) and (max-width: 374px) {
	#bot-container {
        width: 95% !important;
        right: 2% !important;
    }
	.bot-title-text {
    font-size: 13px !important;
    line-height: 18px !important;    
}
    #bot-container {
        width: 98% !important;
        right: 1% !important;
    }

    #ichatbot {
        min-height: 500px !important;
    }
}

@media (max-width: 413px) and (min-width: 375px) {
	#bot-container {
        width: 95% !important;
        right: 2% !important;
    }
	.bot-title-text {
    font-size: 15px !important;
    line-height: 20px !important;    
}
    #bot-container {
        width: 98% !important;
        right: 1% !important;
    }

    #ichatbot {
        min-height: 500px !important;
    }
}

@media (min-width:414px)and (max-width:767px) {
	#bot-container {
        width: 95% !important;
        right: 2% !important;
    }
	.bot-title-text {
    font-size: 15px !important;
    line-height: 20px !important;    
}
    #bot-container {
        width: 98% !important;
        right: 1% !important;
    }

    #ichatbot {
        min-height: 500px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #bot-container {
        width: 70% !important;
        right: 4% !important;
    }
    #ichatbot {
        min-height: 500px !important;
    }
}
@media(min-width:992px)and (max-width:1199px) {
    #bot-container {
        width: 55% !important;
        right: 4% !important;
    }

    #ichatbot { 
        min-height: 500px !important;
    }
}

#bot-launch-button:hover {
    transform: scale(1.1);  (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) 
}

    #bot-launch-button:hover  .popup-text {
        display: block !important;

    }
.popup-text {
    display: none;
    position: absolute;
    top: 200px;
}

.top {
    background-color: #eee;
    border-radius: 20px;
    margin: 16px 0;
    width: 260px;
}

.title {
    align-items: center;
    display: flex;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
    position: relative;
}

.tooltip {
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
    position: relative;
}

    .tooltip:hover {
        cursor: help;
    }

.tooltip-spacing {
    height: 20px;
    margin: 8px;
    position: relative;
    width: 20px;
}

.tooltip-bg1 {
    background-color: #000;
    border-radius: 10px;
    content: " ";
    display: flex;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.tooltip-bg2 {
    background-color: #fff;
    border-radius: 8px;
    content: " ";
    display: flex;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 16px;
}

.tooltip-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}

.info {
    color: #64686b;
}

.popup-bg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
    position: absolute;
    top: -126px;
}

.popup-outline {
    position: absolute;
    top: -126px;
}

.popup-text {
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    left: 8px;
    opacity: 0;
    padding: 12px 16px;
    position: absolute;
    top: -117px;
    transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 292px;
}

.tooltip:hover ~ .popup-text {
    display: block;
}

.popup-bg {
    opacity: 0;
    transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-outline-left {
    stroke-dasharray: 0 426px;
    stroke-dashoffset: 1px;
    transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-outline-right {
    stroke-dasharray: 352px 352px;
    stroke-dashoffset: -352px;
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip:hover ~ .popup-text {
    opacity: 1;
}

.tooltip:hover ~ .popup-bg {
    opacity: 1;
    transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip:hover ~ .popup-outline .popup-outline-left {
    stroke-dasharray: 426px 426px;
    transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip:hover ~ .popup-outline .popup-outline-right {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.webchat__bubble__content {
    background: RED !important;
    border-color: RED !important;
}

.no-scroll {
    overflow: hidden;
}







