  .list-check {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .list-check li {
    color: #2a3642;
    margin: 12px 0;
    font-weight: 500;
    list-style: none !important;
  }
  .list-check li:before {
    color: #4bd173;
    content: "\f3ff";
    font-family: "Ionicons";
    font-size: 30px;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 1;
    margin-right: 8px;
  }
.toc_container {
    background: #f4fab6;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}

.button3d {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3d:hover {
  background-color: #245927;
}

.button3d:active {
  box-shadow: none;
  transform: translateY(4px);
}
.button3dbl {
    display: inline-block;
    padding: 12px 24px;
    background-color: #2a2e89;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
  }
  
  .button3dbl:hover {
    background-color: #060825;
  }
  
  .button3dbl:active {
    box-shadow: none;
    transform: translateY(4px);
  }

.button3dye {
    display: inline-block;
    padding: 12px 24px;
    background-color: #eace1d;
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
  }
  
  .button3dye:hover {
    background-color: #5a4f08;
  }
  
  .button3dye:active {
    box-shadow: none;
    transform: translateY(4px);
  }

.button3dor {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ef7f23;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
  }
  
  .button3dor:hover {
    background-color: #75430a;
  }
  
  .button3dor:active {
    box-shadow: none;
    transform: translateY(4px);
  }

.button3dpu {
	display: inline-block;
	padding: 12px 24px;
	background-color: #4b038b;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

.button3dpu:hover {
	background-color: #150127;
}

.button3dpu:active {
	box-shadow: none;
	transform: translateY(4px);
}

.button3dre {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ef2a23;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
  }
  
  .button3dre:hover {
    background-color: #610f0c;
  }
  
  .button3dre:active {
    box-shadow: none;
    transform: translateY(4px);
  }
.date-picker {
  position: relative;
  display: inline-block;
}

/* Date picker input field */
#datePicker {
  padding: 10px;
  width: 200px;
  font-size: 16px;
}

/* Date picker calendar */
.calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Date picker calendar table */
.calendar table {
  width: 100%;
  border-collapse: collapse;
}

/* Date picker calendar table cells */
.calendar td {
  padding: 5px;
  text-align: center;
}

/* Date picker calendar table cells (hover state) */
.calendar td:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

ul.circle-checkmark {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

li.circle-checkmark {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

li.circle-checkmark::before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 2px; 
  border: solid 8px #f9dd94;
  border-radius: 8px;
}

li.circle-checkmark::after {
  content: ""; 
  position: absolute; 
  left: 5px;
  top: 5px;
  width: 3px;
  height: 6px;
  border: solid #7eb4e2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.highlight-red {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 20, 0, 0.2),
    rgba(255, 20, 0, 0.7) 95%,
    rgba(255, 20, 0, 0.1)
  );
}
.highlight-yellow {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 224, 0, 0.2),
    rgba(255, 224, 0, 0.7) 95%,
    rgba(255, 224, 0, 0.1)
  );
}
.highlight-green {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(0, 255, 20, 0.2),
    rgba(0, 255, 20, 0.7) 95%,
    rgba(0, 255, 20, 0.1)
  );
}
  .highlight-blue {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(
      -100deg,
      rgba(130, 140, 255, 0.2),
      rgba(130, 140, 255, 0.7) 95%,
      rgba(130, 140, 255, 0.1)
    );
  }

/******************** Quotation Start ***************************/
.quoteclsback {
	background: #aaa;
	display: flex;
 	padding: 1rem;
	font-size: 1.5em;
}

.quotecls {

	position: relative;
	width: 600px;
	margin: auto;
	padding: 1rem;
	background-color: transparent;
	background-image: linear-gradient(
			-45deg,
			transparent,
			transparent 2%,
			white 2%,
			white 85%,
			transparent,
			85%,
			transparent
		),
		linear-gradient(to bottom right, #2ad, #2ad 90%, transparent 90%);
	background-position: top left, 0.2em 0.2em;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 15px #0005);
}

.quotecls::before,
.quotecls::after {
	position: absolute;
	z-index: -1;
	display: block;
	width: 3rem;
	height: 4rem;
	content: "";
	z-index: 0;
	font-size: 8rem;
	font-family: Georgia, Times, Garamond, serif;
}

.quotecls::before {
	top: -2rem;
	left: 1rem;
	content: open-quote;
}

.quotecls::after {
	bottom: -1rem;
	right: 1rem;
	content: close-quote;
}

.quotecls::before,
.quotecls::after,
.quotecls h2 {
	text-shadow: -2px 2px #fff, -1.5px 1.5px #fff, -1px 1px #fff, -0.5px 0.5px #fff;
}

.quotecls h2 {
	margin-block-end: 1rem;
}

.quotecls p {
	margin-block-start: 1rem;
	text-indent: 2ch;
}
/********************************quote end********************/

.nobutton3dye {
	display: inline-block;
	padding: 12px 24px;
	background-color: #eace1d;
	color: rgb(0, 0, 0) !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

#main_component a.nobutton3dye {
	color: rgb(0, 0, 0) !important;
}

.nobutton3dre {
	display: inline-block;
	padding: 12px 24px;
	background-color: #ef2a23;
	color: white !important;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.674);
}

#main_component a.nobutton3dre {
	color: rgb(0, 0, 0) !important;
}

.mobilemenuck-togglericon::after {
    background: none !important;
    width: 100% !important;
    text-align: right !important;
    margin-right: 5px;
}

/*Fixed modal*/
@media (max-width: 576px){
.guru-modal-opened .guru-lesson.guru-lesson-modal-dark {
  display: flex !important;
}
}