.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: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .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: .875rem;
    margin: 10px;
}
.page-number{
  display: flex;
}

.header-brand-img {
  height: auto;
}
.angle {
  margin-right: 10px;
}
.brand-logo {
  max-width: 40px;
}
.fixed-top {
  position: fixed;
}
.top-navbar {
  flex-grow: 1;
}
.phead {
  padding: 1.5rem;
  border-radius: 5px;
  background-color: #ffffff;
}
.listViewclr {
  background-color: #e7e7ff4a !important;
  margin: 0px 0px 15px;
}
.hide-img {
  display: none;
}

@media (max-width: 767px) {
  .fixed-top {
    display: none;
  }
  .app .app-sidebar {
    top: 54px;
  }
}