fieldset[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.main-wrapper {
  background-color: var(--dashboard-secondary-bg);
}

.menu-main-container,
.sign-out-btn {
  display: none !important;
}

.checkout-title,
.checkout-intro {
  font-weight: bold;
}

.single-page-checkout .card {
  border: 0;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.05); */
}

.single-page-checkout .card-title {
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.btn-primary {
  background-color: #2A4391;
  border-color: #2A4391;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #2A4391;
  border-color: #2A4391;
}

#show-login-button {
  margin-bottom: 0.6rem;
}

.bordered-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  /* color: #6c757d; */
}

.bordered-title {
  align-items: center;
  display: flex;
  font-weight: bold;
  width: 100%;
}

/* .bordered-title::before, */

.bordered-title::after {
  background: #212529;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
}

.bordered-title span {
  /* padding: 0 10px; */
}

.btn-link {
  color: #003366;
}

.payment-options {
  background-color: #ffffff;
  float: right;
  margin-top: -35px;
  padding-left: 15px;
  position: relative;
}

.payment-options img {
  height: 16px;
}

#coupon-input {
  min-width: 0;
  flex: 1;
}

#apply-coupon-btn {
  padding-left: 45px;
  padding-right: 45px;
}

/* Center checkout area and reduce width */

.single-page-checkout {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.single-page-checkout .form-control {
  background-color: var(--dashboard-secondary-bg);
  border: 0;
  box-shadow: none;
}

.single-page-checkout form label {
  color: #212529;
}

.single-page-checkout #payment-form label,
.single-page-checkout #billing-form label {
  color: #2A4391;
}

