
    .root__H_E27 {
      margin: 0;
      position: fixed;
      width: 48px;
      height: 48px;
      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;
      border: none;
      border-radius: 50%;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: opacity .25s linear;
      transition: opacity .25s linear;
      z-index: 2147483647
    }

    .root__H_E27:hover {
      opacity: .9
    }

    .icon__HrAtF {
      max-width: 32px;
      max-height: 32px
    }

    .bottomRight__ILequ {
      right: 16px;
      bottom: 16px
    }

    .bottomLeft__iB1Ik {
      left: 16px;
      bottom: 16px
    }
  