.nav-bar {
    position: fixed;
    top: 55vh;
    left: 88vw;
}

.nav-bar button {
        z-index: 999;
  }

.popicon {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 32px;
    height: 32px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    z-index: -1;

}
.popicon .icon {
    width: 36px;
    height: 36px;
    border-radius:50%;
    background-color:#fff;
    border-radius:50%;
}
.popicon {
    position: absolute;
    left: 5px;
    top:5px;
}

#main {
    height: 37px;
    width: 37px;
    background-color: white;
}
#mainbtn {
    z-index: 999;
    height: 50px;
    width: 50px;
    padding: 7px;
    border-radius: 26%;
    background-color: white;
    box-shadow: 1px 1px 8px lightslategrey;
}

.move_in_1 {
    transform: translateX(-18px) translateY(54px);
}

.move_in_2 {
    transform: translateX(-54px) translateY(2px);
}

.move_in_3 {
    transform: translateY(-54px) translateX(-18px);
}

.move_in_0 {
    transform: translateY(0px) translateX(0px);
    transition-duration: .4s;
}
