@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css);
@import url(https://cdn.datatables.net/v/bs4/dt-1.10.18/datatables.min.css);
.bdp-input input {
  display: inline-block;
  margin-bottom: 3px;
  width: 60px;
}
.bdp-block {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 5px 3px;
}
.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.data-search {
  width: 100%;
}
.data-search input {
  height: 50px;
}
.dataTables_length {
  visibility: hidden;
}
.paginate_button {
  padding-right: 20px;
}
.logoimg {
  width: 100%;
  padding-top: 10px;
}
.main-sidebar {
  margin-top: 30px;
}
.datepicker td {
  padding: 8px !important;
}
.datepicker th {
  text-align: center !important;
}
.curriculum-title {
  font-size: 28px;
  font-weight: 700;
  color: #00f;
}
.buttons-csv {
  margin-bottom: 30px;
}
.dataTables_filter,
.dataTables_info {
  display: none;
}
.participantrow {
  border-bottom: 3px solid;
}
.participant_green {
  color: green;
}
.participant_red {
  color: red;
}

.cursor-pointer {
  cursor: pointer;
}

.card-header.hover-highlight.active,
.hover-highlight:hover {
  background-color: #ccc;
}

.collapse-toggle-icon {
  font-size: 16px;
  cursor: pointer;
}

.collapse-toggle-icon.rotated {
  transform: rotate(180deg);
}
