@import url("https://webbot.mainstay.com/static/css/webchat.css");


/* within iframe */
._admithub_embed-container .incoming .message-content{
    background-color: rgba(218, 212, 144,.3);
    border: 1px solid rgb(218, 212, 144);
    color: #333;
}

._admithub_embed-container a {
	color: rgb(0, 78, 56);
}
._admithub_embed-container a:hover,
._admithub_embed-container a:focus {
	color: #777;
}
/* adjust placement */
._admithub_embed-container .activation-button {
    border-radius: .25rem;
    bottom: 1rem;
    padding: .5rem!important;
    box-shadow: none;
    left: 5%;
    right: unset;
    height: 3rem;
    font-size: .875rem;
}
@media screen and (min-width:1000px){
._admithub_embed-container .activation-button{
    left: unset;
    right: 1rem;
    bottom: 5rem;
}
}

@media only screen and (min-width: 992px) {

iframe#admithub_message_iframe {
    bottom:8rem;
    right: -.35rem;
}
}