
.card img {
  max-width: 80px;
}

/*
input[readonly] {
  background-color: #e9ecef;
  color: 
}

*/

/* Add this CSS to your existing stylesheet */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  float: right;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider-toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider-toggle {
  background-color: #2196F3;
}

input:checked + .slider-toggle:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-toggle.round {
  border-radius: 34px;
}

.slider-toggle.round:before {
  border-radius: 50%;
}

/* card header toggle button */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switch {
  margin-right: 0rem;
}


/* compression slider-toggle formatting for different levels */
.slider-container {
  display: flex;
  justify-content: left;
  width: 100%;
}

#efficiencyLevel {
  width: 100%; /* Change this value to adjust the slider's width */
}



/* advertisement */
.sponsor-container {
  position: relative;
  /* Add any other styles for the advertisement container */
}

.sponsor-label {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 10px;
  padding: 2px 2px;
  border: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  z-index: 10;
  opacity: 90%;
}

.footnote {
  font-style: italic;
  font-size: small;
}

#ex1Slider .slider-selection {
	background: #BABABA;
}

.summary-badge {
  font-size: large;
}

.footer {
  height: 150px;
}

.page-content {
  padding-bottom: 150px;
}
