.phead {
  display: flex;
  justify-content: space-between;
}

ul.pagination {
  display: none;
}
div#example_info {
  display: none;
}
div#pagination {
  text-align: end;
  margin: 13px 2px;
}
.flex.justify-between.flex-1.sm\:hidden {
  display: none;
}
div#example_length {
  display: none;
}
.paging-section {
  display: flex !important;
  justify-content: space-between;
  margin: 13px 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.src-btn {
  width: 40px;
  margin: 0px 2px;
}
.page-num {
  font-size: 0.875rem;
  margin: 10px;
}
.error {
  color: red;
}
.page-number {
  display: flex;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #014e70 !important;
  color: white;
}
.breadcrumb-item {
  color: #014e70 !important;
}
.prevButton,
.nextButton,
.buttons {
  background-color: #014e70 !important;
  color: white !important;
}
.productype {
  border-color: #014e70 !important;
}
.form-check-input:checked {
  border-color: #014e70 !important;
}
input:checked + .slider {
  background-color: #014e70;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover,
.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .link-list
  li
  a:hover,
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover,
.horizontalMenu
  > .horizontalMenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a:hover,
.side-menu__item.active,
.side-menu__item.active .side-menu__icon,
.side-menu__item:focus,
.side-menu__item:focus .side-menu__icon,
.side-menu__item:hover,
.side-menu__item:hover .side-menu__icon {
  color: #014e70 !important;
}
/* a.paginate {
  color: #014e70 !important;
} */
/* Firefox */
/* input[type="number"] {
  -moz-appearance: textfield;
} */
