@import './base.css';
@import './animate.css';

.posu {
    background-color: transparent;
    transition: bottom 0.3s ease;
}

.posu-circle {
    border-radius: 50%
}

/* Fixed bottom: Style 2 */
.tab-left,
.tab-center,
.tab-right {
    position: absolute;
    z-index: -1;
}

.tab-left {
   
}

.tab-right {
    
}

.tab-center {
    width: 4%;
    height: 50%;
    background: #fff0;
    bottom: 0px;
    border: none;
    display: flex;
}

/* Fixed bottom: Style 2 */

/* Handle conflict css */
.back-to-top.active, .scroll-to-top {/* Flatsome & common class name */
    z-index: 99999;
}
/* Handle conflict css */