
/* .resultCanvas{
  top: 120vw;
  left:120vh;
} */
.alslee .als_outer_wrapper {
/*  width: 80vw;
  height: 80vh;*/
}
@media screen and (min-width: 1200px) {
  .alslee .als_outer_wrapper {
    width: 80vw;
    height: 80vh;
  }
}
@media screen and (min-width: 992px) {

  html,
  body {
    height: 100%;
  }
}


.alslee .als_choose_image {
  display: none;
}

.alslee .als_preview_canvas_wrapper {
  border: 2px dashed darkgray;
  min-height: 500px;
}

.alslee .als_preview_canvas {
  border: 2px solid #ccc;
  width: 40vw;
  height: 40vh;
}

.alslee .als_preview_canvas_wrapper, .alslee .input-group-text, .alslee .toast {
  background-color: rgb(235, 235, 235);
}

.alslee .als_scroll_pane {
  overflow-y: scroll;
  overflow-x: hidden;
}
.alslee .als_scroll_pane_top {
  height: 170px !important;
}
.alslee .als_scroll_pane_bottom {
  height: 300px !important;
}
.alslee .btn i, .alslee .btn span {
  pointer-events: none;
}

.alslee .als_loader {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
  z-index: 1005;
  width: 100%;
  height: 100%;
  display: none;
}

  .alslee .als_loader div {
    animation: spin 2s linear infinite;
    border-color: #3498db #f3f3f3 #f3f3f3;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 16px;
    height: 120px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
    width: 120px;
    z-index: 1000;
  }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.alslee .als_canvas_width, .alslee .als_canvas_height {
  max-width: 60px;
}

