.containermessage {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;	/*Position of all the buttons*/
}

.menu-toggle-m {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1ef0a0;
  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;		/*behind position*/
  bottom: 1px;		/*Position of Hidden Icon*/
  right: 10px;			/*Position of Hidden Icon*/
  display: table;
  text-align: center;
}
.menu-toggle-m .fa {
  color: #fff;
  font-size: 2em;  /*Size of Main/Root Message Icon*/
  display: table-cell;
  vertical-align: middle;
  transition: 0.4s;
}
.menu-toggle-m.open .fa {
  transform: rotate(360deg);
}
/*WhatsApp*/
.btn-app {
  width: 3.3em;
  height: 3.3em;
  border-radius: 50%;
  position: absolute;
  /*background-color: #FFFFFF; */
  color: #25d366;
  text-align: center;
}
.btn-app .fa {
  line-height: 2.5em;
}
.open .btn-app {
}

.btn-app-m {
  width: 3.3em;
  height: 3.3em;
  border-radius: 50%;
  position: absolute;
  /*background-color: #FFFFFF;*/
  color: #0084ff;
  text-align: center;
}
.btn-app-m .fa {
  line-height: 2.5em;
}

.open .btn-app {
}



.menu-line {
  position: absolute;
  z-index: 2;
}
.menu-line .btn-app-m {
  bottom: 0.1em;
  right: 0.5em;			/*Position of Icon Behind the Message Icon*/
  transition: 0.3s;
  transition-delay: 0.5s;
}

.menu-line .btn-app {
  bottom: 0.1em;
  right: 0.5em;
  transition: 0.3s;
  transition-delay: 0.5s;
}

.menu-line.open .btn-app-m:nth-of-type(1) {
  bottom: 6.25em;
}
.menu-line.open .btn-app-m:nth-of-type(1) {
  bottom: 12.25em;
}
.menu-line.open .btn-app-m:nth-of-type(2) {
  bottom: 16.25em;
}
.menu-line.open .btn-app-m:nth-of-type(3) {
  bottom: 13.25em;
}
.menu-line.open .btn-app-m:nth-of-type(4) {
  bottom: 16.25em;
}
.menu-line.open .btn-app-m:nth-of-type(5) {
  bottom: 19.25em;
}
.menu-line.open .btn-app-m:nth-of-type(6) {
  bottom: 22.25em;
}
.menu-line.open .btn-app-m:nth-of-type(7) {
  bottom: 25.25em;
}


.menu-line.open .btn-app:nth-of-type(1) {
  bottom: 3.25em;
}
.menu-line.open .btn-app:nth-of-type(1) {
  bottom: 5.25em;
}
.menu-line.open .btn-app:nth-of-type(2) {
  bottom: 7.25em;
}
.menu-line.open .btn-app:nth-of-type(3) {
  bottom: 13.25em;
}
.menu-line.open .btn-app:nth-of-type(4) {
  bottom: 16.25em;
}
.menu-line.open .btn-app:nth-of-type(5) {
  bottom: 19.25em;
}
.menu-line.open .btn-app:nth-of-type(6) {
  bottom: 22.25em;
}
.menu-line.open .btn-app:nth-of-type(7) {
  bottom: 25.25em;
}
