.w-fill {
  width: -webkit-fill-available !important;
}

.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}

h1 {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.col-48 {
  color: #484848;
}
.mb-22 {
  margin-bottom: 2rem;
}
.mb-18 {
  margin-bottom: 1.8rem;
}
.fs-8 {
  font-size: 0.87rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.mg-cart {
  border-radius: 1.25rem;
  box-shadow: -11px 68px 19px 0px rgba(0, 0, 0, 0),
    -7px 43px 18px 0px rgba(0, 0, 0, 0.01),
    -4px 24px 15px 0px rgba(0, 0, 0, 0.05),
    -2px 11px 11px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.mb-88 {
  margin-bottom: 0.88rem;
}
.col-b3 {
  color: #b3b3b3;
}

.mg {
  height: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.625rem;
  background: var(--Bank-Bank-5, #39c501);
  margin-bottom: 1.31rem;
}

.mg:hover {
  background: #2f9905;
}
.div-box {
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
}
.div-box-1 {
  padding: 1.72rem 1rem;
  border-radius: 0.9375rem;
  background: white;
}

/* رادیو باتن */
/* استایل پیش‌فرض برای باکس */
.radio-box {
  border-radius: 0.625rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  transition: border-color 0.3s ease;
}

/* تغییر رنگ بردر باکس به سبز */
.radio-box.active-1 {
  border-radius: 0.625rem;
  border: 2px solid var(--Bank-Bank-4, #5fd132);
}

/* استایل سفارشی برای رادیو باتن */
.radio-box input[type="radio"] {
  appearance: none; /* حذف استایل پیش‌فرض */
  width: 1.625rem;
  height: 1.625rem;
  border: 5px solid #e4f9dc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}

/* رنگ و استایل رادیو باتن در حالت انتخاب‌شده */
.radio-box input[type="radio"]:checked {
  background-color: #39c501;
}

/* تغییر رنگ رادیو باتن هنگام فوکوس */
.radio-box input[type="radio"]:focus {
  border: 5px solid #e4f9dc;
}

@media (max-width: 992px) {
  .first {
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .p-font {
    font-size: 0.75rem !important;
  }
}
