body{
    background: rgba(255, 255, 255, 0.9);
  }
  form{
    position: relative;
    /*top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;*/
    width: 100%;
    height: 300px;
    border: 2px dashed #4e4e4e;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .uploadBoxClass
  {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top:10px;
    position: relative;
  }

  .closeBtnClass
  {
    position: absolute;
    top:5px;
    right:5px;
    color: red;
    z-index:10;
    cursor: pointer;
  }

  form input{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
  }
  form button{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
  }
  form button:hover{
    background: #149174;
      color: #0C5645;
  }
  form button:active{
    border:0;
  }
  .imgPreviewClass
  {
    height: 100%;
    max-height: 260px;
    width: auto;
  }
  .material-icons {display: inline-flex; vertical-align: text-bottom}
  
  .alert-success, .alert-danger{display:none;}
  
  .cleanwater_container {
      display: flex;
      gap: 20px;
      padding: 20px;
      width: 100%;
      /*max-width: 1000px;*/
    }

    .upload-section {
      flex: 1;
      background-color: #f5f5f5;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
	  height:450px;
    }

    .upload-section h3 {
      margin-bottom: 10px;
      color: #000;
    }

    .upload-box {
      border: 2px dashed #999;
      padding: 30px;
      border-radius: 10px;
      background-color: #eaeaea;
      cursor: pointer;
      transition: border-color 0.3s ease;
      text-align: center;
	  width: 100%;
    }

    .upload-box:hover {
      border-color: #000;
    }

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

    .upload-label {
      display: block;
      color: #666;
      font-size: 15px;
      margin-top: 10px;
    }

    .submit-btn {
      margin-top: 10px;
      padding: 12px;
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
      width: 100%;
    }


    .submit-btn:hover {
      background-color: #444;
    }

    .file-list {
      flex: 1;
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      overflow-y: auto;
	  height:450px;
    }

    .file-list h3 {
      margin-bottom: 10px;
      color: #000;
    }

    .file-item {
  position: relative;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.file-meta {
  font-weight: bold;
  color: #555;
  margin-bottom: 4px;
}

.file-name {
  color: #222;
}

.delete-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 18px;
}

.file-item:hover .delete-icon {
  display: inline;
}


	
	.text-input {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }
	
	.container
	{
		max-width:1230px;
		margin-top:15px;
		position:relative;
	}
	
	#uploadCWSuccessMsgId, #uploadCWFailMsgId
	{
		margin-top:10px;
	}
  

  

  
  
  
  