.table thead th,
input::placeholder {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.cursor-p {
  cursor: pointer;
}

.btn {
  background-color: black !important;
  color: #fff !important;
}

.pagination {
  display: inherit !important;
}

/***********Loader*************/

.c-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.bug-btn {
  color: #ee5f5b;
}

.c-disabled {
  opacity: 0.3;
}

.material-switch {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 15px;
  position: relative;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.listing-img {
  width: 80px;
}

@media only screen and (max-width: 600px) {
  .listing-img {
    width: 30px;
  }
}
