.experts_inner {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.experts_inner  td, .experts_inner  th {
  border: 1px solid #ddd;
}

.experts_inner  tr:nth-child(even){background-color: #f2f2f2;}

.experts_inner  tr:hover {background-color: #ddd;}

body table.experts_inner thead  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #F56900;
  color: white;
}

.card.info-top {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
}
.info-top p {
    display: flex;
}
.info-top .section-title {
    font-size: 17px;
    margin-bottom: 5px;
    color: #777;
    width: 20%;
    font-weight: 700;
}
.top-heading {
    display: flex;
    justify-content: space-between;
}
body .top-heading .btn-ppc {
    color: #fff;
}
.charge_modal .select-hrs {
    width: 50%;
}
.error{
  color: red;
}
.success {
    color: #00a965;
}
.loader-bk {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: none; /* initially hidden */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.footer-bk {
    display: flex;
    gap: 17px;
}
.footer-bk button {
    display: flex;
    gap: 10px;
}
.statuss {
    padding: 3px 11px;
    background: #d9d9d9;
    color: #000;
    margin: 9px;
    border-radius: 4px;
}
.statuss.approved {
    background: #00e9df;
}
.statuss.cancelled {
    background: #ffabab;
}
.statuss.pending {
    background: #f0f1ae;
}
.statuss.rejected {
    background: #d63638;
}