body{
    padding: 0;
    margin: 0;
    overflow: hidden!important;
}
text {
    line-height: 25px;
    font-size: 16px;
}

#pricing-chatbot-section{
    min-height: 500px; 
    visibility: hidden
}

.conversational-form-inner {
    background: url(../images/home-page/sketch-video-foreground.png) repeat;
}
cf-chat-response.can-edit:hover text {
    background: #00aeee!important;
}

cf-chat-response.show text[value-added] {
    background-color: #00AEEE;
    color: white;
}
cf-chat[type='pluto']{
    padding-top: 50px!important;
}
cf-chat-response{
    max-width: 70%!important;
}
cf-chat-response.robot.show thumb {
    background-image: url(../fit/c/200/200/1-KeIyYwwXxBQGW-sYB0mzKg.jpeg) !important;
}
textarea[type="input"] {
    color: #49505b;
}