.btt-btn-2d5338c3 {
    position: fixed;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    line-height: 1;
}

.btt-btn-2d5338c3.btt-visible-2d5338c3 {
    opacity: 1;
    visibility: visible;
}

.btt-icon-2d5338c3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btt-icon-2d5338c3 svg {
    display: block;
}
