:root {
  --deeppurple-1: #a174ed;
  --deeppurple-2: #998bb0;
  --deeppurple-3: #4a366e;
  --deeppurple-4: #6d4fa1;
  --deeppurple-5: #f2f2f2;
  --table: #cebbed;
  --width1: 40rem;
  --minWidth: 18.75rem;
  --imgWidth: 3.75rem;
  --logoW: 7rem;
}






.container1 {
  display: flex;
  background-color: #edf2fa;
  opacity: 0.99999;
  margin: auto;
  margin-top: 2rem;
  max-width: var(--width1);
  min-width: 18.75rem;
  /* border-radius: 1rem; */
  flex-direction: column;
  /* display: none; */
}

.hidden {
  display: none;
}

.content {
  border: 0.25rem solid var(--deeppurple-5);
  border-radius: 1rem;
  width: 80%;
  margin: auto;
  padding: 1rem;
  padding-top: 0;
  gap: 0.75rem;
  margin-bottom: 2rem;
  z-index: -20;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
 
}
.content div {
  padding-bottom: 2rem;
}
ol li {
  margin-bottom: 1.5rem;
}

#alert {
  min-height: 3rem;
}

.button1 {
  background-color: var(--deeppurple-3);
  color: white;
  border: none;
  padding: 0.8rem;
  margin: 2rem;
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  /* font-weight: bold; */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 0.5rem;
}

.button1:hover:not(:disabled) {
  background-color: var(--deeppurple-1);
}

.button1:disabled {
  background-color: var(--deeppurple-5);
  color: rgb(179, 179, 179);
}

label {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem;
}

input {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: large;
  border-radius: 4px;
  border: 0.3rem solid var(--deeppurple-5);
  padding: 0.5rem;
}

/* section1 ----------------------------- */

#question {
  font-weight: bold;
  background: #eef4ff;
  border-left: 5px solid #0d6efd;
  border-radius: 14px;
  padding: 18px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #495057;
  font-weight: 500;
}
 #question p{
  margin: 0;
}
#timeDiv{
  /* margin-bottom: -50px; */
  padding-top:5px;
  padding-bottom: 0;
  margin-top: 0x;
}
 #remTime{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff4e5;
  color: #d97706;
  margin-top:10px;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #ffe0b2;
  
}

#time{
  font-size: 1.2rem;
  color: #dc3545;
}
/* section2 ----------------------------- */
#alert{
  border-radius:5px; 
  padding:10px; 
  display:flex; 
  align-items:center;
  justify-content:center; 

}
#alert p{
  background: #e8f1ff;
  color: #0d6efd !important;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid #cfe2ff;
}
img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  /* display: block; remove extra space below image */
  /* margin: auto; */
}
.pickup-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
}
.pickup-area div {
  /* width: var(--imgWidth);
  height: var(--imgWidth); */
  height: 60px;
  width: 60px;

  margin: 0.25rem;
}
.box {
  /* height: calc(var(--imgWidth) - 6px);
  width: calc(var(--imgWidth) - 6px); */
  height: 60px;
  width: 60px;
  border: dashed 4px var(--deeppurple-5);

  /* align items in the box */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#trash {
  width: var(--imgWidth);
  height: var(--imgWidth);
  border: solid 3px transparent;
  padding: 0;
}
.item {
  /* width: var(--imgWidth);
  height: var(--imgWidth); */
  height: 60px;
  width: 60px;
}
.img-size{
  width:200px;
}
.workshop {
  /* display: flex;
  flex-wrap: wrap;
  height: calc(var(--imgWidth) * 300 / 80); */
}

.drop-side { 
  display: flex;
  /* width: calc(var(--imgWidth) * 300 / 80);
  height: calc(var(--imgWidth) * 300 / 80); */
  align-items: center;
  justify-content: center;
  /* border: dashed 3px var(--deeppurple-5);
  padding-bottom: 80px !important;
  padding-top: 40px !important; */
}
.drop-area {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  height: calc(var(--imgWidth) * 2);
  width: calc(var(--imgWidth) * 2);

}
/* 2 columns */
.drop-area.two-columns {
    grid-template-columns: repeat(2, auto);
}

/* 3 columns */
.drop-area.three-columns {
    grid-template-columns: repeat(3, auto);
}
.workshop div {
  padding: 0px;
  margin: auto;
}

.drag-over {
  border: dashed 3px red;
}

.hide {
  display: none;
}

.drop-area p {
  position: absolute;
}

.pattern-side {
  display: flex;
  /* background-color: antiquewhite; */
  width: calc(var(--imgWidth) * 320 / 80);
  /* height: calc(var(--imgWidth) * 320 / 80); */
  align-items: center;
  justify-content: center;
  padding-bottom: 20px !important;
}
#pattern-area {
  position: relative;
  /* width: calc(var(--imgWidth) * 240 / 80); 
  height: calc(var(--imgWidth) * 240 / 80); */
  /* margin: 0; */
}
#lineV {
  margin-top: auto;
  margin-bottom: auto;
}

/* Custom Design */
.flex-layout {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    align-items: start;
}
.first-column{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 0 !important;

}
.second-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 0 !important;
  margin-top: 50px;
}

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

  .item,
  .pickup-area div,
  .box {
      width: 60px !important;
      height: 60px !important;
  }
  /* .box2 {
      width: 70px !important;
      height: 70px !important;
  } */
  .second-column {
    /* padding-top: 40px; */
  }
  .content{
    width: 100%;
  }
  .drop-area{
    width: auto !important;
  }
  .workshop div{
    margin:0 !important;
  }
  /* #timeDiv{
    margin-bottom: -110px;
  }
  #timeDiv.text-center{
    text-align: right !important;
  } */

}
/* result ----------------------------- */




  
  

