body {
    background: #f0f0f0;
}

.card-info.card-outline {
    border-top: 5px solid #6f42c1;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.slider-value {
  font-weight: bold;
  margin-left: 10px;
}

.form-check-input:checked {
  background-color: #6f42c1; 
  border-color: #d8bfff;
}

.form-check-input:focus {
	box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.4);
}

.btn-purple {
	background-color: #6f42c1;
	border-color: #6f42c1;
	color: #fff;
}

.btn-purple:hover {
	background-color: #5a32a3;
	border-color: #5a32a3;
	color: #fff;
}

/* Custom slider color (WebKit for Chrome/Safari/Edge) */
input[type="range"]::-webkit-slider-thumb {
	background: #6f42c1;
}

input[type="range"]::-webkit-slider-runnable-track {
	background: #d8bfff;
}

/* Custom slider color for Firefox */
input[type="range"]::-moz-range-thumb {
	background: #6f42c1;
}

input[type="range"]::-moz-range-track {
	background: #d8bfff;
}

#macroResults {
  text-align: center;
  margin-top: 2rem;
}

#macroResults p {
	margin-bottom: 2rem;
}

#macroResults .macro-header {
	font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

#macroResults i {
	color: #6f42c1;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
	#macroResults .macro-block {
		margin-bottom: 20px;
	}
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.hide-logo-container {
	display: none !important;
}

.show-logo-container {
	display: inline-block !important;
}

#items-container .remove-btn {
    cursor: pointer;
	color: #6f42c1 !important;
    font-size: 22px;
}

.reset-label {
	all: unset !important;
}

#items-container label {
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
}

footer {
	font-size: 0.875rem;
	color: #6c757d;
}

footer a {
	text-decoration: none;
	color: #6f42c1;
}
