#eci-car-widget label{display:block;margin-top:8px;font-weight:600;}
#eci-car-widget select,#eci-car-widget input{width:100%;padding:8px;margin-top:4px;border:1px solid #ddd;border-radius:4px;}
.eci-btn{background:#0a6; color:#fff; padding:8px 12px; border:none; border-radius:6px; cursor:pointer;}

#eci-car-widget label , #eci_price_box{
	font-family: "Morabba_FaNum-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
	padding-bottom: 6px;
	color: #181818;
}
#eci-car-widget select{
	background-color: #F5F5F5;
    border-color: #E7E7E7;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
	font-family: "RaviFaNum-Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
	color: #181818;
}
#eci-car-widget .eci-btn{
	color: #fff;
    cursor: pointer;
    width: -webkit-fill-available;
	background-image: linear-gradient(91deg, #b58e5e 0%, #d6b25e 100%);
    justify-content: center;
    direction: ltr;
	margin-top: 10px;
	border: none !important;
}
.back-btn {
    background: #ccc !important;
    color: #333 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 56px !important;
    height: 46px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: bold !important;
    transition: all 0.3s 
ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.back-btn:hover {
  background: #bbb;
  transform: scale(1.1);
}


.back-icon,
.continue-icon {
  width: 20px;
  height: 20px;
}

.button-text {
  margin-left: 5px; /* فاصله متن از آیکن */
}

/* موبایل */
@media (max-width: 767px) {
  .second-page-buttons {
  }
  .back-btn {
    width: 56px;
    height: 46px;
  }
 .invoice-actions{gap:30px; width:90%;}
}
.swal2-popup {
  font-family: "Morabba_FaNum-Regular", Sans-serif;
  border-radius: 12px !important;
  direction: rtl;
}
.swal2-title, .swal2-html-container {
  text-align: center;
}
