body{
    background-color:#2a2a2ac7;
}



div[class*=crop-wrapper]{
	background-color:rgba(255,255,255,1);
	position:relative;
	width:100%;
	height:90vh;
	overflow:hidden;
    margin-top: 3.2%;
	
	
}

input[class*=js-loadfile]{
    width: 58%;
    position: absolute;
    left: -9%;
    top: 1%;
    z-index: 9999;
    font-size: 0.7vw;
    line-height: 1.5vw;
    text-align: center;
    cursor: pointer;
    color: white;
	
}
/* .crop-wrapper {
	
} */
 [id*=containerDiv]{
	position: relative;
    display:none;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
	left: 43.2%;
    top: 18.6%;
	width: 13.8%;
    height: 63%;

 }


/* .resize-container {
    position: relative;
    display:none;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
	left:814px;
	top:155px;
} */

[class*=resize-container-ontop] {
	position:absolute;
	cursor:move;
	background-color:rgba(5,255,5,0);
	z-index:1000;
	width:100%;
	height:100%;
}

[class*=resize-container] img {
    display: block;
}

/* .resize-container:hover img,
.resize-container:active img {
    outline: 2px dashed rgba(0,0,0,.9);
} */

[class*=resize-handle-nw]{
	position: absolute;
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    background: rgba(0,0,0,.9);
    z-index: 999;
	top: -0.3vw;
    left: -0.3vw;
    cursor: nw-resize;
}
[class*=resize-handle-sw]{
	position: absolute;
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    background: rgba(0,0,0,.9);
    z-index: 999;
	bottom: -0.3vw;
    left: -0.3vw;
    cursor: sw-resize;
}
[class*=resize-handle-ne]{
	position: absolute;
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    background: rgba(0,0,0,.9);
    z-index: 999;
	top: -0.3vw;
    right: -0.3vw;
    cursor: ne-resize;
}
[class*=resize-handle-se]{
	position: absolute;
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    background: rgba(0,0,0,.9);
    z-index: 999;
	bottom: -0.3vw;
    right: -0.3vw;
    cursor: se-resize;
}

[id^=DimgQuality]{
    display: block;
    font-size: 0.7vw;
    position: absolute;
    top: 0.1vw;
    left: 102%;
    inline-size: 8vw;
}
/* .resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.9);
    z-index: 999;
	bottom: -5px;
    right: -5px;
    cursor: se-resize;
} */

/* .resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
} */

/* .resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
} */

/* .resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
} */

/* .resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
} */

[class*=top-overlay]{
	z-index: 990;
    background-color: #2a2a2ac7;
    width: 100%;
    height: 18.6%;
    position: absolute;
}
/* .top-overlay {
	z-index:990;
	background-color: rgba(92, 92, 92, 0.6);
	width:100%;
	height:154px;
	position:absolute;
} */
[class*=bottom-overlay]{
	z-index: 990;
    background-color: #2a2a2ac7;
    width: 100%;
    height: 18.5%;
    position: absolute;
    bottom: 0;
}
/* .bottom-overlay {
	z-index:990;
	background-color: rgba(92, 92, 92, 0.6);
	width:100%;
	height:153px;
	position:absolute;
	bottom:0;
} */
[class*=right-overlay]{
	z-index: 990;
    background-color: #2a2a2ac7;
    width: 43.1%;
    height: 62.9%;
    top: 18.6%;
    position: absolute;
}

/* .right-overlay {
	z-index:990;
	background-color: rgba(92, 92, 92, 0.6);
	//814px width
	width:814px;
	height:520px;
	top:154px;
	position:absolute;
} */
[class*=left-overlay]{
	z-index: 990;
    background-color: #2a2a2ac7;
    width: 43%;
    height: 62.9%;
    top: 18.6%;
    right: 0%;
    position: absolute;
}
/* .left-overlay {
	z-index:990;
	background-color: rgba(92, 92, 92, 0.6);
	width:814px;
	height:520px;
	top:154px;
	right:0px;
	position:absolute;
} */


