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