
    label {
      font-weight: bold;
      display: block;
      margin-bottom: 8px;
    }

    input[type="file"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      font-size: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
    }

    /* BUTTONS */
.btns{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:15px;
}

.app{
  padding:12px 20px;
  background:linear-gradient(135deg,#0a3d62,#07517d);
  color:#fff;
  border:none;
  border-radius:4px;
  cursor:pointer;
}

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    th, td {
      text-align: center;
      padding: 10px;
      border: 1px solid #ddd;
    }
    td{
        background-color: whitesmoke;
    }

    th {
      background-color: #0a3d62;
      color: white;
    }

    .preview-img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      border-radius: 6px;
      border: 1px solid #ccc;
      background: #fff;
    }

    .progress {
      font-size: 14px;
      color: #0a3d62;
      font-weight: bold;
    }