@import url(https://fonts.googleapis.com/css?family=Nunito);
/* @charset "UTF-8"; */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#chat-button img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