[id*=noverlay]{
	position: absolute;
    left: 43.1%;
    top: 18.5%;
    /* margin-left: -6.8vw;
    margin-top: -13.6vw; */
    z-index: 999;
    width: 13.8%;
    height: 63%;
    border: solid 0.1vw rgba(175, 12, 12, 0.9);
    box-sizing: content-box;
    pointer-events: none;
}


[id^=image-dimensions]{
	position: absolute;
    left: 340px;
    top: 830px;
}


[id^=img-quality-p]{
	position: absolute;
    top: 5%;
	font-size: 0.8vw;
    line-height: 0.4vw;
 }

/* .overlay {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -131px;
	margin-top: -260px;
	z-index: 999;
	width: 260px;
	height: 520px;
    border: solid 1px rgba(175, 12, 12, 0.9);
	box-sizing: content-box;
	pointer-events: none;
} */

[class*=cubeDrop]{
    position: absolute;
    height: 100%;
    right: 3%;
    top: 0%;
    width: 8%;
    background-color: #ddb100;
    border: solid 0.1vw;
    border-radius: 0.2vw;
}

[class*=cubeDrop]:hover{
    background-color:#ffcb05;
    cursor: pointer;
}


[class*=fa-angle-right]{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 1.2vw;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #151515;
    position: relative;
    right: 5px;
    top: 0%;
}

[class*=fa-angle-down]{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 1.2vw;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #151515;
    position: relative;
    right: 6px;
    top: 0%;
}

[class*=fa-cube]{
    position: relative;
    left: 4%;
    top: 0.5vw;
    color: #ffcb05;
    font-size: 1.2vw;
}

[class*=dcontent]{
    width: 10.5%;
    height: 93.4%;
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 15%;
    top: 6.4%;
    background-color: #252525;
    z-index: 991;
    display: block;
    border: solid 0.1vw;
    scrollbar-width: thin;
    scrollbar-color: #ffcb05 #252525;
    scrollbar-gutter: stable;
}

[class*=dfront]{
    position: absolute;
    top: 7%;
    left: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.1vw 0.3vw;
    border-radius: 0.3vw;
    font-size: 0.5vw;
    z-index: 1;
    width: 20%;
    height: 7%;
}

[class*=dtop]{
    position: absolute;
    top: 7%;
    left: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.1vw 0.3vw;
    border-radius: 0.3vw;
    font-size: 0.5vw;
    z-index: 1;
    width: 11%;
    height: 7%;
}

[class*=dback]{
    position: absolute;
    top: 7%;
    left: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.1vw 0.3vw;
    border-radius: 0.3vw;
    font-size: 0.5vw;
    z-index: 1;
    width: 17%;
    height: 7%;
}

[class*=dleft]{
    position: absolute;
    top: 7%;
    left: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.1vw 0.3vw;
    border-radius: 0.3vw;
    font-size: 0.5vw;
    z-index: 1;
    width: 14%;
    height: 7%;
}

[class*=dright]{
    position: absolute;
    top: 7%;
    left: 5%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.1vw 0.3vw;
    border-radius: 0.3vw;
    font-size: 0.5vw;
    z-index: 1;
    width: 19%;
    height: 7%;
}



.overlay:before {
	top: 0;
	margin-left: -2px;
	margin-top: -40px;
}

.overlay:after {
	bottom: 0;
	margin-left: -2px;
	margin-bottom: -40px;
}


.overlay-inner:before {
	left: 0;
	margin-left: -40px;
	margin-top: -2px;
}

.overlay-inner:after{
	right: 0;
	margin-right: -40px;
	margin-top: -2px;
}

img.resize-image-bg{
	display:none;
	width: 100%;
    height: 100%;
}

.resize-image-bg{
	display:none;
	width: 100%;
    height: 100%;
}

.resize-image{
	width: 100%;
    height: 100%;
}

.btn {
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    line-height: 1.6vw;
}

.btn:hover{
    background-color:#515151;
}

.btn-crop img {
	vertical-align: middle;
	margin-left: 8px;
}

.btn-position{
    position: relative;
	left: 390px;
	margin-top: 0%;
	top:-19px;
}

