.providerResourceTitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}

.providerResource {
  color:#3A3A3A;
  width:300px;
  height:180px;
  vertical-align: top;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.provider-alert-notification {
	height:18px;
	width:18px;
	line-height: 18px;
	display:inline-block;
	color:white;
	margin-left:8px;
	margin-right:8px;
	border-radius: 2px;
	text-align: center;
	background-color: #d63939 !important;
}

.magicSearchResult {
  background:#f6f8fb;
  border-radius: 6px;
  margin:4px;
  padding:8px;
}

.nav-link-icon.active {
  color:#5f57f3;
}

.nav-link-title.active {
  color:#5f57f3;
  font-weight: 600;
}

.nav-link:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.dropdown-item:hover {
  background:#fbfcfd;
  border-radius: 8px;
  margin-left:10px;
}

.biaCard {
  border-radius: 16px;
  border:0px;
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}

.providerResource:hover {
  background:#e3deff;
  cursor: pointer;
}

.magicSearchResults {
  background:white;
  border-radius: 8px;
  padding:16px;
  margin-top: 8px;
}
.beigeWrapper {
  background:none;
}

.providerQuickAction {
  max-width: 600px;
  background: white;
  border-radius: 16px;
  display: inline-block;
  margin: 8px;
  padding:32px;
  text-align: center;
  
}
.providerQuickAction:hover {
  box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
.searchResultsNotch {
  background-color: #444;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  margin: 25px;
  min-height: 50px;
  border: 1px solid #333;
  text-shadow: 0 0 1px #000;
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #444;
}

.hide {
  display:none;
}