.container {
  padding: 30 110px;
  /* display: flex;
  flex-direction: column;
  justify-content: start; */
}

.container h1 {
  margin-top: 100px;
}

.timeline-widget .timeline-item {
  min-height: 70px;
}
.timeline-widget .timeline-item .timeline-time {
  padding: 6px 16px 6px 0;
  min-width: 90px;
}
.timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: transparent;
}
.timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge-border {
  width: 1px;
  height: 100%;
  background-color: #ebf1f6;
}
.timeline-widget .timeline-item .timeline-desc {
  padding: 6px 16px;
}
.timeline-widget .timeline-item .timeline-badge.badge-primary {
  border: 2px solid #5d87ff;
}

.download-btn {
  all: unset;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #5381f5;
  color: #5381f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  width: fit-content;
  box-shadow: none;
  outline: none;
  transform: none;
  font-size: 15px;
  transition: background-color 0.2s ease, transform 0.5s ease;
}

.download-btn:hover {
  color: white;
  background-color: #5381f5;
}

.download-file-btn {
  all: unset;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #5381f5;
  color: #5381f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  margin-top: -3px;
  width: fit-content;
  box-shadow: none;
  outline: none;
  transform: none;
  font-size: 15px;
  transition: background-color 0.2s ease, transform 0.5s ease;
}

.download-file-btn:hover {
  color: white;
  background-color: #5381f5;
}

.file-details {
  border: 2px solid #007bff;
  border-radius: 7px;
  color: #0073ee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  margin-top: 20px;
  width: fit-content;
}

.file-close-button {
  font-size: 15px;
  margin-left: 10px;
}

.drop-zone {
  margin-top: 30px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #007bff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  color: #007bff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.drop-zone.dragover {
  background-color: #f0f8ff;
}

/* Extra small devices (phones, 0px and up) */
@media (min-width: 0px) {
  .container {
    padding: 30px 20px;
  }
}

@media (min-width: 576px) {
  .container {
    padding: 30px 40px;
  }

  .table-text {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 30px 70px;
  }
}

@media (min-width: 992px) {
  .container {
    padding: 30px 110px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 30px 110px;
  }
}

@media (max-width: 576px) {
  .card-body {
    padding: 15px;
  }

  .table-responsive {
  border: none;
  font-size: 10px;
  }

  .table-text {
    font-size: 14px;
  }

  .table-responsive td {
    padding: 5px 0px !important; /* Even smaller padding on smaller screens */
    margin-right: -50px !important
  }

  .table-responsive td h6 {
    width: 20px
  }

  .download-btn {
    padding: 5px 10px;
    font-size: 12px;
  }

  .download-file-btn {
    padding: 2px 5px;
    font-size: 12px;
  }

  .timeline-desc {
    margin-top: -0.5px
  }
}

.doc-details {
  margin-top: 50px;
}

.doc-details-table {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  margin-top: 20px;
}

.doc-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.doc-details-col p {
  font-size: 17px;
  margin-bottom: 7px;
}

.doc-details-key {
  color: #050505;
}

.doc-details-key {
  color: #474747;
}
