
.mainButton {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: flex;
    justify-content : center;
    align-items: center;
    color: #ffffff;
    font-weight: lighter;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.childButton {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
    color: #8898A5;
}

.iconButton{
    font-size: 1.5em;
}

.tooltip {
    z-index: 99999999;
}