button.btn.js-reset{
	position: absolute;
    left: 1%;
    width: 3%;
    height: 4%;
    font-size: 0.8vw;
    z-index: 999;
    top: 0.5%;
    cursor: pointer;
}

button.btn.js-crop {
	position: absolute;
    left: 5%;
    width: 3%;
    height: 4%;
    font-size: 0.8vw;
    z-index: 999;
    top: 0.5%;
    cursor: pointer;
}



.firstThree{
	position:relative;
	top:20px;
	left:330px;
}

#customResize{
	position: absolute;
    left: 52%;
    top: 22%;
    padding: 6% 6%;
    background-color: rgb(222, 60, 80);
    border: none;
    border-radius: 5%;
    color: #FFF;
    margin: 2.8% 1%;
    line-height: 0%;
    z-index: 1000;
    width: 45.8%;
    font-size: 0.7vw;
    height: 4.3%;
    cursor: pointer;
  }

  #customResizeAddFrame{
	position: absolute;
    left: 6%;
    top: 29%;
    padding: 1.7% 6%;
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    margin: 2.8% 0%;
    line-height: 28%;
    z-index: 1000;
    width: 89%;
    height: 4.2%;
    cursor: pointer;
    font: caption;
    font-size: 0.7vw;
  }

  #customResizeAddFrame:hover{
    background-color:#515151;
  }


 #customDimensionsHeight{
	position: absolute;
    left: 51%;
    top: 24%;
    background-color: white;
    height: 3.9%;
    width: 35%;
    padding: 0 3.7%;
    border: 0.2vw solid #343a40;
    border-radius: 6%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 1vw;
    transition: border 0.3s ease;
  }

  #customDimensionsWidth{
	position: absolute;
    left: 6%;
    top: 24%;
    background-color: white;
    height: 3.9%;
    width: 35%;
    padding: 0 3.7%;
    border: 0.2vw solid #343a40;
    border-radius: 6%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 1vw;
    transition: border 0.3s ease;
  }

