#bitenxt-ai-button {
    position: fixed;
    bottom: 25px;
    right: 25px;

    width: 60px;
    height: 60px;

    border-radius: 50%;

    background: #1979c3;
    color: #fff;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    z-index:99999;
}
