body {
  font-family: 'Arial', sans-serif;
  text-align: center;
  background: url("vecteezy_gradient-digital-technology-background-network-connection_36340720.jpg") no-repeat center/cover;
  margin: 0;
  padding: 0;
  color: white;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading {
  width: 100%;
  padding: 20px 0;
}

.heading h1 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 60px;
  color: white;
  margin: 0;
}

.heading .subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.ws-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.ws-heading p {
  font-size: 22px;
  color: white;
  opacity: 0.8;
}

.workspace {
  width: 100%;
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#upload {
  display: none;
}

#upload_file{
  overflow: hidden;
}

.main-ws {
  color: rgb(189, 193, 210);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.custom-file-upload {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-file-upload:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.upload-icon {
  margin-right: 8px;
}

.or-divider {
  margin: 20px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

textarea {
  width: 100%;
  max-width: 350px;
  height: 180px;
  margin-top: 10px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 16px;
  resize: none;
}

textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.count {
  color: white;
  font-size: 14px;
  margin-top: 10px;
}

.team-size-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.labelcls {
  color: white;
  font-size: 16px;
}

#teamSize {
  width: 60px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 16px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.dropzone {
  width: 250px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  justify-content: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.draggable {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 10px;
  margin: 15px;
  cursor: grab;
  width: 80%;
  text-align: center;
  transition: transform ease-in-out 0.2s;
}

.draggable:hover {
  transition-duration: 0.5s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.35);
}

#teamSize {
  margin-bottom: 0px;
}