/* The switch - the box around the slider */
.switch {
	position: absolute;
    width: 7.7%;
    height: 4%;
    left: 15%;
    top: 0.5%;
    z-index: 9999;
    
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 2%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #333333;
    -webkit-transition: .4s;
    transition: .4s;
    padding-right: 0.4vw;
    text-align: right;
    border-radius: 0.3vw;
    z-index: 9999;
    width: 92%;
    height: 100%;
    color: white;
    font: CAPTION;
    font-size: 0.8vw;
    line-height: 1.9vw;
  }

  .slider:hover{
    background-color:#515151;
  }
  
  .slider:before {
	position: absolute;
    content: "";
    height: 1.5vw;
    width: 1.7vw;
    left: -1%;
    bottom: 10%;
    background-color: #333333;
    -webkit-transition: .4s;
    transition: .4s;
    top: 9%;
  }
  
  input:checked + .slider {
	background-color: #515151;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

/* The slider */
.slider2 {
    position: absolute;
    cursor: pointer;
    top: 2%;
    left: 0%;
    right: 0;
    bottom: 0%;
    background-color: #333333;
    -webkit-transition: .4s;
    transition: .4s;
    padding-top: 6%;
    padding-right: 3%;
    width: 70%;
    text-align: right;
    border-radius: 0.3vw;
    font-size: 0.8vw;
    z-index: 9999;
    width: 97%;
    color: white;
    font: CAPTION;
    font-size: 0.8vw;
    line-height: 0.7vw;
}
    .slider2:hover{
        background-color:#515151;
    }
	
	.slider2:before {
        position: absolute;
        content: "";
        height: 1.5vw;
        width: 1.7vw;
        left: 3%;
        bottom: 10%;
        background-color: #333333;
        -webkit-transition: .4s;
        transition: .4s;
        top: 9%;
	}
	
	input:checked + .slider2 {
	background-color: #515151;
	}
	
	input:focus + .slider2 {
	box-shadow: 0 0 1px #2196F3;
	}
	
	input:checked + .slider2:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	}


  .sidebar {
    height: 93.7%;
    width: 15%;
    position: absolute;
    z-index: 9999;
    top: 6.3%;
    left: 0%;
    background-color: #252525;
    overflow-x: hidden;
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color:#ffcb05 #252525;
    scrollbar-gutter: stable;
  }

  .sidebar::-webkit-scrollbar {
    width: 6px; /* Thin scrollbar */
  }


  .sidebar::-webkit-scrollbar-thumb {
    background-color: #252525; /* Scrollbar handle color */
    border-radius: 3px;
  }
  
  .sidebar::-webkit-scrollbar-track {
    background: #ffcb05; /* Scrollbar track color */
  }


  .sidebarContent{
    direction: ltr;
  }

  


  
  
  #main {
    transition: margin-left 0.5s;
    padding: 16px;
    position:absolute;
	top: -8px;
	left: 0px;
	z-index: 991;
	margin-left: 250px;

  }



  #addFrame{
    padding: 6% 6%;
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    margin: 3% -2%;
    line-height: 0%;
    position: absolute;
    left: 9%;
    top: 15%;
    width: 43%;
    height: 3.9%;
    font-size: 0.7vw;
    cursor: pointer;
   }

   #addFrame:hover{
    background-color:#515151;
   }

   #frameIndicator{
	color: red;
    top: 12%;
    position: absolute;
    width: 4vw;
    font-size: 1vw;
    left: 35%;
   }

   #clearFrame{
    padding: 6% 0%;
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    margin: 3% 2%;
    line-height: 0%;
    position: absolute;
    left: 50%;
    top: 15%;
    width: 43%;
    height: 3.9%;
    font-size: 0.7vw;
    cursor: pointer;
   }

   #clearFrame:hover{
    background-color:#515151;
   }

   #bDimensionsAddFramesForm{
	background-color: transparent;
  }

  #bDimensionsAddFrames{
    position: absolute;
    background-color: #333333;
    top: 10%;
    left: 7%;
    width: 88%;
    height: 3.5%;
    font-size: 0.8vw;
    cursor: pointer;
    border-radius: 0.3vw;
    color: white;
  }
  #clientNumber{
	position: absolute;
    top: 0.4%;
    left: 74.8%;
    z-index: 999;
  }
  
  #submitClientNumber{
	padding: 6px 10px;
	background-color: rgb(222,60,80);
	border: none;
	border-radius: 5px;
	color: #FFF;
	line-height:30px;
	position:absolute;
	top: -11px;
	left: 240%;
  }

  #pname{
	position: absolute;
    background-color: #333333;
    height: 1.8vw;
    width: 5.8vw;
    padding: 0 0.5vw;
    border: 0.1vw solid #343a40;
    border-radius: 0.3vw;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 0.9vw;
    transition: border 0.3s ease;
    left: -28.8%;
    margin-top: 0.5%;
  }

  .input-wrapper {
	position: absolute;
    display: inline-block;
    width: 10.4vw;
}

.input-wrapper input {
	width: 100%;
	padding: 8px;
	font-size: 16px;
}

.lock-icon {
	position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 0.9vw;
    z-index: 20;
    color: #000;
}



.input-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none; /* Hidden by default */
	z-index: 10;
}

.input-wrapper[disabled] .input-overlay {
	display: block; /* Show overlay when locked */
}

.input-wrapper[disabled] .lock-icon:hover{
    background-color:rgb(183 2 53);
}

.input-wrapper[disabled] .lock-icon {
	
    top: 1.35vw;
    left: -42%;
    width: 1vw;
    border-radius: 0.3vw;
    height: 1.3vw;
}

.input-wrapper:not([disabled]) .lock-icon {
	
    top: 1.1vw;
    left: -42%;
    background-color: rgb(0, 177, 0);
    border: rgb(0, 177, 0) solid;
    width: 1vw;
    border-radius: 0.3vw;
    height: 1.3vw;
}
#uButton{
    height: 4%;
    padding: 5.5% 2.5%;
    background-color: #ffcb05;
    border: none;
    border-radius: 0.3vw;
    color: black;
    line-height: 0vw;
    position: absolute;
    top: 0%;
    left: 193%;
    width: 48%;
    font-size: 0.7vw;
    z-index: 9999;
    margin-top: -2.6%;
    cursor: pointer;
}

