
.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-step-view-modal[data-v-32d0c06e] {
    max-width: 100%;
}
.step-details[data-v-32d0c06e] {
    min-height: 200px;
}
.step-info[data-v-32d0c06e] {
    border: 1px solid #ebeef5;
    border-radius: 6px;
    overflow: hidden;
}
.detail-row[data-v-32d0c06e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebeef5;
    min-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.detail-row[data-v-32d0c06e]:last-child {
    border-bottom: none;
}
.detail-row.full-width[data-v-32d0c06e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 12px;
}
.detail-row.full-width .label[data-v-32d0c06e] {
    margin-bottom: 8px;
    font-weight: 600;
}
.detail-row.full-width .value[data-v-32d0c06e] {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}
.detail-row:not(.full-width) .label[data-v-32d0c06e] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding: 12px 16px;
    background: #fafbfc;
    border-right: 1px solid #ebeef5;
    font-weight: 600;
    color: #606266;
}
.detail-row:not(.full-width) .value[data-v-32d0c06e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 16px;
    color: #303133;
}
.amount[data-v-32d0c06e] {
    font-size: 16px;
    font-weight: bold;
    color: #2d8cf0;
}
.ref-number[data-v-32d0c06e] {
    font-family: monospace;
    font-weight: bold;
}
.step-image[data-v-32d0c06e] {
    border-top: 1px solid #ebeef5;
    padding-top: 20px;
}
.step-image h4[data-v-32d0c06e] {
    margin-bottom: 15px;
    color: #606266;
}
.image-container[data-v-32d0c06e] {
    text-align: center;
}
.receipt-image[data-v-32d0c06e] {
    max-width: 100%;
    max-height: 400px;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.image-preview[data-v-32d0c06e] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.receipt-image-thumb[data-v-32d0c06e] {
    max-width: 200px;
    max-height: 150px;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.image-preview:hover .receipt-image-thumb[data-v-32d0c06e] {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.image-overlay[data-v-32d0c06e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    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;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.image-preview:hover .image-overlay[data-v-32d0c06e] {
    opacity: 1;
}
.image-overlay i[data-v-32d0c06e] {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.image-overlay span[data-v-32d0c06e] {
    color: #fff;
    font-size: 14px;
}
.no-image-state[data-v-32d0c06e] {
    text-align: center;
    padding: 20px;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    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;
}
.no-image-state i[data-v-32d0c06e] {
    font-size: 48px;
    color: #606266;
    margin-bottom: 16px;
}
.no-image-state span[data-v-32d0c06e] {
    color: #606266;
    font-size: 16px;
}
.no-step-state[data-v-32d0c06e] {
    text-align: center;
    padding: 20px;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    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;
}
.no-step-state i[data-v-32d0c06e] {
    font-size: 48px;
    color: #606266;
    margin-bottom: 16px;
}
.no-step-state p[data-v-32d0c06e] {
    color: #606266;
    font-size: 16px;
}

