body {
    width: 100%;
  }
  .starter-template {
    padding: 3rem 1.5rem;
  }
  .form-group label
  {
      text-align: left;
      font-weight: 500;
  }

  #datepicker{width:180px; margin: 0 20px 20px 20px;}
#datepicker > span:hover{cursor: pointer;}
.navbar-brand{
  height:auto;
}
.checkvalidate{
  margin-right: 8px !important;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
    .doc_table thead {
        display: none; /* Hide table headers on mobile */
    }

    .doc_table, .doc_table tbody, .doc_table tr, .doc_table td {
        display: block;
        width: 100%;
    }

    .doc_table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .doc_table td {
        text-align: left;
        padding: 8px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .doc_table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
    }
}
