﻿
/*ChatBot*/

.botIcon {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}


.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #c00;
    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 2em;
}


@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}

/*ChatBot*/
