h3{
  background: -webkit-linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
hr{
  border: 0.5px solid transparent;
  border-radius: 5px;
  /* background: linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box; */
  background:
    linear-gradient(to right, #4768DC, #4768DC),
    linear-gradient(to right, #AD6AB4 , #AD6AB4);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
p{
  text-align: justify;
  word-break: keep-all;
}

table{
  border: 0.5px solid #AD6AB4;
}

th, td {
  padding: 15px;
  border: 0.5px solid #AD6AB4;
}
.cucet_table{
  width: 100%;
}

.cucet_table_with_4_columns  > thead > tr > td{
  text-align: center;
  width: 20%!important;
}

.table_show_heading{
  width: 50%;
  background:linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%);
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  border: 0.5px solid #ffffff;
}


@media only screen and (max-width: 800px) {
  .cucet_table_with_4_columns_div{
    width: 100%;
    overflow-x: scroll;
  }
}

table {
  /* overflow: hidden; */
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #AD6AB4; /* this draws the table border  */
}

td {
  border: 1px solid #ccc;

  /* text-align: justify!important; */
  word-wrap: keep-all;
}

.gradient_dots{
  list-style: none; /* Remove default bullets */
}
.gradient_dots li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #AD6AB4; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

b, .black_color_anchor{
  color: #2f2f2f;
  font-weight: bold;
}

.black_color_anchor{
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  width: 40%;
  padding: 0 30px;
  font-size: 15px;
  line-height: 54px;
  background-color: #ffffff;
  /* color: #69aefe; */
  background: -webkit-linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #AD6AB4;
  border-radius: 8px;
  text-align: center;
}

.syllabus_table > tbody > tr > td{
  cursor: pointer;
  transition: .4s ease-out .1s;
  border-radius: 10px;
}

.syllabus_table > tbody > tr > td:hover{
  color: #ffffff;
  background:linear-gradient(90deg, #4768DC 0.67%, #AD6AB4 100%);
  font-weight: 500;
  transform: scale(1.05);
}
