@font-face {
  font-family: sfpro;
  src: url("../font/SFPRODISPLAYREGULAR.OTF") format("opentype");
}

@font-face {
  font-family: Lato;
  src: url("../font/Lato-Regular.ttf") format("opentype");
}


.row a {
  text-decoration: none;
} 


.table_custom thead tr th ,#tableB thead tr th  {
  /* border-right: 1px solid #7487b2; */
  font-size: 12px;
  background: var(--Light-Blue, #f1f6ff);
  border: unset;
  /* border-radius: 10px 10px 0px 0px; */
  padding: 20px 10px !important;
  color: #7487b2 !important;
  max-width: 300px;
}

.table_custom th span ,#tableB th span  {
  font-size: 12px;
}

.table_custom div.dt-container .dt-search input, .table_custom div.dt-container .dt-search input  {
  display: block;
  width: 55%;
  float: right;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*.row {*/
/*  width: 99%;*/
/*}*/
.row table tbody tr td {
  color: #7487b2 !important;
  padding: 10px;
}

.dt-info {
  color: #7487b2 !important;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
}

div.dt-container select.dt-input {
  margin: 0 10px;
  font-size: 12px;
}

.dt-search-0 {
  vertical-align: -webkit-baseline-middle;
}

#dataTable {
  font-size: 14px !important;
}
.btngr1:nth-child(1) {
  text-decoration: none;
  font-size: 12px;
  margin: 5px;
  padding: 2px;
}

.browseModalTextTitle p,
.organisation_selection P {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.browseModalTextTitle .browseResult {
  font-size: 14px !important;
  color: cadetblue !important;
}

.border-s {
  border-color: cadetblue;
}

.organisation_selection select {
  color: cornflowerblue;
}

/* Styling for selected rows */
.table_custom_wrapper table.dataTable tbody tr.selected ,#tableB_wrapper table.dataTable tbody tr.selected {
  color: #ffffff !important; /* White text color */
  background-color: red !important; /* Soft blue background color */
}

/* Additional styling for selected rows to ensure visibility */
.table_custom_wrapper table.dataTable tbody tr.selected > * ,#tableB_wrapper table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 0 rgba(13, 10, 253, 0.2) !important; /* Soft blue shadow */
}
.table_custom .selected {
  background: rgba(13, 110, 253, 0.2) !important;
}
.btn-custom {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  margin: 0 10px;
  border-radius: 5px !important;
}
.button-container {
  margin-top: 5px;
}

.button-container .btn-custom {
  margin: 0; /* Remove default margin if needed */
}
.btn-custom-m {
  margin: 0 10px;
  border-radius: 5px !important;
}

/* .selectedOppCount {
  color: red;
  font-size: 14px;
  display: none;
}

.tableHide {
  display: none;
} */

.dataTables_length select {
  width: auto; /* Adjust width */
  padding: 5px; /* Add padding */
}

.table_custom_wrapper .dt-buttons ,#tableB_wrapper .dt-buttons {
  margin: 10px 0;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.table_custom ,#tableB{
  table-layout: auto;
  height: -webkit-fill-available;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "sfpro";
  color: #7487b2;
  font-size: 15px !important;
  border-collapse: collapse; /* Ensures borders are collapsed for a cleaner look */
  min-width: 100%;

}
.content-container {
  width: 100%;
}




/* Apply Bootstrap default borders */
.table_custom thead th ,#tableB thead th{
  border-bottom: 2px solid #dee2e6; /* Bootstrap's default table header bottom border */
  min-width: 100px; /* Adjust as necessary */
  text-transform: uppercase;

}

.table_custom tbody tr ,#tableB tbody tr {
  border-bottom: 1px solid #dee2e6; /* Apply bottom border to each row */
}

/* Different background colors for alternating rows */
.table_custom tbody tr:nth-child(odd),#tableB tbody tr:nth-child(odd) {
  background-color: #f8f9fa; /* Light gray for odd rows */
}

.table_custom tbody tr:nth-child(even) ,#tableB tbody tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

/* Additional styling for selected rows to ensure visibility */
.table_custom_wrapper table.dataTable tbody tr.selected ,#tableB_wrapper table.dataTable tbody tr.selected {
  color: #ffffff !important; /* White text color */
  background-color: #d0e3ff !important; /* Soft blue background color */
}




.table_custom th, .table_custom td ,#tableB th, #tableB td {
  min-width: 100px; /* Adjust as necessary */
}

/* Ensure table headers use available width */
.table_custom thead th ,#tableB thead th {
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Add ellipsis if text overflows */
}

/* Ensure table adjusts to content properly */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
  width: 100%;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollHeadInner {
  width: 100%;
}

.tableButtonContainer {
  margin: 10px 0;
}
.tableButtonContainer button {
  margin-right: 10px;
}

#p-opportunities .content-container label {
  color: #7487b2;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  vertical-align: -webkit-baseline-middle;
  line-height: 180% !important;
}

.highlight {
  background-color: #c6f5ee !important;
  transition: background-color 1s ease;
}




/* Different background colors for alternating rows */
.notifications-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa; /* Light gray for odd rows */
}

.notifications-table tbody tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}
/* Set background color for rows with the 'unread' class */
.notifications-table tbody tr.unread {
  background-color: #dfffdb !important;
}

/* Set background color for rows with the 'read' class, if you want */
.notifications-table tbody tr.read {
  background-color: transparent !important; /* Light blue background for read rows */
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
   text-align: left;
}

.top {
  margin-bottom: 10px;
}
.bottom {
  margin-top: 10px;
}