#uButton:hover{
    background-color:#7c6300;
}
#saveButton{
	padding: 6px 10px;
	background-color: rgb(48, 48, 48);
	border: none;
	border-radius: 5px;
	color: #FFF;
	line-height:30px;
	position:absolute;
	top: 20px;
	left: 47%;
}



  canvas {
	width: 260px;
	height: 520px;
  }

  #clickMe{
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    line-height: 1.6vw;
    position: absolute;
    left: 9%;
    z-index: 999;
    font-size: 0.8vw;
    top: 0.5%;
    height: 4%;
    width: 5%;
    cursor: pointer;
  }

  #clickMe:hover{
    background-color:#515151;
  }

#bannerDimensions{
	padding: 13px 10px;
	background-color: rgb(222,60,80);
	border: none;
	border-radius: 5px;
	color: #FFF;
	margin:10px 5px;
	line-height:30px;
	position:absolute;
	top:-184%;
	left: -5.5%;
}



#content{
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border: 1px solid #cbcbcb;
}
form{
    width: 17%;
}

#uploadForm{
	position:absolute;
	left:14%;
	top:0%;
}
#uploadNameDisplay{
	width:180px;
}


#display-image{
    width: 100%;
    justify-content: center;
    padding: 5px;
    margin: 15px;
}
img{
    
    width: 350px;
    height: 250px;
}
form#upForm{
    position: absolute;
    left: 47%;
    top: 1.5%;
    z-index: 9999;
}



#frameDrop{
    top: 53%;
    left: 0%;
    position: absolute;
    width: 15vw;
}

.magnifier {
    position: fixed;
    width: 10%;     /* Magnifier size */
    height: 20%;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.5); /* Transparent background */
    display: none;    /* Hidden by default */
    pointer-events: none; /* Ensure the magnifier does not block mouse events */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);  /* Optional shadow */
    z-index: 9999; /* Ensure magnifier appears above the image */
	background-repeat: no-repeat;
	overflow: hidden;
}





.popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.close-btn {
    color: red;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}




.magni{
	position: absolute;
    width: 9.3%;
    height: 4%;
    left: 23.5%;
    z-index: 9999;
    top: 0.5%;
}



/* Popup overlay */
#popupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1001;
}

/* Popup box container */
#popupBox {
    width: 300px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
    left: 41%;
    top: 25%;
}

/* Title of the popup */
#popupTitle {
    margin: 0;
    font-size: 24px;
    text-align: center;
}

/* Message below the title */
#popupMessage {
    text-align: center;
}

/* Button styling */
#accountButton, #guestButton, #loginButton, #cancelButton {
    padding: 0%;
    margin: 1%;
    cursor: pointer;
    width: 85%;
    box-sizing: border-box;
    border-radius: 0.4vw;
    background-color: rgb(222, 60, 80);
    color: white;
    border: none;
    z-index: 9999;
    height: 20%;
    position: absolute;
    top: 69%;
    left: 6.5%;
    font-size: 0.8vw;
}

#addButton{
    padding: 0%;
    margin: 1%;
    cursor: pointer;
    width: 85%;
    box-sizing: border-box;
    border-radius: 0.4vw;
    background-color: rgb(222, 60, 80);
    color: white;
    border: none;
    z-index: 9999;
    height: 20%;
    position: absolute;
    top: 40%;
    left: 6.5%;
    font-size: 0.8vw;
}

#pPopup{
    font-size: 0.8vw;
    font-family: sans-serif;
}

/* Hover effect for buttons */
#accountButton:hover, #guestButton:hover, #loginButton:hover,#addButton:hover, #cancelButton:hover {
    background-color: rgb(95 14 24);
}

/* Styling for input fields */
#username, #password {
	padding: 8px;
    margin-bottom: 10px;
    width: 150px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    align-self: center;
}

/* Form inside the login form */
#loginForm {
    margin-top: 10px;
}

/* Hide login form by default */
#loginFormContent {
    display: flex;
    flex-direction: column;
	width: 150px;
}

#loginFormTitle {
    text-align: center;
    margin-bottom: 10px;
}


