.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;
}
.inputbox {
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.form-select {
  background-color: #f7f7f7;
  border: unset !important;
  padding-top: 1rem;
  background-position: left 0.15rem top -0.5rem !important;
  background-size: 1.5rem 1.5rem !important;

  padding-right: 0rem;
  padding-bottom: 0rem;
  background-image: url("../images/insurance-2/flash.svg") !important;
}
.form-select:focus {
  box-shadow: unset !important;
}

.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;
}
/* تاریخ */
.date-picker-wrapper {
  position: relative;
  display: inline-block;
}
.calendar-icon {
  cursor: pointer;
  position: absolute;
  top: 26%;
  left: 10px;
  transform: translateY(-50%);
}
input[type="text"] {
  padding-top: 1rem;
  width: 200px;
  outline: unset;
  border: unset;
  background-color: #f7f7f7;
}
.pwt-datepicker-input-element::placeholder {
  font-size: 1rem;
  color: black;
}
/* رادیو باتن */
/* استایل پیش‌فرض برای باکس */
.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;
}
/* ////select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* افزودن تصویر فلش دلخواه */
.select2-container--default .select2-selection--single::after {
  content: '';
  position: absolute;
  top: 2rem !important;
  left: 0rem !important;
  transform: translateY(-50%);
  width: 37rem;
  height: 5rem;
  background-image: url('../images/insurance-2/flash.svg'); /* آدرس تصویر دلخواه */
  background-size: unset;
  background-repeat: no-repeat;
  pointer-events: none; /* غیرقابل کلیک */
}
.select2-container--default .select2-selection--single {
  background-color: #f7f7f7;
  border: unset;
  border-radius: unset;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {

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