#footer{
    position: relative;
    overflow: visible !important;
}
.copilot-button .fa-question{
    display: inline-block;
    border: 1px solid white;
    width: 18px;
    border-radius: 100%;
    height: 18px;
    line-height: 16px;
    margin-right: 10px;
    font-size: 10px;
}
.copilot-button{
    padding: 22px 84px;
    background: #E4002B;
    position: fixed;
    bottom: 10px; 
    right: 10px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 32px;
    z-index: 1000;
    font-weight: 500;
}