.treetable-expander {
   display: inline-block !important;
}

.tableFixHead {
  overflow-y: auto; 
  height: 250px; 
}

.tableFixHead thead th {
  position: sticky; 
  border-top: 1px solid #ccc;
  top: 0px; 
}


table .tableFixHead {
  border-collapse: collapse; 
  width: 100%;
}

/* .tableFixHead th, td {
  padding: 8px 16px;
  border: 1px solid #ccc;
} */

.tableFixHead th {
  background: #eee;
}

.table th {
  background: #ffffff;
  font-weight: 900;

}

.custom-header-class {
  background: #e6e6e6;
  /* Add any other desired styles */
}

.side-icon {
  color: #8F0012; 
}

.menu-item {
  color: #8F0012; 
}

.m-top-20 {
  margin-top: 22px;
}
.center {
  text-align: center;
}

.dropzone {
  min-height: 140px;
  border: 1px dashed #1ab394 !important;
  background: white;
  padding: 20px 20px;
}

.dd-option-image, .dd-selected-image {
  max-width: 40px !important;
}

.dd-options {
  max-height: 150px; /* Adjust the height as needed */
  overflow-y: auto;
}

.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
}

.loading-screen img {
  width: 100px; /* Adjust the width of the loading GIF */
}

#tabreport
{
  display: none;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  display: none; /* Initially hidden */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.modal-content {
  border-top: 10px solid #8F0012;
}

.modal-footer {
  background: #f7f7f7;
}

.row-selected {
  background-color: #d9edf7 !important; /* Bootstrap info background */
}

#CashAccountsTable tbody tr:hover {
  cursor: pointer !important;
}

.selected-row {
  background-color: #d9edf7 !important;
  transition: background-color 0.3s ease;
}

#CashAccountsTable tbody tr.selected-row {
  background-color: #d9edf7 !important;
}

.hr-with-title {
  display: flex;
  align-items: center;
  color: #000;
  margin: 20px 0;
}

.hr-with-title::before,
.hr-with-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}

.hr-with-title::before {
  margin-right: 10px;
  max-width: 60px; /* Limits dashes before text */
}

.hr-with-title::after {
  margin-left: 10px;
}

table.full-dashboard {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
table.full-dashboard th, 
table.full-dashboard td {
    border: 1px solid #999;
    padding: 4px;
}
table.full-dashboard th {
    background-color: #e6e6e6;
}
.green { color: green; font-weight: bold; }
.orange { color: orange; font-weight: bold; }
.red { color: red; font-weight: bold; }