﻿.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: 32px;
    height: 32px;
    border-radius:50%;
    background-color:#fff;
    border-radius:50%;
}
.popicon {
    position: absolute;
    left: 5px;
    top:5px;
}

#main {
    height: 32px;
    width: 32px;
    background-color: white;
}
#mainbtn {
    z-index: 999;
    height: 45px;
    width: 45px;
    padding: 7px;
    border-radius: 26%;
    background-color: white;
    box-shadow: 1px 1px 8px lightslategrey;
}

.move_in_1 {
    transform: translateX(-20px) translateY(45px);
}

.move_in_2 {
    transform: translateX(-50px) translateY(-6px);
}

.move_in_3 {
    transform: translateY(-54px) translateX(-18px);
}

.move_in_0 {
    transform: translateY(0px) translateX(0px);
    transition-duration: .4s;
}
