@import 'https://fonts.googleapis.com/css?family=Fira+Mono';
@import 'https://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here';
* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-align: center;
}
config{
  overflow: hidden;
  visibility: hidden;
  display: none;
  cursor: none;
  opacity: 0;

}
.flex-default{
  display: flex;
  align-items: center;
  justify-content: center;

}
body,
html {
  color: #000;
  width: 100%;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: 700;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
del,
ins {
  text-decoration: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  text-decoration: none;
}
input,
textarea {
  resize: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  overflow: auto;
  background: #fff;
  vertical-align: top;
}
input:focus {
  outline: 0;
}
sub,
sup {
  vertical-align: baseline;
  font-size: .65em;
}
i {
  font-style: normal;
}
input[type=submit] {
  overflow: visible;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-ms-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-o-keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-ms-keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition-property: color, opacity;
  -webkit-transition-duration: 0.2s, 0.2s;
  -moz-transition-property: color, opacity;
  -moz-transition-duration: 0.2s, 0.2s;
  -o-transition-property: color, opacity;
  -o-transition-duration: 0.2s, 0.2s;
  transition-property: color, opacity;
  transition-duration: 0.2s, 0.2s;
  color: inherit;
}
::-moz-selection {
  color: #fff;
  background: rgba(0,0,0,0.4);
}
::selection {
  color: #fff;
  background: rgba(0,0,0,0.4);
}
.tw,
.ti {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.ti {
  display: table-cell;
}
body {
  font-family: 'Fira Mono', monospace;
  background: #fbfbfb;
}
#intro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fbfbfb;
  color: #000;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
  cursor: default;
  cursor: pointer;
  transition: top 500ms,opacity 500ms;
  opacity: 1;
}

.message{
  z-index: 100;
  position: absolute;
  top: 10%;
  animation:MessageAnime 500ms;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50000;
}
.message .messageContainer {
  font-size: 0.90rem;
  position: absolute;
  text-align: center;
  height: 60%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.message .messageContainer h2{
  width: 80%;
}
.message a{
  color: #2b00ff;
}
.message .cross{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.message .cross::after,
.message .cross::before
{
  content: "";
  position: absolute;
  width:90% ;
  height: 3px;
  border-radius: 20px;
}
.message .cross::after
{
  transform: rotate(45deg);
}
.message .cross::before
{
  transform: rotate(-45deg);
}

@keyframes MessageAnime {
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0%);
  }
}
#intro h1 {
  font: 250px 'Just Me Again Down Here';
  letter-spacing: -5px;
}
#intro small {
  display: block;
  font-size: 17px;
  font-family: 'Just Me Again Down Here';
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.4em;
  color: #000000;
  -webkit-animation: blinker 1.95s linear infinite;
  -moz-animation: blinker 1.95s linear infinite;
  -ms-animation: blinker 1.95s linear infinite;
  -o-animation: blinker 1.95s linear infinite;
  animation: blinker 1.95s linear infinite;
  margin-top: 10vh;
}
#intro iframe {
  z-index: 10;
}
#intro .tw {
  position: relative;
  z-index: 20;
}
#intro #scribble {
  margin-top: -9vh;
}
#intro path {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  -webkit-animation: dash 2s linear forwards;
  -moz-animation: dash 2s linear forwards;
  animation: dash 2s linear forwards;
  stroke: #000;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#artboard {
  z-index: 2;
}
#artboard.cursor-brush02 {
  cursor: url('../img/cursor-pencil-02-1x.png'), pointer;
  cursor: -webkit-image-set(url('../img/cursor-pencil-02-1x.png') 1x,url('../img/cursor-pencil-02-2x.png') 2x), pointer;
}
#artboard.cursor-brush03 {
  cursor: url('../img/cursor-pencil-03-1x.png'), pointer;
  cursor: -webkit-image-set(url('../img/cursor-pencil-03-1x.png') 1x,url('../img/cursor-pencil-03-2x.png') 2x), pointer;
}
#artboard.cursor-brush04 {
  cursor: url('../img/cursor-pencil-04-1x.png'), pointer;
  cursor: -webkit-image-set(url('../img/cursor-pencil-04-1x.png') 1x,url('../img/cursor-pencil-04-2x.png') 2x), pointer;
}
#artboard.cursor-brush05 {
  cursor: url('../img/cursor-pencil-05-1x.png'), pointer;
  cursor: -webkit-image-set(url('../img/cursor-pencil-05-1x.png') 1x,url('../img/cursor-pencil-05-2x.png') 2x), pointer;
}
#artboard.cursor-eraser {
  cursor: url('../img/cursor-eraser-1x.png'), pointer;
  cursor: -webkit-image-set(url('../img/cursor-eraser-1x.png') 1x,url('../img/cursor-eraser-2x.png') 2x), pointer;
}
svg.cursor-bucket {
  cursor: url('../img/cursor-bucket-1x.png') 43 43, pointer;
  cursor: -webkit-image-set(url('../img/cursor-bucket-1x.png') 43 43,url('../img/cursor-bucket-2x.png') 85 85), pointer;
}
#drawing{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(204,204,204,0.95);
}

