


.reviewItem{border-left:8px solid #7ED7F7;box-shadow:5px 10px 8px 10px #888;padding-left:20px;padding-bottom:10px;padding-top:5px;padding-right:10px;font-size:1.1rem;}
.reviewItem input{margin:.6rem}



.checkItem{border-left:8px solid red;box-shadow:5px 10px 8px 10px #888;padding-left:20px;padding-bottom:10px;padding-top:5px;padding-right:10px;font-size:1.1rem;}
.checkItem input{margin:.6rem}



.heading_border{border:2px solid #7ED7F7;    }
hr {
  border:none;
  margin-top:25px;
  border-top:3px dotted #7ED7F7;
  color:#fff;
  background-color:#fff;
  height:1px;
}
input[type=checkbox]:checked + span{
  color:#03b1f0 !important;
  font-weight:bold !important;
}


ol {
  list-style: none;
  counter-reset: item;
  margin-bottom: 20px;
  max-width: 100%;
}
ol li {
     
  padding-left: 0em;
  position: relative;
  margin-bottom: 5px;
    margin-top: 5px;
 
}
ol.alt li {
  padding-left: 0; /* clear */
  text-indent: 25px;
}
ol li:before {
  content: '' counter(item, decimal-leading-zero) '';
  counter-increment: item;
  background-color: #7ED7F7;
  
  position: absolute;
  left: -4em;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;

  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  text-indent: 0; /* clear */
}

ol li:hover {
  padding:5px;  
  background-color: #ffc;
}

    .org-ul2 li:before{clear:none;font-size:16px;line-height:24px;margin-top:3px;list-style-position:outside;margin-left:0px;content:" ";border-radius:4px;border:2px solid #f77ed7;padding:6px;margin-right:20px;float:left}
.org-ul2{list-style-type:none;line-height:24px}

 .org-ul li{
     list-style-type:none;
background: url('https://i.imgur.com/2LVCpV9.png') no-repeat left top;
background-size:30px 30px;

padding-left: 35px;
padding-top: 0px;
display: block;
margin-bottom:10px;
 }

li.arrow {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em; /* space for the arrow */
}

li.arrow::before {
  content: "➡️"; /* Unicode right arrow emoji */
  position: absolute;
  left: 0;
  top: 0;
}

.codestyle{
    font-family:"Courier New", Courier, monospace;
    background-color:black;
    border-radius: 10px;
    border: 2px solid; 
    border-color: yellow;
    padding: 20px;
    color:yellow;        
    width:100%;
    white-space: pre-wrap;
}
.pseudocode{
    font-family:"Courier New", Courier, monospace;
    background-color:black;
    border-radius: 10px;
    border: 2px solid; 
    border-color: blue;
    padding: 20px;
    color:white;        
    width:100%;
    white-space: pre-wrap;
}
.definition{
    padding: 20px;
    background-color:#cedde2;
    border-left: 5px solid #9ebcc6 ;
    font-style: italic;
}
.definition::before {
  content: "Definition: ";
  font-weight: bold;
  
}
