@import url('https://fonts.googleapis.com/css2?family=REM:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
  --secondary-light: #d3d9df;
}

body {
    margin: 0;
    font-family: 'REM', sans-serif;
}
#uploaded_image {
  background-color: white !important;
}
.canvasSection {
  background-color: var(--secondary-light);
}
.svg {
	height: 20px;
	width: 20px;
	border: 1px solid #b9bbb9;
    padding: 8px;
    border-radius: 5px;
     transition: 0.3s;
}

.svg:hover {
	box-shadow: 0 3px 3px -2px rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 1px 8px 0 rgba(0,0,0,.12);
	transition: 0.3s;
}

.inputStyles {
	padding: 6px;
  border: 1px solid #dea2a2;
  -webkit-appearance: none;
  border-radius: 5px;
  
}
h5 {
	margin-block-end:0.6rem;
}
#paddingInput {
  width: 45px;
}

.w-10 {width: 10%}
.w-15 {width: 15%}
.w-20 {width: 20%}
.w-25 {width: 25%}
.w-30 {width: 30%}
.w-33 {width: 33%}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%}
.w-75 {width: 75%}
.w-85 {width: 85%}
.w-90 {width: 90%}
.w-73 {width: 73% !important;}
.w-100 {width: 100%}

.gap-5 { gap: 5px;  }
.gap-10 { gap: 10px;  }
.gap-15 { gap: 15px;  }
.gap-20 { gap: 20px;  }
.gap-30 { gap: 30px;  }
.gap-40 { gap: 40px;  }
.gap-50 { gap: 50px;  }

.d-flex {display: flex}

.align-items-center {align-items: center}

.text-center {text-align: center;}

.justify-content-center {justify-content: center}
.justify-content-space-evenly { justify-content: space-evenly;}
.justify-content-space-around { justify-content: space-around;}
.justify-content-space-between { justify-content: space-between;}
.justify-content-space-end { justify-content: end;}

.m-auto {margin:auto;}
  
.mt-1 {margin-top: 1rem}
/*  .mt-2 {margin-top: 1.5rem}*/
.mt-3 {margin-top: 2rem}
.mt-4 {margin-top: 2.5rem}
.mt-5 {margin-top: 3rem}
.mt-6 {margin-top: 3.5rem}
.mt-7 {margin-top: 4rem}


.mb-1 {margin-bottom: 0.3rem}
.mb-2 {margin-bottom: 1.5rem}
.mb-3 {margin-bottom: 2rem}
.mb-4 {margin-bottom: 2.5rem}
.mb-5 {margin-bottom: 3rem}
.mb-6 {margin-bottom: 3.5rem}
.mb-7 {margin-bottom: 4rem}
  
.cursor-pointer {cursor: pointer;}
#backgroundCell {
  display: flex !important;
  display: -webkit-box !important;   
display: -moz-box !important;   
display: -ms-flexbox !important;  
display: -webkit-flex !important;  
}

@media only screen and (max-width: 760px) {
  .main {
    flex-direction: column;
  }
  .w-25,.w-75 {
    width: inherit !important;
  }
/*  img {
    width: 90% !important;
  }*/
}
@media only screen and (max-width: 440px) {
  #my-node {
    width: 300px;
    height: 300px;
  }
  img {
    max-width: 300px !important;
    margin:auto !important;
  }
}

@media only screen and (max-width: 700px) {
  .flex-row-m {
    flex-direction: row !important;
  }
  .flex-column-m {
    flex-direction: column !important;
  }
  .w-auto-m {
    width: auto !important;
  }
  .h-auto-m {
    height: auto !important;
  }
  .hide-m {
    display: none !important;
  }
  .m-auto-m {
    margin: auto !important;
  }
  .d-flex-m {
    display: flex !important;
  }
  .gap-30 {
    gap:10px !important;
  }
  .svg {
    height: 20px;
    width: 20px;
    padding: 5px;
}
h5 {
  font-size: 10px;
}

  .m-justify-center {
    justify-content: center !important;
  }
}

























































.preview {

  /*background-image: url("bgImg.png");
  max-width: 700px;
  height: 700px;*/
  margin: 0 auto;
  /*background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;*/
}
#canvas {
      border: 1px solid black;
        background-image: url("images/bgImg.png");
/*      max-width: 700px;*/
height: fit-content;
     max-height: 700px;
  margin: 0 auto;
 /* background-image: url("366981582_6563319173782167_5292149381642842860_n.jpg");
  max-width: 700px;
  height: auto;*/
}


#preview {
  height: 500px !important;
  width: 500px !important;
  
}

@media only screen and (max-width: 600px) {

  canvas {
      max-width: 300px !important;
  }
  /*.itemsSection {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
  }*/
}