﻿
.floating-scroll-button-teco {
    position: fixed;
    right: 30px;
    bottom: 50px;
    margin-top: 3%;
    z-index: 999;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    transition-timing-function: ease-out;
    animation: glow 1s infinite alternate;
}

    .floating-scroll-button-teco img {
        height: 62px;
        width: 62px;
        border-radius: 50%;
        border: 4px solid #F18A00;
    }

.bubble {
    position: fixed;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 14px;
    width: 80px;
    background: #666;
    border-radius: 40% 40% 0% 40%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    right: 100px;
    bottom: 80px;
    user-select: none;
    z-index: 999;
    font-weight: bold;
}

.bubbleSecond {
    position: fixed;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 13px;
    width: 170px;
    background: #666;
    border-radius: 10px;
    padding: 7px;
    text-align: center;
    color: #fff;
    right: 100px;
    bottom: 50px;
    border-top-right-radius: 0px;
    user-select: none;
    z-index: 999;
    font-weight: bold;
}
.bubbleClose {
    position: fixed;
    font-family: sans-serif;
    font-size: 25px;
    line-height: 13px;
    background: #fff;
    border-radius: 50%;
    padding: 1px;
    text-align: center;
    color: #000;
    right: 90px;
    bottom: 120px;
    user-select: none;
    z-index: 1000;
    font-weight: bold;
    border: 3px solid #F18A00;
}
.floating-scroll-button-tecoberto {
    position: fixed;
    right: -8px;
    bottom: 100px;
    margin-top: 3%;
    z-index: 999;
    height: 65px;
    width: 45px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    transition-timing-function: ease-out;
    animation: glow 1s infinite alternate;
    background-color: #661b13;
}

    .floating-scroll-button-tecoberto img {
        height: 45px;
        width: 45px;
        border-radius: 10px;
        border: 0px;
    }

    .floating-scroll-button-tecoberto p {
        font-size: 9px;
        color: white;
    }