@charset "UTF-8";
/* line 1, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page {
  /* Oculta o input original */
  /* O trilho do switch */
  /* O círculo que se move */
  /* Estado ativo (checked) */
  /* Move o círculo para a direita */
  /* Animação de foco */
  /* Arredondado */
}
/* line 2, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 18px 24px;
  border-bottom: 1px solid #e9ecef;
  background-color: #fff;
  min-height: 80px;
  transition: background 0.25s, box-shadow 0.25s;
  border-radius: 4px;
}
/* line 15, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__item:hover {
  background: #fdfdfd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* line 20, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__content h5 {
  margin-bottom: 10px !important;
  font-size: 15px;
  font-weight: 600;
  color: #1976d2;
}
/* line 27, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__content small {
  font-size: 13px;
  color: #555;
  margin-right: 16px;
}
/* line 33, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .badge {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 0.2px;
}
/* line 42, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .badge-success {
  background-color: #4caf50 !important;
  color: #fff;
}
/* line 47, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .badge-secondary {
  background-color: #9e9e9e !important;
  color: #fff;
}
/* line 52, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .actions__item {
  margin-left: 12px;
  font-size: 18px;
  color: #666;
  transition: color 0.2s;
}
/* line 59, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .actions__item:hover {
  color: #000;
}
/* line 63, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
/* line 71, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 78, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
/* line 91, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* line 105, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .switch input:checked + .slider {
  background-color: #2e7d32;
  /* verde escuro material */
}
/* line 110, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .switch input:checked + .slider:before {
  transform: translateX(18px);
}
/* line 115, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .switch input:focus + .slider {
  box-shadow: 0 0 1px #2e7d32;
}
/* line 120, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .slider.round {
  border-radius: 34px;
}
/* line 123, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .slider.round:before {
  border-radius: 50%;
}
/* line 127, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview--bordered {
  border: none;
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
}
/* line 134, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .data-box {
  display: inline-flex;
  align-items: center;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 4px 10px;
  margin-right: 10px;
  font-size: 10px;
  color: #443f3fff;
  font-family: "Inter", sans-serif;
}
/* line 147, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .data-box b {
  font-weight: 600;
  color: #333;
  margin-right: 4px;
}
/* line 153, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__item h5 {
  margin-bottom: 14px !important;
  /* espaço extra entre o título e o resto */
}
/* line 157, /app/spa/app/assets/stylesheets/prescription_decay_settings.scss */
.prescription-decay-settings-page .listview__item .d-flex.align-items-center.gap-2.flex-wrap {
  margin-top: 4px;
  /* pequeno espaço acima das badges */
}
