input:checked {
  background-color: green;
  color: yellow;
}


.clickable-link {
  color:#0000ff;
  cursor: pointer;
}


/* CBT PAGE */

.eachExam {
  display: none
}

/* Slideshow container */
.examContainer {
  max-width: 100%;
  position: relative;
  margin: auto;
  /* height: 250px; */
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin: 0 2px;
  background-color: #bbb;
  padding: 6px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #18421e !important;
  color: #fff !important;
}

.dot:hover {
  background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }

  .appointment-inner {
    padding: 0 20px;
  }
}


nav .sidenav-trigger-right {
  float: right;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
  color: red;
}
.navbar {
    background-color: #18421e !important;
}

.card-header {
    background-color: #a5ce38 !important;
}
.table-hover tbody tr:hover {
    background-color: #e8f5e9 !important;
}

.text-muted {
    color: #05310c !important;
}

.text-primary {
    color: #009717 !important;
}
.capa-btn {
    background-color: #18421e;
    border-color: #18421e;
    color: #ffffff;
}

.capa-btn:hover {
    background-color: #1b6224;
    border-color: #18421e;
    color: white;
}

