.address-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  position: relative;
}

.update-btn {
  background: rgba(245, 134, 52, 1);
  border-radius: 99px;
  padding: 11px 25px;
  color: #fff;
}

.update-btn-ty {
  background: rgba(245, 134, 52, 1);
  border-radius: 99px;
  padding: 11px 10px;
  color: #fff;
}
.update-btn-ty:hover {
  background: rgba(245, 134, 52, 1);
  border-radius: 99px;
  padding: 11px 10px;
  color: #fff;
}

.selected {
  border-color: green;
}

.Addcheckbox {
  position: absolute;
  top: 15px;
  right: 15px;
}

.form-check-input:checked {
  background-color: green;
  border-color: green;
}

/* Column width settings */
/* #checkoutTable th:nth-child(1),
#checkoutTable td:nth-child(1) {
  width: 120px;
} */

/* Order Column */
#checkoutTable th:nth-child(2),
#checkoutTable td:nth-child(2) {
  width: 145px;
}
/* Actions Column */
#checkoutTable {
  border: 1px solid rgba(233, 233, 233, 1);
}

#checkoutTable thead tr th {
  background-color: rgba(247, 247, 247, 1);
}

#checkoutTable tbody tr td {
  font-size: 14px;
}

#addressList{
  height: 500px;
  overflow: scroll;
}