html,body {
    background-color: #151414;
    overflow: hidden;
}

html, body {margin: 0; height: 100%; overflow: hidden}

/*
#dropper {
    border: 1px dashed #ccc;
    width: 100%;
    max-width: 600px;
    padding: 3rem;
   margin: 20px 0 auto;
    text-align: center;
     border-radius: 5px;
    margin: 2rem auto;
    background-color: #363b3f;
    color: #a6a6a6;
    margin-bottom: 1rem;
}
*/

#drop.hovering {
    border: 2px dashed #333;
  }

  #imageInput {
    display: none;
  }

  img#mask-layer {
    border-radius: 5px;
    border: 2px solid #cecece;
  }
  .result-container {
    margin-top: 1rem;
  }
  .result-container img {
    width: 100%;
    max-width: 1000px;
}
  #mask-layer {
      filter: invert(60%) sepia(37%) saturate(6785%) hue-rotate(149deg) brightness(123%) contrast(143%);
  }
  #svgdiv img {
    opacity: 0.5;
}

  .container {
    margin: auto;
    text-align: center;
}
.parent {
    position: relative;
    top: 0;
    left: 0;
}
.image1 {
    position: relative;
    top: 0;
    left: 0;

  }
  .image2 {
    position: absolute;
    top: 0;
    left: 0;
 
  }
  img#out {
    position: absolute;
    left: 0;
    top: 0;
}

#app-wrapper {
  background-size: contain !important;
  width: 100%;
  background-repeat: no-repeat !important;
  height: 100%;
 /* max-width: 1600px; */
  margin: auto;
  /* text-align: center; */
}

.konvajs-content {
  margin: auto;
}


div#buttom-tools {
  z-index: 3;
  background-color: rgb(41 45 55 / 80%);
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
}

.btn-container {
  z-index:3;
  border-bottom: 1px solid #464646;
  left: 0;
  width: 100%;
  background-color: #27323ad1;
  top: 0;
  position: fixed;
  padding: 0.5rem;
}

div#slab-wrapper {

  width: 100vh;
  height: 80vh;
  position: absolute;
  top:100px;
}

div#perspective-page, #perspective-page2, #img-adjust-page, #img-adjust-page .uk-modal-dialog {
  background-color: #171f23;
}
.perspective-page {
  background-color: #101316;
}
button.uk-modal-close-full.uk-close-large.uk-icon.uk-close {
  background-color: #31313173;
}

circle.control-point {
  fill: green;
  fill-opacity: 0.25;
}

circle.control-point:hover {
  stroke: yellow;
  stroke-width: 2px;
}
svg#controlHandles, #screen {
  left: 0;
  position: absolute;
}

.perspectivve-header {
  text-align: center;
  padding: 1rem;
  background-color: #192027;
  border-bottom: 1px solid #393939;
}

div#spinner {
  position: absolute;
  z-index: 99;
  top: 47px;
  width: 100%;
  text-align: center;
  height: 100vh;
  background-color: #2c2c2c;
}

#app-wrapper.loaded {
  background: none !important;
}

.btn-c1 {
  border: 1px solid #545454;
  background-color: #34445b;
  color: #fff;
}

.uk-button-group button:last-child {
  border-radius: 0px 5px 5px 0px;
}
.uk-button-group button:first-child {
  border-radius: 5px 0px 0px 5px;
}

.uk-button-small img {
  width: 24px;
}
.uk-button.uk-button-small {
  padding: 0.2rem 0.75rem;
}

.btn-c1.active {
  background-color: #38618d;
}

#perspectiveFrame {
  height: 92vh;
}


div#img-adjustment-panel {
  background-color: #2c343a;
  padding: 1rem;
}

div#img-adjust-container {
  padding-top: 7vh;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

img#img-adjust {
  display: none;
}

button.uk-button.uk-button-default.uk-button-small.uk-button-danger {
  background-color: #ee395b;
}

.img-adjust-buttons {
  text-align: right;
}

.uk-modal-footer {
  margin-top: 3rem;
}