.b2b-pagign-container {
  padding: 12px 0;
}

.b2b-pagign-container * {
  line-height: 35px;
  -webkit-user-select: none; /* Chrome/Safari */ 
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
}

.b2b-pagign-container .action-btn {
  border: 0;
  cursor: pointer;
  padding: 0 6px;
  font-weight: 700 !important;
}

.b2b-pagign-container .action-btn:hover {
  background-color: transparent;
  border: 0;
}

.b2b-pagign-container .action-btn.disable {
  pointer-events: none;
  cursor: default;
  color: #a0a0a0;
}

.b2b-pagign-container .page-no {
  width: 24px;
  height: 24px;
  line-height: 1.6;
  cursor: pointer;
  color: #222222;
  margin-top: 5px;
  font-weight: 700 !important;
}

.b2b-pagign-container .page-no:hover,
.b2b-pagign-container .page-no.active {
  background-color: #ffd400;
  border-color: #ffd400;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
