﻿body {
}
.color-circle{
    width:30px;
    height:30px;
    border-radius:50%;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
    border:1px solid #888;
}
.tip{
    padding-bottom:5px;
}

#leftPanel{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1rem;
    margin-left:5px;
}
.draggable {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    min-height:60px;
    width:100%;
    max-width:250px;
    box-sizing:border-box;
    cursor:pointer;
}
.draggable.selected{
    outline: 3px solid #007acc;
    background-color: #eef;
}

.imageArea {
    position: relative;
    width: 100%;
    max-width: 1200px; /*900*/
    margin: 0 auto;
}
    .gameImage{
        max-height:80vh;
        width: 100%;
        height: auto;
        display: block;
        pointer-events: none;
    }
.drop-zone{
    position: absolute;
    border:none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: rgba(255,255,255,1);
    padding:2%;
    z-index: 2;
 }

  .drop-zone.highlight{
      border-color: #007acc;
      background: rgba(240,248,255,0.6);
  }

  .drop-zone.filled{
      border-color: #28a745;
  }

  @media(max-width:576px){
      .drop-zone{
          font-size:0.5rem;
          line-height:1.2;
      }
  }
/*Page1*/
#zone1{top: 54%;left: 8%;width: 30%;height: 12%;}
#zone2{top: 25%;left: 46.5%;width:30%;height: 12%;}
#zone3 {top: 82.8%;left: 67.5%;width: 30%;height: 12%;}
/*Page2*/
#zone4 {top: 10%;left: 27%;width: 30%;height: 12%;}
#zone5 {top: 25%;left: 1%;width: 30%;height: 12%;}
#zone6 {top: 28%;left: 58%;width: 30%;height: 12%;}
/*Page3*/
#zone7 {top: 78%;left: 25%;width: 30%;height: 12%;}
#zone8 {top: 25%;left: 1%;width: 30%;height: 12%;}
#zone9 {top: 27%;left: 50%;width: 30%;height: 12%;}
/*Page4*/
#zone10 {top: 85%;left: 12%;width: 30%;height: 12%;}
#zone11 {top: 5%;left: 12%;width: 30%;height: 12%;}
#zone12 {top: 10%;left: 43%;width: 30%;height: 12%;}

.overlay-label {
    position: absolute;
    background-color: rgba(255,255,255,1);
    padding: 2px 4px;
    border-radius:4px;
    font-size: 0.8rem;
    max-width:90%;
    text-align:left;
}
@media(max-width:576px) {
    .overlay-label {
        font-size: 0.5rem;
        padding: 2px 4px;
        max-width: 95%;
    }
}

/*positions for label 1*/
.label1-answer-0{top:50%;left:15%;}
.label1-submitted-0 {top: 56%;left: 15%;}
.label1-answer-1 {top: 25%;left: 50%;}
.label1-submitted-1 {top: 31%;left: 50%;}
.label1-answer-2 {top: 75%;left: 60%;}
.label1-submitted-2 {top: 81%;left: 60%;}

/*positions for label 2*/
.label2-answer-0 {top: 10%;left: 25%;}
.label2-submitted-0 {top: 16%;left: 25%;}
.label2-answer-1 {top: 25%;left: -5%;}
.label2-submitted-1 {top: 31%;left: -5%;}
.label2-answer-2 {top: 25%;left: 50%;}
.label2-submitted-2 {top: 31%;left: 50%;}

/*positions for label 3*/
.label3-answer-0 {top: 70%;left: 25%;}
.label3-submitted-0 {top: 76%;left: 25%;}
.label3-answer-1 {top: 25%;left: 5%;}
.label3-submitted-1 {top: 31%;left: 5%;}
.label3-answer-2 {top: 25%;left: 50%;}
.label3-submitted-2 {top: 31%;left: 50%;}

/*positions for label 4*/
.label4-answer-0 {top: 80%;left: 10%;}
.label4-submitted-0 {top: 86%;left: 10%;}
.label4-answer-1 {top: 5%;left: 10%;}
.label4-submitted-1 {top: 11%;left: 10%;}
.label4-answer-2 {top: 10%;left: 50%;}
.label4-submitted-2 {top: 16%;left: 50%;}


.answer{
    border: 1px solid #999;
    color: #333;
}
.correct{
    border:  2px solid green;
    color: green;
}
.incorrect{
    border: 2px solid red;
    color: red;
}
.bi{
    background:none;
    border:none;
    color:inherit;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image:none;
    width:4rem;
    height:4rem;
}
.carousel-control-prev-icon::after{
    content:'\2039';/*unicode left arrow*/
    font-size:4rem;
    color:black;
}
    .carousel-control-next-icon::after {
        content: '\203A'; /*unicode right arrow*/
        font-size: 4rem;
        color: black;
    }
    .carousel-control-prev{
        left:15%;
    }
    .carousel-control-next{
        right:15%;
    }

.image-container-carousel{
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.site-header {
    height: 150px;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-color: #2448A5;
}
.site-header img{
    display:block;
    width:auto;
    height:80px;
}
.site-footer {
    height:100px;
    margin-top: 40px;
    padding: 15px;
    text-align: center;
    background-color: #2448A5;
    color:white;
}
.banner-image {
    max-width: 300px;
    height: auto;
}
.desktop-instructions{
    display:list-item;
}
.mobile-instructions{
    display:none;
}
/*display when touch device*/
@media(pointer:coarse){
    .mobile-instructions{
        display:list-item;
    }
    .desktop-instructions{
        display:none;
    }
}
.nav-div {
    max-width: 1200px;
    margin: 0 auto;
}
.nav-btn{
    width:150px;
}
