
.image-state[data-v-60ffe683] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #909399;
  min-height: 200px;
  text-align: center;
}
.image-state i[data-v-60ffe683] {
  font-size: 48px;
  margin-bottom: 16px;
}
.image-state p[data-v-60ffe683] {
  margin-bottom: 16px;
  font-size: 16px;
}


.image-modal .el-dialog__body {
  padding: 20px;
}
.image-modal .el-dialog {
  margin-top: 5vh !important;
}

/* Ensure image modal appears above finance modals */
/* Removing z-index from .image-modal-dialog to let Element UI manage it */
.image-modal-dialog {
  /* z-index: 3500 !important; */
}

/* Removing z-index from .image-modal-dialog .el-dialog__wrapper */
.image-modal-dialog .el-dialog__wrapper {
  /* z-index: 3500 !important; */
}

/* Removing z-index from .image-modal-dialog .el-overlay */
.image-modal-dialog .el-overlay {
  /* z-index: 3499 !important; */
}


.finance-detail[data-v-4dadbc38] {
  padding: 0 10px;
}
.detail-section[data-v-4dadbc38] {
  margin-bottom: 25px;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 15px;
}
.section-title[data-v-4dadbc38] {
  margin-bottom: 15px;
  font-weight: 600;
  color: #303133;
}
.detail-grid[data-v-4dadbc38] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.detail-item[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-label[data-v-4dadbc38] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 5px;
}
.detail-value[data-v-4dadbc38] {
  font-size: 15px;
  color: #606266;
}
.products-grid[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.product-card[data-v-4dadbc38] {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-price[data-v-4dadbc38] {
  margin-top: 5px;
  color: #67c23a;
  font-weight: 600;
  font-size: 14px;
}
.image-preview[data-v-4dadbc38] {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
}
.finance-image[data-v-4dadbc38] {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.image-error[data-v-4dadbc38],
.image-loading[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  background-color: #f5f7fa;
  color: #909399;
}
.image-error i[data-v-4dadbc38],
.image-loading i[data-v-4dadbc38] {
  font-size: 36px;
  margin-bottom: 10px;
}
.update-form[data-v-4dadbc38] {
  margin-top: 15px;
}
.image-container[data-v-4dadbc38] {
  margin-top: 10px;
  text-align: center;
}
.image-container .el-image[data-v-4dadbc38] {
  max-width: 100%;
  max-height: 300px;
}
.formatted-amount[data-v-4dadbc38] {
  color: #67c23a;
  font-weight: 600;
  font-size: 13px;
  margin-top: 3px;
}
.image-thumbnail[data-v-4dadbc38] {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
  margin: 5px;
}
.image-overlay[data-v-4dadbc38] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.image-thumbnail:hover .image-overlay[data-v-4dadbc38] {
  opacity: 1;
}
.image-thumbnail:hover .thumbnail-image[data-v-4dadbc38] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.thumbnail-image[data-v-4dadbc38] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Steps Section Styles */
.steps-overview[data-v-4dadbc38] {
  margin-bottom: 15px;
}
.steps-summary[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  background-color: #f5f7fa;
  border-radius: 4px;
  border: 1px solid #ebeef5;
}
.steps-summary .summary-item[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 150px;
}
.steps-summary .label[data-v-4dadbc38] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 4px;
}
.steps-summary .value[data-v-4dadbc38] {
  font-size: 16px;
  font-weight: 600;
  color: #606266;
}
.steps-summary .value.approved[data-v-4dadbc38] {
  color: #67c23a;
}
.steps-table[data-v-4dadbc38] {
  margin-top: 15px;
}
.step-actions[data-v-4dadbc38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amount-warning[data-v-4dadbc38] {
  margin-top: 10px;
}
.text-muted[data-v-4dadbc38] {
  color: #909399;
}

