/* Sourcewell | Teq Custom Rules v1.0 */
.greenlink {
	color: #12df9e !important;
}
.breadcrumbs a {
	color: #12df9e !important;
}



.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(18, 223, 158, 0.25) !important;
	border-radius: 6px;
}

.accordion-button:active {
	background-color: rgba(18, 223, 158, 0.25) !important;
}
.accordion-button:not(.collapsed) {
	background-color: rgba(18, 223, 158, 0.25) !important;
}


.text-success {
	color: #12df9e !important;
}

.btn-success {
	background-color: #12df9e !important;
}

.btn-success:hover {
	background-color: #21B485 !important;
}

.form-check-input:checked {
  background-color: #12df9e;
  border-color: #12df9e;
}
.form-check-label {
	font-size: .85rem !important;
}
.dropdown-toggle::after {
	color: #12df9e !important;
}

.dropdown-item {
	font-size: .85rem !important;
}
.dropdown-item:hover {
background-color: RGBA(18, 223, 158, 0.1);
}
.form-control {
  color: #12df9e !important;
  opacity: 1;
}

.form-control::placeholder {
  color: #12df9e !important;
  opacity: 1;
}

.breadcrumb-item {
	font-size: .85rem !important;
	color: lightslategray;
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
	
}