.cashbox-relevance-control {
  box-sizing: border-box;
  min-width: 10rem;
  margin: 0.35rem 0;
  text-align: left;
}

.cashbox-relevance-switch {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.cashbox-relevance-switch-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cashbox-relevance-switch-track {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 24px;
  flex: 0 0 44px;
  align-items: center;
  border: 1px solid #9aa3ad;
  border-radius: 999px;
  background: #adb5bd;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.cashbox-relevance-switch-thumb {
  position: absolute;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transition: transform 140ms ease;
}

.cashbox-relevance-switch-input:checked + .cashbox-relevance-switch-track {
  border-color: #1f8b4c;
  background: #28a745;
}

.cashbox-relevance-switch-input:checked + .cashbox-relevance-switch-track .cashbox-relevance-switch-thumb {
  transform: translateX(20px);
}

.cashbox-relevance-switch-input:focus + .cashbox-relevance-switch-track,
.cashbox-relevance-switch-input:focus-visible + .cashbox-relevance-switch-track {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

.cashbox-relevance-switch-input:disabled + .cashbox-relevance-switch-track,
.cashbox-relevance-switch-input:disabled ~ .cashbox-relevance-switch-copy {
  opacity: 0.55;
}

.cashbox-relevance-switch-input:disabled ~ .cashbox-relevance-switch-copy,
.cashbox-relevance-switch-input:disabled + .cashbox-relevance-switch-track {
  cursor: not-allowed;
}

.cashbox-relevance-switch-copy {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  gap: 0.45rem;
}

.cashbox-relevance-switch-label {
  color: #212529;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.cashbox-relevance-mode,
.cashbox-relevance-note {
  padding-left: 3.4rem;
  color: #6c757d;
  font-size: 0.75rem;
  line-height: 1.35;
}

.cashbox-relevance-mode {
  margin-top: -0.25rem;
}

.cashbox-relevance-note {
  margin-top: 0.15rem;
  max-width: 24rem;
  overflow-wrap: anywhere;
}

.cashbox-relevance-control--detail,
.cashbox-relevance-control--list-mobile,
.cashbox-relevance-control--cashbox-mobile {
  width: 100%;
}

.cashbox-relevance-control--detail {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid #dbe4ee;
  border-radius: 0.5rem;
  background: #f8fafc;
}

.cashbox-relevance-control--list-desktop,
.cashbox-relevance-control--cashbox-desktop {
  margin-top: 0.45rem;
}

@media (max-width: 767.98px) {
  .cashbox-relevance-control--receipt-list,
  .cashbox-relevance-control--list-mobile,
  .cashbox-relevance-control--cashbox-mobile,
  .cashbox-relevance-control--installment {
    width: 100%;
    margin: 0.6rem 0 0;
    padding: 0.5rem 0.7rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.65rem;
    background: #f8fafc;
  }

  .cashbox-relevance-control--receipt-list .cashbox-relevance-switch,
  .cashbox-relevance-control--list-mobile .cashbox-relevance-switch,
  .cashbox-relevance-control--cashbox-mobile .cashbox-relevance-switch,
  .cashbox-relevance-control--installment .cashbox-relevance-switch {
    width: 100%;
  }
}
