/*
    CSS ARCHIVE FOR THE LABS
    Include rules for your lab.
*/

body{
    font-size: 10px !important;
}

h1{
    text-align: center !important;
    padding-bottom: 2rem;
    color:red;
}

.cam{
    width: 45rem;
}
#DivExp ul {
list-style: none;
margin-left: 0;
padding: 0;
margin: 0;
}


.btn-list{
    background-color: #009688d9;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 3rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    margin: 1rem;
    color: white;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
}
.facet-container{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  p {
    clear: both;
    padding-top: 1em;
  }
  .drop {
    list-style-type: none;
    margin: 0;
    padding: 1rem;
    margin-right: 1rem;
    background: rgba(241,241,241,1);
    padding: 0.5rem;
    height: 16.5rem;
    font-size: 0.85rem;
    font-size: 0.85em;
    border: rgb(185, 183, 183) 0.146rem solid;
    border-radius: 1.1rem;
    min-width: 16rem;
    transform: rotate(180deg);
  }
  .facet-list li {
    margin: 0.5rem;
    padding: 0.5rem;
    font-size: 1.2rem;
    width: 12rem;
  }
  .facet-list li.placeholder {
    height: 1.2em
  }
.facet-3 {
       background-color: #009688d9;
       cursor: move;
       color: white;
       border-radius: 10rem;
       padding: 0.2rem;
       width: 18rem;
       margin: 1rem;
       transform: rotate(180deg);

  }
  .facet-2 {
    background-color: #f44336a6;
    cursor: move;
    color: white;
    border-radius: 10rem;
    padding: 0.2rem;
    width: 13rem;
    margin: 1rem;
    transform: rotate(180deg);

}
.facet-1 {
    background-color: #2196f3;
    cursor: move;
    color: white;
    border-radius: 10rem;
    padding: 0.2rem;
    width: 8rem;
    margin: 10;
    transform: rotate(180deg);

}
  .facet.ui-sortable-helper {
    opacity: 0.5;
  }
.facet-content{
    margin-right: 1rem;
}
.drag-label{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}
#controll-container{
    display: flex;
    justify-content: space-around;
    width: 56%;
    align-items: center;
    background-color: rgba(239, 239, 239, 0.69);
    border-radius: 2rem;
    border: rgba(197, 197, 197, 0.99) solid 0.1rem;
}
.timer{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0.5rem !important;
    margin-right: 1rem;
    background: white;
    color: #009688d9;
    padding: 0.5rem;
    min-width: 5rem;
    height: 4rem;
    border: rgba(158, 156, 156, 0.99) solid 0.1rem; 
    border-radius: 1.1rem;
}
.button-timer-container{
    display: flex;
}
.help-container{
    display: flex;
}
.button-timer{
    display: flex;
    margin-right: 0.5rem;
    background-color: transparent;
    border: none;
    color: #009688d9;
}
.textConfigured{
    display: flex;
    margin-right: 1rem;
    background-color: transparent;
    border: none;
    color: #009688d9;
}
.button-timer:active,
.button-timer:focus,
.button-timer:visited{
    outline: none !important;
}
.button-timer:hover{
    color: #045e55ee;
}
.button-help{
    font-weight: 400;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 400rem;
    background-color: #009688d9;
    height: 3rem;
    color: white;
    width: 3rem;
}
.timer-content{
    font-size: 2rem;
    font-weight: 400;
}
.timer-container{
    display: flex;
    align-items: center;
}
.pass-count{
    display: flex;
}
.score-content{
    display: flex;
    margin-top: -4rem;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .modalDialog:target {
    opacity:1;
    pointer-events: auto;
  }
  .modal-content{
      width: 100%;
      height: 100%;
  }
  .modal-content > div {
    width: 86%;
    position: relative;
    margin: 10% auto;
    border-radius: 1rem;
    background: #fff;
    text-align: justify;
  }
  .closeModal {
    background: #606061;
    color: #FFFFFF;
    line-height: 2.5rem;
    position: absolute;
    right: -1.2rem;
    text-align: center;
    top: -1rem;
    width: 3.1rem;
    border-radius: 95rem !important;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 1.2rem;
    z-index: 100;
    -moz-border-radius: 1.2rem;
    -moz-box-shadow: 0.1rem 0.1rem 0.3rem #000;
    -webkit-box-shadow: 0.1rem 0.1rem 0.3rem #000;
    box-shadow: 0.1rem 0.1rem 0.3rem #000;
  }
  .closeModal::after {
    content: "\d7";
  }
  .closeModal:hover { 
    background: rgb(119, 11, 11);
    color: white !important;
}
.modalText{
    font-size: 1.5rem;
    text-align: justify;
}
.ranking{
    width: 25rem!important;
    height: 40rem !important;
    border-radius: 3rem !important;
    font-family: Helvetica Neue !important;
    color: rgba(31, 31, 31, 0.795) !important;
    font-size: 1rem !important;
    margin-top: 6rem;
}
.table-container{
    text-align: center !important;
}
#fa-trophy{
    margin-right: 1rem !important;
    color: #FFC107 !important;
    font-size: 2rem;
}
#table-content-1{
    width: 25rem !important;
    height: 5.5rem !important;
    display: flex !important;
    background-color: rgba(7,137,102,0.1) !important;
    justify-content: space-around !important;
    align-items: center !important;
}

