.preview {
  background-image: url("bgImg.png");
  /*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;
/*      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;
  
}
.svg {
  height: 35px;
  width: 35px;
  border: 1px solid #b9bbb9;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.svg:hover {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}
.Items {
  display: grid;
  width: 80%;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
}
.range {
  cursor: grab;
  height: 2px;
}

@media only screen and (max-width: 780px) {
  #container {
    width: 60%;
    height: 350px;
  }
  .Items {
    grid-template-columns: 1fr 1fr;
  }
}

.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.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;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: 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;
}
.uploadIcon {
  position: relative;
}
.imageInput {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

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

.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;
}
.mt-8 {
  margin-top: 5rem;
}

.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;
}
.mb-8 {
  margin-bottom: 5rem;
}

body {
  margin: 0;
  font-family: "REM", sans-serif;
  user-select: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#app .uploadIcon svg {
  width: 40px;
  margin-left: -5px;
  cursor: pointer;
  border: 1px solid transparent;
}
#app .uploadIcon svg:hover {
  border: 1px solid black;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  box-shadow: rgb(0 0 0 / 8%) 0 3px 28px;
}
#app .export svg {
  width: 35px;
  stroke: -2px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 3px;
}
#app .export svg:hover {
  border: 1px solid black;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  box-shadow: rgb(0 0 0 / 8%) 0 3px 28px;
}
button.save {
  height: 30px;
  width: 100px;
  background: black;
  border: 0;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
button.save:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  div#app {
    margin: inherit !important;
    width: 100% !important;
    gap: 0px !important;
  }
  /*     #canvas{
         margin: 0 !important;
         width: fit-content !important;
         /*height: 270px !important;*/
  /*}*/
  button#add-btn {
    width: 198px !important;
    margin-top: 3px !important;
  }
  .control-option.d-flex.flex-column.justify-content-center {
    height: 44px !important;
  }
  #app .export svg {
    width: 20px !important;
  }
  .control-option.d-flex.flex-column.gap-10.mt-2 {
    gap: 5px !important;
  }
  .stroke.d-flex.flex-row.gap-30.justify-content-center {
    padding-bottom: 0px !important;
  }

  h4 {
    font-size: 10px !important;
  }
  #app .uploadIcon svg {
    width: 28px !important;
  }

  .control-option.d-flex.flex-row.justify-content-center.mt-2 {
    margin-top: 5px !important;
  }
  .control-option.d-flex.flex-column.gap-10.mt-2 {
    margin-top: 5px !important;
  }
  .d-flex.flex-row.gap-20.mt-1.export.justify-content-center {
    gap: 0px !important;
  }
}
@import url("https://fonts.googleapis.com/css2?family=REM:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary-dark: #2196f3;
  --secondary-dark: #00bcd4;
  --primary-light: #00bcd41f;
  --secondary-light: #ffffff;
}

.w-auto {
  width: auto;
}
.w-fill-available {
  width: -webkit-fill-available;
}
.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-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}

.vh-100 {
  height: 100vh;
}

.font-small {
  font-size: small;
}
.font-smaller {
  font-size: smaller;
}
.font-medium {
  font-size: medium;
}
.font-large {
  font-size: large;
}
.font-larger {
  font-size: larger;
}
.font-x-large {
  font-size: x-large;
}
.font-xx-large {
  font-size: xx-large;
}

.fw-bold {
  font-weight: bold;
}
.fw-bolder {
  font-weight: bolder;
}
.fw-light {
  font-weight: light;
}
.fw-lighter {
  font-weight: lighter;
}

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

.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}

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

.flex-wrap-w {
  flex-wrap: wrap;
}
.d-block {
  display: block;
}

.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;
}
.justify-content-flex-end {
  justify-content: flex-end;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.t-center {
  display: table;
  margin: 0 auto;
}
.b-center {
  display: block;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white;
}

.text-secondary-light {
  color: var(--secondary-light);
}

.p-0 {
  padding: 0.5rem;
}
.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 1.5rem;
}
.p-3 {
  padding: 2rem;
}
.p-4 {
  padding: 2.5rem;
}
.p-5 {
  padding: 3rem;
}

.pt-0 {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 2.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pt-6 {
  padding-top: 3.5rem;
}
.pt-7 {
  padding-top: 4rem;
}

.pl-0 {
  padding-left: 0.5rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 1.5rem;
}
.pl-3 {
  padding-left: 2rem;
}
.pl-4 {
  padding-left: 2.5rem;
}
.pl-5 {
  padding-left: 3rem;
}
.pl-6 {
  padding-left: 3.5rem;
}
.pl-7 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0.5rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 1.5rem;
}
.pr-3 {
  padding-right: 2rem;
}
.pr-4 {
  padding-right: 2.5rem;
}
.pr-5 {
  padding-right: 3rem;
}
.pr-6 {
  padding-right: 3.5rem;
}
.pr-7 {
  padding-right: 4rem;
}

.pb-0 {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 1.5rem;
}
.pb-3 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 2.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.pb-6 {
  padding-bottom: 3.5rem;
}
.pb-7 {
  padding-bottom: 4rem;
}

.m-auto {
  margin: auto;
}
.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 1.5rem;
}
.m-3 {
  margin: 2rem;
}
.m-4 {
  margin: 2.5rem;
}
.m-5 {
  margin: 3rem;
}

.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 1.5rem;
}
.mr-3 {
  margin-right: 2rem;
}
.mr-4 {
  margin-right: 2.5rem;
}
.mr-5 {
  margin-right: 3rem;
}
.mr-6 {
  margin-right: 3.5rem;
}
.mr-7 {
  margin-right: 4rem;
}

.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 1.5rem;
}
.ml-3 {
  margin-left: 2rem;
}
.ml-4 {
  margin-left: 2.5rem;
}
.ml-5 {
  margin-left: 3rem;
}
.ml-6 {
  margin-left: 3.5rem;
}
.ml-7 {
  margin-left: 4rem;
}

.float-right {
  float: right;
}
.cursor-pointer {
  cursor: pointer;
}
.rangeDiv {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .m-flex-row {
    flex-direction: row;
  }
  .m-flex-column {
    flex-direction: column;
  }
  .rangeDiv,.mb-0 {
    margin-bottom: 0px !important;
  }

  .mt-11 {
    margin-top: 11% !important;
  }
  .m-w-auto {
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    height: inherit;
    width: 430px !important;
  }
  canvas {
      max-width: 300px !important;
  }
  /*.itemsSection {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
  }*/
}