#drawing a {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
}
#drawing h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: 700;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#drawing .container{
    position: relative;
    top: 50%;
    left: 50%;
    width: 790px;
    height: 100px;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content:space-evenly;
}
#drawing p{
  border:solid 1px black;
  border-radius: 10px;
  transition: font 400ms;
  cursor: pointer;
  height: 30px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  text-align: center;
}
#drawing p.y:hover{
  transition: font 100ms;
  font-weight: 700;
}
#drawing p.n:hover{
  font-weight: 700;
  transition: font 100ms;
}
#drawing .img-frame {
  max-width: 75%;
  max-height: 75%;
  background: #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 10px 10px 0px #000;
  box-shadow: 10px 10px 0px #000;
  position: relative;
}
#drawing .img-frame::before {
  opacity: 0;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
}
#drawing .img-frame img {
  max-width: 100%;
  max-height: 100%;
}
.cross{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.cross::after,
.cross::before
{
  content: "";
  position: absolute;
  width:90% ;
  height: 3px;
  background: #000;
  border-radius: 20px;
}
.cross::after
{
  transform: rotate(45deg);
}
.cross::before
{
  transform: rotate(-45deg);
}
#drawing .btn{
    cursor: pointer;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    border: rgb(0, 81, 255) 1px solid;  
    background: rgb(0, 81, 255);
    color: #fff;
    width: 200px;
    height: 30px;
    font-size: 1rem;
    transition: opacity 300ms;
    margin: 10px;
}

#drawing input{
  outline: none;
  width: 100%;
  text-align: center;
  height: 2rem;
  border-radius: 10px;
}
#palette {
  position: fixed;
  top: 3%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
  user-select: none;
}
#palette li {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
}
#palette li:not(:last-child) {
  margin-right: 35px;
}
#palette button {
  outline: none;
  border: none;
  user-select: none;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  cursor: pointer;
  display: block;
  position: relative;
  top: 0;  
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 0px #000;
  box-shadow: 0px 2px 0px #000;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
