body{
    overflow: hidden!important;
    background-color: #DFE2E2;
  }
  .controlsBTN{
    cursor: pointer;
  }
  .menu{
    text-align: left;
    list-style: none;
    list-style-type: none;
    font-size: 12px;
    color: #3C415E;
  }
  #focal1{
    position: absolute;
    margin-top:10px;
  }
  .my-drawing{
    width: 100%;
    height: 80% !important;
    position: absolute;
    top: 0px;
    /* z-index: 9999 !important; */
  }
  
  div[data-reactid=".0.1.0.2"]{
    position:relative;
    /* top: 535px; */
    /* top: 568px; */
/*     top:626px ; */
    top: 556px;
    text-align: center !important;
    opacity: 1 !important;
    width: 50px;
      
  }
  
  .color-well{
     color: #ffffff;
      padding: 3px;
      letter-spacing: -1px; 
  }
  .lc-pick-tool{
    margin-left: 20px !important;
      width: 75px;
      height: 600px;
  }
  

  .show_user_name{
    width: 230px;
    height: 45px;
    background:linear-gradient(90deg, #fa0150 0%, #9e2dff 100%);
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    font-family:'Questrial', sans-serif; 
    color: white;
    font-weight: bold;
    box-shadow:  rgba(19, 39, 29, 0.5) 5px 5px 5px 5px;
    box-shadow:  rgba(1, 48, 24, 0.3) 5px 2px 5px 2px inset;
  }

 

.aviso{
    /* border: 1px solid red; */
    width: 650px;
    height: 750px;
    transform: translate(-40px, 50px);
    background-image: url(../images/images/aviso.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /*19 DE OCTUBRE 2021 AGREGO MEDIA QUERY PARA QUE SE VISUALICE BIEN POSICIONADO EL LIBRO CUANDO ENTRAN POR PRIMERA VEZ*/
     @media (max-width: 1024px){
     .my-drawing{
        position: fixed;
      }
    }