.loader-btn {
  border: 1px solid transparent;
  border-radius: 8px;
  width: 60px;
}
.action-badge-size {
  font-size: 20px;
}
.react-confirm-alert-button-group {
  justify-content: center !important;
}
.react-confirm-alert-body {
  justify-content: center !important;
}
.ReactModal__Overlay,
.ReactModal__Overlay--after-open {
  z-index: 999999 !important;
}
.pagination-dropdown {
  height: 45px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f78567;
  border-color: #f78567;
}
.page-link {
  cursor: pointer;
  border: 1px solid #f78567 !important;
}
.page-link:hover {
  color: #f78567;
  background-color: #fff;
}
.count-badge {
  background-color: #f78567;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 1px 3.2px;
  font-weight: bold;
  position: relative;
  bottom: 5px;
  left: 2px;
}
.comment-circle {
  background-color: #dedede;
  padding: 3px 6.5px;
  border-radius: 100px;
  text-align: center;
}
.phone-circle {
  background-color: rgba(130, 122, 243, 0.2);
  border-radius: 100px;
  padding: 9px 15px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginationItem {
  background: #fff;
  border: 1px solid #f78567;
  padding: 10px 15px;
  border-radius: 5px;
  height: 40px;
  width: 37px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.paginationItem span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f78567;
}

.prev,
.next {
  background: #fff;
  border: none;
  padding: 10px;
  color: #f78567;
  margin: 0 10px;
  cursor: pointer;
}

.paginationItem.active {
  color: #ffffff;
  background-color: #f78567;
  pointer-events: none;
}

.paginationItem.active span {
  color: #ffffff;
}

.prev.disabled,
.next.disabled {
  pointer-events: none;
  box-shadow: none;
  color: #999;
}

.image-upload-sheet {
  min-height: 300px;
  border: 2px dashed #9e9e9e;
  cursor: pointer;
}

.picker-icon {
  text-align: center;
  cursor: pointer;
  position: relative;
  bottom: 175px;
  opacity: 0.5;
}

.picker-icon .iconify {
  font-size: 70px;
}

.delete-img-icon {
  font-size: 25px;
  margin-bottom: -20px;
}

.cen-table td {
  vertical-align: middle;
}
.pointer{
   cursor: pointer;
}
.comment-icon{
  font-size: 25px;
  margin-bottom: -8px;
}
