.address-form-control {
    position: relative;
}

.autocomplete-panel {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ececec;
    z-index: 1000;
    width: 100%;
    transform: translateY(-10px);
}

.autocomplete-item {
    padding: 6px;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #14274d;
}

.autocomplete-item:hover {
    background: #fafafa;
}

.autocomplete-item__label {
    margin-left: 6px;
}


.table-responsive {
  overflow-x: auto;
}
.table{margin-bottom: 0; width: 100%}
.table p {margin-bottom: 0!important; font-size: 1.125rem; line-height: 1.2}
.table thead th:first-child,
.table tbody th:first-child,
.table tbody td:first-child{
  position: sticky;
  left: 0; 
  z-index:2;
box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: scroll;
  }
}
