/* Created By Nabeel Knr */ 

html, body {
    height: 100%;
    background-image: linear-gradient(#4198E9, #204F9D);
    filter: saturate(1.2);
}


#wrapper {
	height: 100%;
	background-image: url('../img/graphy2.png?v5'); 
	background-repeat: repeat;

}
.myblck0 {
  border-radius: 20px;
  padding: 10px;
  background-color: white;
  box-shadow: 1px 2px 20px 12px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}
.myblck1 {
 
     height: 160px; overflow: hidden;
    display: grid;
}
.myblck1 img {
    height: 100px;
  }
.myblck1 .blc0 {
display: flex;
justify-content: space-around;
padding: 0px 15px 0px 15px;
}
.myblck1 .blc1a {
display: flex;
justify-content: space-between; font-weight: bold;
}
.blc1 {
  width: 100%; padding-left: 15px;
}
.myblck1 .blc2 {
    display: flex; font-weight: bold;
justify-content: space-evenly; align-items: center;
} .blc2 .blc1b {
 display: flex;
 justify-content: space-evenly;
 background-color: rgb(185, 200, 185);
 padding: 5px;
 color: white;
 width: 81px;
 border-radius: 8px;
}

.progress-bar-info {
    background-color: #1b81cc;
}
/* SUB DETAILED PAGE */


.page-navbar {
    background-color: rgb(24 35 55) !important;
    color: white !important;
}

.panel {
	
	border-radius: 15px;
	    box-shadow:1px 2px 20px 12px rgb(0 0 0 / 10%);
}
.table.table-bordered thead tr {
    background: #1781cc;
    color: #ffffff;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dbe3ec;
    }
    
    .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f4f9ff;
}
	  .pagecontent{
	
		  min-height: 100%;
		  padding: 50px 30px 0px 30px;
	  }
	  
	  #topButtons {
		  margin-top: 80px;
	  }
	  .headButtons {
		  	text-align: center;
		    margin-top: 30px;
			margin-bottom: 30px;
	  }
	  
.headButtons .myPassColor {
    text-align: center;
    height: 45px;
    width: 140px;
    margin-left: 6px;
    overflow: hidden;
    border-radius: 12px;
    border: none;
    vertical-align: top;
    font-weight: bold;
    
}
	 .btnTopItem{
	
	color: black;
	 background-image: linear-gradient(white, #c0f2ff);
	 box-shadow: -1px 9px 8px #0d64b5;
}
	
	  
 .headButtons .myBtnSelected{
		  
	
	background-image: linear-gradient(-180deg, #1e3249 0%, #225691 100%);
    color: #f4faff;;
    box-shadow: inset 1px 2px 4px #000000, 0px 1px 0px #3c4755; }
 


	  

.btn-clear-xs {
	    border-color: #2454a2;
	}
	  
/* 	COUNTDOWN DAYS   */

#countdown ul {
 padding: 0px;
}

#countdown h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

#countdown li {
 	display: inline-block;
    font-size: 0.6em;
    list-style-type: none;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 2.0rem;
}
#countdown span {
	font-weight: bold;
}

/* CIRCLE FOR POINTS */

#circlePoint {
	
background-color: aliceblue;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 10px;
    margin: 0 auto;
    border: 4px solid #5596dd;
    }
    #circlePoint .count {
	    font-size: 30px;
	    margin-top: 10px;
	    font-weight: bold;
	    
    }
     #circlePoint p {
	   font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #6e90b5;
    margin-top: -8px;	    
    }
    
    
 /******** SECOND PAGE START HERE **********/
 
 .headeText{
	 font-weight: bold;
	margin-bottom: 0px;
 }
 
 .boxStyle {
	background-color: #347ac4;
    border-radius: 10px;
    padding: 10px;
    color: white;
 }
 
 .actionBtn {
	
 	margin-top: 10px; margin-bottom: 15px;
    height: 60px;
    width: 180px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    border: none;
    color: white;
   
    box-shadow: 0px 9px 14px 0px rgb(1 232 47 / 57%);
  }
  
  
 .startButton {
	background: linear-gradient(to top, #04ed32 0%, #00b302 100%);
 }
 
.completeButton {
	background: linear-gradient(to top, #04ed32 0%, #00b302 100%);
}
   .actionBtn:hover{
	   color: white; 
	   background: linear-gradient(to top, #04ed32 0%, #00b302 100%);
   } 
   
    
    #note{

	line-height: 23px;
	color:#444;
	background: url('../img/mid.jpg') repeat-y;
	display: block;
	border: none;
	width: 100%;
	min-height: 160px;
	height: auto;
	overflow: hidden;
	resize: none;
	outline: 0px;
	padding: 0 10px 0 35px;
}