/* Disable cursor globally when the popup is active */
body.disable-cursor {
	cursor: default; /* Or use 'not-allowed' if preferred */
}



/* Overlay background */
#step-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

/* Highlighted area */
.step-highlight {
    position: absolute;
    background: transparent; /* Yellow transparent highlight */
    box-shadow: 0 0 10px rgba(255, 255, 255, 255);
    transition: all 0.3s ease;
}

/* Guide content box */
.step-content {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 13%;
    z-index: 1001;
}
#step-text{
    font-size: 0.9vw;
}

.step-content button {
    margin-top: 10px;
    padding: 8px 16px;
    background: #ffcb05;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 33%;
    height: 1.6vw;
    font-size: 0.6vw;
}

.step-content button:hover {
    background: #ad8900;
}

#saveProject{
	position: relative;
    left: 1660px;
    top: -40px;
}

[id*=bgroundP]{
	padding-top: 1px;
    padding-bottom: 1px;
    position:relative;
}

[id*=bgroundP]:hover{
	background-color: #3c3c3c;
	padding-top:1px;
	padding-bottom:1px;
}


[class*=bgroundPCube]{
	width: 10.5vw;
}

#progressBar {
    z-index: 999;
    overflow: hidden;
    width: 100%;
    height: 0.3%;
    position: absolute;
    left: 0%;
    top: 6%;
    background-color: #ffcb05;
}

#progressBar::-webkit-progress-bar {
background-color: #ffcb05; /* Background for the unfilled part */
}

#progressBar::-webkit-progress-value {
background-color: #7c6300; /* Color for the filled part */
}

#progressBar::-moz-progress-bar {
background-color: #7c6300; /* Filled color for Firefox */
}

#createLink{
    position: absolute;
    left: 89%;
    top: 0.5%;
    padding: 0.3vw 0.5vw;
    background-color: #333333;
    border: none;
    border-radius: 0.3vw;
    color: #FFF;
    line-height: 1.6vw;
    height: 1.95vw;
    width: 6vw;
    font-size: 0.8vw;
    cursor: pointer;
}

  #createLink:hover{
    background-color: #515151;
  }

#bTutorial{
    position: absolute;
    left: 96%;
    z-index: 999;
    top: 0.5%;
    background-color: #333333;
    border: 1px solid;
    border-radius: 0.5vw;
    color: #ffffff;
    height: 4.1%;
    width: 3%;
    font-size: 0.7vw;
}

#bTutorial:hover{
    background-color:#515151;
    cursor:help;
}

 #image-quality{
    position: absolute;
    border: none;
    color: #FFF;
    padding: 0% 0.5%;
    font: caption;
    top: 39%;
    left: 6%;
    z-index: 1000;
    height: 6.6%;
    width: 78%;
    color: white;
    font-size: 1.1vw;
    border-left: solid #ffcb05;
    position: absolute;
    left: 7%;
    padding-left: 6%;
    background-color: #151515;
    border-radius: 0.2vw;
 }

 .sidebarDM{
    color: white;
    border-left: solid #ffcb05;
    position: absolute;
    left: 7%;
    padding-left: 6%;
    font: caption;
    font-size: 1.1vw;
}

 .sidebarPreset{
    color: white;
    position: absolute;
    left: 7%;
    top: 5%;
    font: caption;
    font-size: 0.9vw;
}

.sidebarCS{
    color: white;
    position: absolute;
    left: 7%;
    top: 19%;
    font: caption;
    font-size: 0.9vw;
}
 
[id*=bgroundDFront]{
    position: relative;
    top: -4%;
    padding-top: 6%;
    padding-bottom: 1%;
}

[id*=bgroundDBack]{
    position: relative;
    top: -4%;
    padding-top: 6%;
    padding-bottom: 1%;
}

[id*=bgroundDTop]{
    position: relative;
    top: -4%;
    padding-top: 6%;
    padding-bottom: 1%;
}

[id*=bgroundDLeft]{
    position: relative;
    top: -4%;
    padding-top: 6%;
    padding-bottom: 1%;
}

[id*=bgroundDRight]{
    position: relative;
    top: -4%;
    padding-top: 6%;
    padding-bottom: 1%;
}