﻿.overlay {
 /*   width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;*/
}

.reddot {
    height: 50px;
    width: 50px;
    opacity: 0.7;
    border-radius: 50%;
    display: inline-block;
    /*background: #ED4C3E;*/
    z-index: 99999;
    /*background: radial-gradient(circle farthest-corner at center center, #c70505 33%, #E2DA54 42%, #7FCF7D 57%, #9D9DFE 79%);*/
}

.sticky {
    position: fixed;
    top: 100px;
    position: center;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    border: 1px solid #4b0fb1;
    margin: auto;
    width: 100%;
}
.stickyButton {
    top: 100px;
    position: fixed;
    background-color: #008CBA;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
    width: 100px;
    height: 50px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
}
