.tm-file-collector .invisible {
  visibility: hidden !important;
}

.tm-file-collector .tm-file-collector-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.tm-file-collector .tm-file-collector-modal .modal-overlay {
  position: absolute;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.tm-file-collector .tm-file-collector-modal .modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  height: auto;
  background-color: white;
  padding: 25px;
}

.tm-file-collector .tm-file-collector-modal .modal-close-x {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.tm-file-collector .tm-file-collector-modal .modal-close-x::before,
.tm-file-collector .tm-file-collector-modal .modal-close-x::after {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 8px;
  left: 0;
}

.tm-file-collector .tm-file-collector-modal .modal-close-x::before {
  transform: rotate(45deg);
}

.tm-file-collector .tm-file-collector-modal .modal-close-x::after {
  transform: rotate(320deg);
}

.tm-file-collector .tm-file-collector-modal .validation-errors ul {
  margin-bottom: 0;
}
