.body{
    background-color: #e5eef4;
}
.Mycanvas{border-width: thick;
    height: 82vh;
    background-color: #ecf7ff;

  
    

}
#subCat-1{
  display:none;
  width:100%;
  
}
#subCat-2{
  display: none;
}
.btnCat{
 
  width:9.5rem;
  height:7rem;
}
.blue-full{
  background-color: #ecf7ff;
  min-height: 100vh;
}
.btn-main{
  width: 10rem;
  height: 10rem;
}
.close {display: none;}

  
  .tooltip-qm {

    margin: -2px 03px 4px;
    font-size: 19px;
  }
  
  .tooltip-inner {
   
    font-size: 19px;
    font-weight: 600;

   letter-spacing: 0.1em;
    padding: 5px 5px 5px 5px;
    background: #54d5ff;
    color: rgba(3, 3, 3, 0.7);
    
    text-align: center;
  }
  

  .tooltip.show {
    opacity: 1;
  }

  .bs-tooltip-auto[x-placement^=top] .arrow::before,
  .bs-tooltip-top .arrow::before {
    border-top-color: #54d5ff;
    
  }
#kontrol-btn{
    position : absolute !important;
    bottom   : 2rem !important;
    right:2rem !important;
}
#first{
    border:1px #ecf7ff solid;
    padding: 1rem;
}
#second{
    border:1px #ecf7ff solid;
    padding: 1rem;
}
#third{
    border:1px #ecf7ff solid;
    padding: 1rem;
}
.button-bottom{
    margin: 0 0 3rem 0 !important;
}

.MyTimer{
    height: 9rem;
    background-color:#e0f2ff;
   
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  
    font-size: xx-large;
    padding: 1rem;

}
.red{
    background-color: red;
}
.rounded {
    border-radius:0.8rem!important
}
.kare{
  
  padding: 0px;
 

}
.dragdrop{
    margin: 0 auto;
    height: 50vh;
    text-align: center;
    padding:40px;
    background-color: lawngreen;
}
.app {
    display: flex;
    flex-flow: row;

    width: 25vw;
    height: 25vh;
}



.lists {
    display: inline-block;
    height: 80vh;
    flex: 1;
    width: 100%;
    overflow-x: scroll;


}

.lists .list {
    display: flex;
    flex-flow: row;
    flex: 1;

    width: 100%;
    min-width: 250px;
    max-width: 380px;
    height: 100px;



    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 20px 15px;
    padding: 8px;
    transition: all 0.2s linear;
}

.lists .list .list-item {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    margin: 4px 2px ;
    border: 2px solid #54d5ff;
}
#soruHece{
    margin-top: auto;
    margin-bottom: auto;

}
.EtkinlikAdi{
    margin-left: 20px;
    color:#3a5b70;
}
.gizlicevap{
    display: none;
}