.assistive-touch-animation {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -khtml-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s; }
  .assistive-touch {
      width: 60px;
    height: 60px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.6; }
  .assistive-touch a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000; }
  .assistive-touch:before, .assistive-touch:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 50%; }
  .assistive-touch:after {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #91969C;
    height: 100%; }
  .assistive-touch:before {
        width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    background-color: #5C6468;
    height: calc(100% - 10px);
    z-index: 1; }