
.bubbler-wrapper {
    position: fixed;
    bottom: 0;
    margin: 0 3.5em 3.5em 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.bubbler-r-0 {
    right: 0;
}
.bubbler-r-1 {
    right: 48px;
}
.bubbler-wrapper div {
    width: 40px;
    height: 40px;
    font-size: 1.68em;
    line-height: 1.68em;
    text-align: center;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1)
}

.bubbler-wrapper .bubbler-menu-loader {
    color: white;
    background: #fff
}

.bubbler-wrapper div:not(:last-child) {
    margin-bottom: .2em
}

.bubbler-wrapper .bubbler-menu-item {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.2s, max-height 0s 0.2s
}

.bubbler-wrapper:hover .bubbler-menu-item {
    opacity: 1;
    max-height: 100%;
    transition: opacity 0.2s, max-height 0s
}

.bubbler-wrapper .bubbler-menu-item .bubbler-menu-item-label-wrapper {
    visibility: hidden;
    position: fixed;
    font-size: .5em;
    right: 8em;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: translateX(.5em)
}

.bubbler-wrapper .bubbler-menu-item:hover .bubbler-menu-item-label-wrapper {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    transform: translateX(-.5em)
}

.bubbler-wrapper .bubbler-menu-item .bubbler-menu-item-label-wrapper .bubbler-menu-item-label {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(96.13deg, #048AFD -48.42%, #FF00FF 157.13%);
    padding: 4px;
    color: white
}
.bubbler-r-1 .bubbler-menu-item img {
    width: 24px;
}
.bubbler-r-0 .bubbler-menu-item img {
    width: 18px;
    margin-bottom: 2px;
}
.bubbler-r-0 .bubbler-menu-item.vr img {
    margin-bottom: 4px;
}
/*(480 x 640)*/
@media screen and (max-width: 480px){
   
    .bubbler-r-1 {
      right: 22px;
      bottom: 4px;
    }
    .bubbler-r-0 {
      right: -22px;
      bottom: 4px;
    }
  }