.ns1 {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-13 {
  font-size: 13px !important;
}

.card > .calc_card_header {
  background: #b31f29;
  color: #ffffff;
}

.card > .secondary-header {
  background: #6c757d;
  color: #ffffff;
}

.border-lfrc {
  border-color: #b31f29;
}
.col-qty {
    max-width: 120px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-price {
    max-width: 110px;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.darker_text {
  color: #212529;
}
.form-label {
  color: #212529;
}
.btn-lfrc {
  color: #ffffff;
  background: #6c757d;
  border-color: #6c757d;
  display: grid;
  place-items: center;
}
.fw-semibold {
  font-weight: 500 !important;
}
.fs-5 {
  font-size: 1.1rem !important;
}
.grey-txt {
  color: #6c757d;
}
