@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.custom-card[data-v-8014a782] {
  border-radius: 8px;
  padding: 36px 32px;
  border: 1px dashed #BDBDBD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-card[data-v-1c7b7b5e] {
  border-radius: 8px;
  padding: 16px 32px;
  background-color: white;
}
.text-container[data-v-1c7b7b5e] {
  width: 400px;
  /* Set a fixed width for the container */
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
  /* Display ... when text overflows the container */
}
