body {
  font-family: "Figtree", sans-serif !important;
  font-optical-sizing: auto !important;
  /* font-weight: ; */
  font-style: normal !important;
}
.custom-table {
  border: 1px solid #c9cbd0 !important;
  border-right: 0px solid #c9cbd0 !important;
  border-radius: 5px;
}
.custom-table td {
  border: 1px solid #c9cbd0 !important;

  padding-top: 0.0001rem !important;
  padding-bottom: 0.0001rem !important;
  padding-left: 1rem !important;
}
.custom-table td {
  border-bottom: 1px solid #c9cbd0 !important;
  border-right: 1px solid #c9cbd0 !important;
}
.custom-table th {
  color: black !important;
  border: 1px solid #c9cbd0 !important;
  text-transform: capitalize !important;
  background-color: #f4f6f6 !important;
  padding-left: 1rem !important;
}

/* tr:hover td {
    background-color: #f5f5f5 !important;
  } */
/* table tr .tr-hover-effect :hover td {
    background-color: #f5f5f5 !important;
} */
.custom-table tr.tr-hover-effect:hover td {
  background-color: #f5f5f5 !important;
}
.fc-scrollgrid {
  padding: 5px !important;
}
.dataTables_length {
  margin-left: 1rem;
}

.dataTables_length select {
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border: none;
}
.btn-success {
  background-color: #1baa61 !important;
  color: white !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem !important;

  cursor: pointer !important;
}

.btn-success:hover {
  background-color: #169a53 !important;
}

.btn-success:active {
  background-color: #138945 !important;
}

.btn-success:disabled {
  background-color: #1baa61 !important;
  opacity: 0.65 !important;
  cursor: not-allowed !important;
}
.btn-danger {
  background-color: #d25269 !important;
  color: white !important;
  border: none !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
  cursor: pointer !important;
}

.btn-danger:hover {
  background-color: #b04557 !important;
}

.btn-danger:active {
  background-color: #9a3a49 !important;
}

.btn-danger:disabled {
  background-color: #d25269 !important;
  opacity: 0.65 !important;
  cursor: not-allowed !important;
}