.table-content{
    width: 25rem !important;
    height: 5.5rem !important;
    display: flex !important;
    background-color: rgba(7,137,102,0.2) !important;
    justify-content: space-around !important;
    align-items: center !important;
    counter-increment: leaderboard !important;
}
.table-content:last-child{
    border-radius: 0 0 2.2rem 2.2rem !important;
}
.table-content-1::before ,.table-content::before{
    content: counter(leaderboard) !important;
    z-index: 2 !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2rem !important;
    color:  white !important;
    background:#009688d9 !important;
    border-radius: 4rem !important;
    text-align: center !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}
.title-rank{
    background-color: #009688d9 !important;
    width: 25rem !important;
    height: 5.4rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 2.2rem 2.2rem 0 0 !important;
    color: white !important;
    font-family: Helvetica Neue !important;
    font-size: 1rem !important;
}
.cam-ranking{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}
.content-victory{
    text-align: center !important;
    background-color: rgba(7,137,102,0.7) !important;
    width: 100% !important;
    color: white !important;
    height: 100% !important;
    padding: 8rem !important;
    /* justify-content: center; */
    border-radius: -10rem!important;
    margin-top: 0!important;
}
#crown{
    color: rgb(224, 180, 34) !important;
    margin-bottom: 0.5rem !important;
    font-size: 14rem !important;
}
.victory-title{
    font-size: 4.5rem !important;
    color: white !important;
}
.victory-content{
    display: flex !important;
    justify-content: space-around !important;
    font-size: 4rem !important;
    margin-top: 8rem;
    margin-bottom: 2rem;
}
.movements, .time{
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
}
#icon-victory{
    margin-right: 1rem !important;
}
#input-name{
    border-radius: 35rem !important;
    background-color: white !important;
    margin-top: 2rem!important;
    color: black !important;
}
#input-name:active,
#input-name:focus,
#input-name:visited{
    outline: none !important;
}
input[type=text], select {
    width: 100% !important;
    padding: 1.2rem 2rem !important;
    margin: 0.8rem 0 !important;
    display: inline-block !important;
    border: 0.1rem solid #ccc !important;
    border-radius: 3rem !important;
    box-sizing: border-box !important;
  }
  
  input[type=submit] {
    width: 100% !important;
    background-color: #4CAF50 !important;
    color: white !important;
    padding: 1.4rem 2rem !important;
    margin: 0.8rem 0 !important;
    border: none !important;
    border-radius: 0.4rem !important;
    cursor: pointer !important;
  }
  
  input[type=submit]:hover {
    background-color: #45a049 !important;
  }
  .form-name{
      width: 50%;
      margin: auto;
  }
  .btn-text{
    background-color: white !important;
    color: #009688 !important;
    width: 15rem !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    height: 5rem !important;
    border-radius: 6rem !important;
  }
.btn-text:active,
.btn-text:focus,
.btn-text:visited{
    outline: none !important;
}

@media (min-width: 300px){
    body{
        font-size: 5px !important;
    }
}
@media (min-width: 576px) { 
    body{
        font-size: 8px !important;
    }
}
@media (min-width: 768px) { 
    .cam{
        margin-right: 0rem;
    }
}

@media (min-width: 990px) { 

}

@media (min-width: 1200px) {
    body{
        font-size: 15px !important;
    }
}