a.text-medium {
  text-decoration: underline;
}

.drop-shadow {
  box-shadow: 0 0 10px 0 var(--color-ti-primary-blue-02);
  background-color: var(--color-ti-white) !important;
  opacity: 0.85;
}

.file-drop-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.file-drop-wrapper {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-ti-alt-blue-light);
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}

.fill-container {
  height: 100%;
  width: 100%;
}

.flex-vc-hc {
  align-items: center;
  display: flex;
  justify-content: center;
}

.text-medium {
  color: var(--color-ti-text-black);
  font-size: 15px;
  padding: 2% 0;
  width: 100%;
}

.text-grey {
  color: var(--color-ti-text-grey);
  padding: 2%;
}

.upload-icon {
  height: 100%;
  width: 100%;
}

.upload-icon-container {
  height: 30%;
  max-height: 100px;
  max-width: 100px;
  padding: 5%;
  width: 30%;
}

.file-name-cnt {
  color: #000000;
  font-size: 15px;
  width: 200px;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
