

:root {
    --company-color: #157c00;
}

/* chattiy.chatbot-open */
.chattiy.chatbot-open{
    /* background: var(--company-color); */
    background: none;
    padding: 0;
    /* left: 16px; */
    right: 32px;
    bottom: 32px;
    /* bottom: 92px; */
    /* z-index: 2147483647; */
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: none;
    /* box-shadow: 0px 0px 20px rgba(80, 80, 80, .537254902); */
}

@media screen and (max-width: 1024px) {
    .chattiy.chatbot-open {
        /* top: auto; */
        right: 3px;
        bottom: 68px;
        /* width: 72px;
        height: 72px; */
        width: 100px;
        height: 100px;


    }
}

@media screen and (min-width:1025px) {
    .chattiy.chatbot-open:hover{
        border: none;
        opacity: 0.7;
    }
    
    /* .chattiy.chatbot-open:hover * {
        color: var(--company-color);
    } */
}