.odd_pre_circle {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 50;
    background: #126e51 !important;
    color: rgb(255, 215, 10);
    border-radius: 50%;
    font-weight: 600;
    height: 75px;
    width: 75px;
    /* text-align: center; */
}
    
.odd_pre_circle.empty {
    display: none;
}
    