#chat-container {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
}
#bot-iframe {
    width: 535px;
    height: 380px;
    border: none;
}
#iframe-wrapper {
    position: relative;
}
#minimize-button {
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    bottom: 330px;
    right: 20px;
    position: absolute;
    float: right;
    border-radius: 100%;
}
#chat-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    border: 10px solid;
}