:root {--vs-width: 344px;--vs-height: 477px;}

.vs-hide
{
    display: none;
}

#vsContainer
{
  float: right;
  width: var(--vs-width);
  height: var(--vs-height);
  bottom: 30px;
  right: 30px;
  position:fixed;
  z-index: 99;
  touch-action: none;
  /*
  user-select: text !important;
 -moz-user-select: text !important;
 -webkit-user-select: text !important;
 -ms-user-select: text !important;
 -khtml-user-select: text !important;*/
}

#vsContainer > div{
  user-select: none !important;
 -moz-user-select: none !important;
 -webkit-user-select: none !important;
 -ms-user-select: none !important;
 -khtml-user-select: none !important;
}
.vs-clickthrough{
  pointer-events: none;
}

.vs-move
{
  cursor: move;
  height:20%;
  width: 70%;
  position: absolute;
  z-index: 101;
  touch-action: none;
  user-select: none;
  margin-left: 15%;
  border: 0px;
  pointer-events: initial;
}

.vs-open {
  height: 64px;
  width:64px;
  position: fixed;
  bottom:30px;
  right: 30px;
  z-index: 101;
  background:url('icon.png');
  background-size: 100% 100%;
  pointer-events: initial;
  user-select: none;
}


#vsContent{
  width: var(--vs-width);
  height: var(--vs-height);
  bottom:0px;
  right: 0px;
  position:relative;
  z-index: 99;
  touch-action: none;
  user-select: none;
}

#vsLoading{
  width: var(--vs-width);
  height: var(--vs-height);
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  border: black 15px;
  pointer-events: none;
  user-select: none;
}

.vs-barbackground {
    position: relative;
    margin: auto;
    top: 75%;
    z-index: 100;
    width: 75%;
    height: 3%;
    border-radius: 10px;
    background-color: #CFCFCF;
}

.vs-loadingbar{
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: 101;
  border-radius: 10px;
  background-color: #36A8AB;
}


.vs-loadinghelp{
  height: 100%;
  width:100%;
  z-index: 101;
  background:url('help.png');
  background-size: 100% 100%;

}

.vs-trigger {
    position: absolute;
    z-index: 101;
    top: 90%;
    left: 87%;
    width: 10%;
    height: 8%;
    background:url('translate.png');
    background-size: 100% 100%;
    pointer-events: initial;
    user-select: none;
}

.vs-resize {
    cursor: move;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 101;
    touch-action: none;
    user-select: none;
    background-size: 100% 100%;
    pointer-events: initial;
}
