

.containerhani {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index:999;
}

.menu-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50% 0 0 0;
  background-color: #1ef0a0;
  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;
  bottom: -19px;
  right: -14px;
  display: table;
  text-align: center;
}
.menu-toggle .fa {
  color: #fff;
  font-size: 2em;
  display: table-cell;
  vertical-align: middle;
  transition: 0.4s;
}
.menu-toggle.open .fa {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn-app {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  position: absolute;
  background-color: #4644fd;
  color: #fff;
  text-align: center;
}
.btn-app .fa {
  line-height: 2.5em;
}

.open .btn-app {
  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}

.menu-round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.menu-round .btn-app {
  bottom: 0.25em;
  right: 0.25em;
  transition: 0.4s;
}
.menu-round.open .btn-app:nth-of-type(1) {
  right: 0.5em;
  bottom: 4.25em;
  transition-delay: 0.2s;
}
.menu-round.open .btn-app:nth-of-type(2) {
  right: 3.5em;
  bottom: 3.5em;
  transition-delay: 0.1s;
  width:100px;
}
.menu-round.open .btn-app:nth-of-type(3) {
  right: 4.25em;
  bottom: 0.5em;
  width:150px;
}

.menu-line {
  position: absolute;
  z-index: 2;
}
.menu-line .btn-app {
  bottom: 0;
  right: 0.5em;
  transition: 0.3s;
  transition-delay: 0.5s;
}
.menu-line.open .btn-app:nth-of-type(1) {
  bottom: 4.25em;
width:50px;
}
.menu-line.open .btn-app:nth-of-type(1) {
  bottom: 7.25em;
  width:55px;
}
.menu-line.open .btn-app:nth-of-type(2) {
  bottom: 10.25em;
  width:60px;
}
.menu-line.open .btn-app:nth-of-type(3) {
  bottom: 13.25em;
width:65px;
}
.menu-line.open .btn-app:nth-of-type(4) {
  bottom: 16.25em;
  width:70px;
}
.menu-line.open .btn-app:nth-of-type(5) {
  bottom: 19.25em;
  width:75px;
}
.menu-line.open .btn-app:nth-of-type(6) {
  bottom: 22.25em;
  width:80px;
}
.menu-line.open .btn-app:nth-of-type(7) {
  bottom: 25.25em;
  width:85px;
}
.menu-line.open .btn-app:nth-of-type(8) {
  bottom: 28.25em;
  width:90px;
}
.menu-line.open .btn-app:nth-of-type(9) {
  bottom: 31.25em;
  width:95px;
}
.menu-line.open .btn-app:nth-of-type(10) {
  bottom: 34.25em;
  width:100px;
}

.open .btn-app a {
    color: #fff;
    text-decoration: none;
    line-height: 2;
}
