.auto-uncle-widget {
    position: fixed;
    bottom: 10px;
    left: 20px;
    padding: 0px 0 20px;
    z-index: 10000;
}

@media (max-width: 767px) {
    .auto-uncle-widget {
        bottom: 65px;
    }
}

.auto-uncle-widget button.icon {
    position: fixed;
    bottom: 10px;
    left: 20px;

    border-radius: 1000px;
    background-color: #d51224;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 0 10px;

}

.auto-uncle-widget button.fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    padding: 0 !important;

    border-radius: 1000px;
    background-color: #d51224;
    color: white;
    fill: white;
    stroke: white;

    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;

}

.auto-uncle-widget button.fab svg {
    fill: white;
    color: white;
    stroke: white;
    width: 80%;
    height: 80%;
}

/* AUTOSUP-1106 */
.au-contact-widget {
    display: none !important;
}