h6 {
    display: grid;
    grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
    align-items: center;
    text-align: center;
    gap: 40px;
    font-size: medium;
}

h6::before,
h6::after {
    content: "";
    border-top: 6px double;
}

@media (max-width: 400px) {
    h6 {
        font-size: 2.5rem;
    }
}


.loaverifyandrecieve {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: medium;
    background-color: rgb(247, 243, 237);
    margin-top: 30px;
}

.loaverifyandrecieve:hover {

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.my-scrollbarLoa {
    position: relative;
    overflow: auto;
  }
  .table-scroll-yLoa thead th {
    font-size: 10px;
    position: sticky;
    top: 0;
  }
  .table-scroll-yLoa tbody td{
    overflow-x: auto;
  }
  .table-scroll-yLoa {
    display: block;
    font-size: 10px;
    text-align: center;
  }
  .table-scroll-yLoa thead th:nth-child(even) {
    background-color:#387f91;
    color: white;
  }
  .table-scroll-yLoa thead th:nth-child(odd) {
    background-color: rgb(36, 79, 87);
    color: white;
  }