div.dt-buttons {
  position: relative;
}
div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  right: 0;
  left: unset !important;
  width: 270px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.75em 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
div.dt-button-collection .dt-button.active {
  background: none;
  box-shadow: none;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  float: none;
  justify-content: space-between;
  align-items: center;
  background: none;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}
div.dt-button-collection .dt-button:hover:not(.disabled) {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none;
}
div.dt-button-collection .dt-button.active::after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "\2713";
  color: inherit;
}

.student_selected:hover{
	background-color: #5c4ac7;
	color: #fff;
}

.tooltip-custom{
	background-color: black;
	right: 0;
	bottom: 50px;
	border-radius: 4px;
	padding: 4px 10px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	filter: drop-shadow(0 3px 5px #ccc);
	opacity: unset;
}
.tooltip-custom::after{
	content: "";
	position: absolute;
	bottom: -9px;
	right: 68px;
	margin-left: -9px;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	background: black;
}
.introjs-tooltip {
	min-width: 325px !important;
}
.introjs-tooltiptext {
	color: #000;
	font-size: 16px;
}
.introjs-tooltipbuttons {
	display: flex;
	justify-content: space-between;
}
.introjs-tooltipbuttons .introjs-nextbutton {
	order: 0;
}
.introjs-tooltipbuttons .introjs-prevbutton {
	order: 1;
}
.alert-session .swal2-content .select2 {
	display: none;
}