#palette button.active {
  opacity: 0.35;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  cursor: default;
}
#palette button:not(.active):hover {
  top: -3px;
  -webkit-box-shadow: 0px 5px 0px #000;
  box-shadow: 0px 5px 0px #000;
}
#tools {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 5%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#tools li {
  width: 50px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin: 0 20px 0 20px;
}
#tools li:not(:last-child) {
  margin-right: 15px;
}
#tools button{
  text-align: center;
  border: none;
  background-color:transparent;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  color:#000;
}
#tools button.active  {
  opacity: 0.35;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  cursor: default;
}
#tools button:hover {
  color: #000;
}
#tools button:not(.active):hover .icon {
  -webkit-box-shadow: 0px 6px 0px #000;
  box-shadow: 0px 6px 0px #000;
  top: -3px;
  left: 0px;
}
.clear-container{
  z-index: 410;
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-clearBtn {
  display: flex;
  align-items: center;
  justify-content:center;
}
.clear-yes, .clear-no{
  cursor: pointer;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  border: rgb(0, 81, 255) 1px solid;  
  background: rgb(0, 81, 255);
  color: #fff;
  width: 200px;
  height: 30px;
  font-size: 1rem;
  transition: opacity 300ms;
  margin: 10px;
}

.clear-yes:hover,
.clear-no:hover{
  opacity: 0.9;
}
#tools .icon {
  position: relative;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 0px #000;
  box-shadow: 0px 3px 0px #000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
#tools svg {
  width: 100%;
  height: auto;
  display: block;
}
#tools img{
  width: 100%;
  height: auto;
  display: block;
}
#tools span {
  overflow-wrap: anywhere;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin-top: 8px;
}
svg{
  pointer-events: none; 
}
.input_gallery{
  border: solid 1px blue;
  border-radius: 10px;
  height: 30px;
  width: 400px;
  text-align: center;
}
.button_gallery{
  border: solid 1px black;
  border-radius: 10px;
  height: 30px;
  width: 100px;
  color: #fff;
  text-align: center;
  transform: translateY(20%);
  font-family: 'Fira Mono', monospace;
  background: rgb(0, 81, 255);
}
.remove_button{
  cursor: pointer;
  border: none;
  height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  font-family: 'Fira Mono', monospace;
  background: transparent;
  position: absolute;
  right: 1%;
  top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove_button::after,.remove_button::before{
  content: "";
  display: block;
  height: 5px;
  width: 25px;
  background: rgb(82, 82, 82);
  border-radius: 23%;
  position: absolute;
}
.remove_button::after{
  transform: rotate(45deg);
}
.remove_button::before{
  transform: rotate(-45deg);
}
#artboard svg path{
  transition: fill 100s ease;
}
.container-canvas{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:780px){
  #tools .prompt {
    width: 400px;
    font-size: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    bottom: 10%;
  }
  #intro h1 {
    font: 150px 'Just Me Again Down Here';
    letter-spacing: -5px;
  }
  #tools li {
    position: relative;
  }
  #tools svg {
    width: 100%;
  }
  #tools {
    width: 100%;
    bottom: 2%;
  }
  #tools button {
    width: 70%;
  }
  #tools span {
    width: 100%;
    white-space: pre-line;
    font-size: 0.6rem;
  }
  #drawing .container{
    flex-direction: column;
  }
}
@media screen and (max-width:400px) {
  #tools {
    width: 100%;
    height: 25%;
    bottom: 0;
    /* background: #000; */
  }  
  #tools li {
    position: relative;
    margin-bottom: 35px;
    width: 2.5rem;
    height: 2.5rem;
  }
}
noscript{
  margin: 10px;
  padding: 10px;
  width: 100vw;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-mouse-event{
  pointer-events: none;
}
.centralSvg{
  position:absolute;
  pointer-events: none;
  z-index: 5;
}
.centralSvg.active{
  color: transparent;
  pointer-events: all;
}
.copy-btn{
  width: 100px;
  height: 30px;
  color: #fff;
  background: rgb(0, 81, 255);
  margin: 10px;
  border: #fff 2px solid;
  border-radius: 8px;
  cursor: pointer;
  transition:background 200ms,opacity 200ms;
}
.copy-btn:hover{
  opacity: 0.80;
}
.copy-btn:active{
  background: rgb(32, 76, 173);
}
.room-form-container{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(204,204,204,0.95);
  flex-direction: column;
}
#if-room-as-password{
  appearance: auto;
}
.room-form-container form{
  flex-direction: column;
}
.room-form-container form label{
  height: 50px;
  margin-top: 10px;
}
.room-form-container form input[type=text]{
  border-radius: 20px;
  height: 30px;
  text-align: center;
}
.room-form-container form input[type=checkbox]{
  margin: 10px;
  appearance: auto;
}
.room-form-container span{
  margin-top: 10px;
}
.room-form-container form button{
  cursor: pointer;
  width: 100px;
  height: 25px;
  background: rgb(0, 96, 240);
  color: #fbfbfb;
  border-radius: 20px;
  margin-top: 10px;
}
.room-form-container form button:hover{
  opacity: 0.80;
}
#link-container{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(204,204,204,0.95);
  flex-direction: column;
}
.loading{
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.99);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading-bar{
  width: 100px;
  height: 100px;
  border: #0066ff 10px solid;
  border-bottom: rgba(204,204,204,0.95) 10px solid;
  border-radius: 50%;
  animation:loading 1000ms infinite linear;
}
@keyframes loading {
  0%{
    transform: rotate(0);
  }
  50%{
    transform: rotate(120deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
#login-form {
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#login-form h1 {
  height: 70px;
  font-size: 1.5rem;
}
#login-form label {
  margin: 10px;
}
#login-form input {
  height: 30px;
  border-radius: 20px;
  width: 300px;
  border: none;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.3rem;
}
#login-form input:visited {
  outline: none;
}
#login-form button {
  margin-top: 50px;
  width: 150px;
  height: 30px;
  border: none;
  border-radius: 20px;
  color: #fff;
  background: rgb(0, 81, 255);
}
.user-mouse{
  position: absolute;
  top:0;
  left: 0;
  /* visibility: hidden; */
  width: 43px;
  height: 43px;
  z-index: 500;
  pointer-events: none;
}
.user-mouse img{
  width: 100%;
  height: 100%;
  user-select: none;
}
.user-mouse span{
  text-align: center;
}