﻿body {

}
.icon, .badge {
	cursor: help;
}
.dropdown-content {
	position: absolute;
	border: none;
	border-bottom: 0px solid #d4d4d4;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fafafa;
	max-height: 300px;
	overflow-y: auto;
}
.school-item {
	/* font-size: large; */
	padding: 2px;
	cursor: pointer;
	position:relative;
}
.school-item:hover {
	background-color:#dddddd;
}
.custom-tooltip {
	--bs-tooltip-bg: #212529;
	--bs-tooltip-color: #fff;
	opacity: 0.5;
	box-shadow: var(--bs-box-shadow) !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}