#table-container {
  overflow-x: scroll;
  width: auto; /* or a fixed width if you want */
}

/* table  #childs-table{
  display:block;
  display:table-header-group;
} */
/* #childs-table th{
  display:table-header-group;
  display:block;
} */
#childs-table tbody td, #pending-childs-table tbody td{
  /* display: table-column; */
  /* margin: 300px; */
  padding: 25px;
}

#posts-table td, #schedules-table td{
  padding-left: 23px;
  padding-right: 23px;
}

#childs-table thead tr, #posts-table thead tr, #pending-childs-table thead tr, #schedules-table thead tr{
  position: sticky; top: 0; z-index: 1;
  background-color: #fff;
}

#pending-childs-table tbody td{
  /* margin-left: 30px; */
}

.checked-mark{
  color: #20c997;
  text-align: center;
  /* padding-left: 19px; */
  /* padding-right: 15px; */
  display: block

}

.x-mark{
  color:  #dc3545;
  text-align: center;
  /* padding-left: 19px; */
  /* padding-right: 15px; */
  display: block
}



.paginationn {
  display: flex;
  padding-left: 0;
  /* list-style: none; */
  /* border-radius: 0.375rem; */
}

.form-check-input:checked{
  background-color: #20c997 !important;
  /* color:#4caf50 !important; */
}

/* .page-item {
  margin-left: -1px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
} */

/* .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #007bff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
} */

/* .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link:focus {
  box-shadow: none;
} */






/* ----------------------------------------------------------------- */





.page-header {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin: 30px 0
}
.paginationn {
  margin: 0;
  padding: 0;
  text-align: center
}
.paginationn li {
  display: inline
}
.paginationn li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000
}

/* Active and Hoverable Pagination */
.paginationn li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
.paginationn li a.active {
  /* background-color: #4caf50; */
  background-color: #5e72e4;
  color: #fff
}
.paginationn li a:hover:not(.active) {
  background-color: #ddd;
} 

/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}


#phoneNumber{
  padding-left: 85px;
}

