﻿.social-icon_petasofts_petasoft{
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.3rem;
  z-index: 999999999999999999999;
}

.social-icon_petasofts_petasoft a{
  color: white;
}

.icon_petasoft{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: coral;
  transition: width .5s ease;
  cursor: pointer;
}

.icon_petasoft:first-child{
  border-top-right-radius: 5px;
}

.icon_petasoft:last-child{
  border-bottom-right-radius: 5px;
}

.icon_petasoft:hover{
  width: 60px;
}

.icon_petasoft.fb-fb{
  background-color: #3A579A;
}

.icon_petasoft.tw-tw{
  background-color: #000;
}

.icon_petasoft.pt-pt{
  background-color: #CD1C1F;
}

.icon_petasoft.in-in{
  background-color: #0077B5;
}

.icon_petasoft.gp-gp{
  background-color: #DD4B39;
}

.icon_petasoft.int-ins{
  background-color: #E4405F;
}

.icon_petasoft.yt-yt{
  background-color: #CD201F;
}







.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:9999999999999999;
}

.my-float{
    margin-top:16px;
}