.core-uploader-html-upload-container {
      width: 100%;
      height: 100%;
      border: 2px dashed #ccc;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: border-color 0.3s ease;
      padding: 10px;
      text-align: center;
      margin: 10px;
    }

    .core-uploader-html-upload-container.dragover {
      border-color: #007bff;
      background-color: #f0f8ff;
    }

    .core-uploader-html-upload-container svg {
      /*width: 50%;*/
      /*width: 80px;*/
      /*height: 80px;*/
      /*fill: #888;*/
      margin-bottom: 8px;
    }

    .uloader-title-body span {
      display: block;
    }

    .main-text {
      font-size: 16px;
      font-weight: bold;
      color: #808080;
    }

    .sub-text {
      font-size: 14px;
      color: rgb(61, 172, 179);
    }

    .error-message {
      color: red;
      font-size: 16px;
      padding: 5px;
    }

    .progress-message {
      font-size: 16px;
      /*color: #333;*/
      color: #808080;
    }

    input[type="file"] {
      display: none;
    }