.applyTable {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
  width: 100%;
}

.applyTable th, .applyTable td {
  border-color: #cacaca;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  word-break: normal;
  text-align: center;
  vertical-align: middle;
}

.tab-pane {
  background-color: white;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .applyTable {
    width: auto !important;
  }
  .applyTable col {
    width: auto !important;
  }
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.upload-section-tilte {
  position: relative;
}
.upload-section-tilte span {
  font-size: 17px;
  font-weight: 900;
  color: #007bff;
}

.upload-section {
  padding: 10px;
  background-color: white;
  box-shadow: 1px 1px 10px #bdbdbd;
  border-radius: 10px;
  margin: 10px 0;
}

.file-upload-input {
  display: none;
}

.file-upload-zone {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 8px;
  width: 240px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px dashed #91aee4;
  text-transform: capitalize;
  /* box-shadow: 1px 1px 10px grey; */
  margin: 8px;
}

.file-upload__btn {
  flex-grow: 1;
  padding: 2px 7px;
  color: #000000;
  width: 100px;
  height: 35px;
  text-align: center;
  background-color: #66b3ff;
  border-radius: 3px;
  text-decoration: none;
  line-height: 2;
}

.file-upload__btn:active {
  transform: translate(0.5px, 0.5px);
}

.file-upload__name {
  flex-grow: 2;
  font-size: 14px;
  color: blue;
}

.file-upload__text-container {
  flex-grow: 6;
  /* display: flex; */
  align-items: center;
  /* justify-content: center; */
  text-align: center;
}

.file-removeBtn {
  display: none;
}/*# sourceMappingURL=applyTable.css.map */