
.view-display-id-page table caption a{
    background-color: #00548E;
    padding: 6px;
    font-size: 15px;
    text-align: center;
    width: 12%;
    margin: 0 auto;
    color: #FFFFFF;
    text-decoration: none;
}
.view-display-id-page table caption {
  text-align: center;
}
#results,
.views-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.views-table th,
.views-table td,
#results th,
#results td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.views-table th,
#results th {
  font-weight: bold;
  background-color: #00548E !important;
  color: white !important;
}

.views-table tbody tr:nth-child(even),
#results tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.views-table tbody tr:hover,
#results tbody tr:hover {
  background-color: #eef;
}

#results a {
  text-decoration: none;
}

#results a:hover {
  text-decoration: underline;
}

.won-status {
  color: white;
  background-color: #339900;
}

.lost-status {
  color: white;
  background-color: #B00000;
}
.canceled-status {
  color: white;
  background-color: #333;
}

.in-progress-status {
  color: #333;
  background-color: white;
}

.proposal-filter-form {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form-group {
  flex: 1 1 auto;
  min-width: 150px;
}

.form-control {
  padding: 8px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#radio-button {
  display: flex !important;
  align-items: center !important;
}

.refresh-button {
  background-color: #0056A6;
  color: white;
  padding: 11px 16px;
  border: none;
  cursor: pointer;
  margin-top: 16px;
}

.custom-data-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-data-table th,
.custom-data-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.status-won {
  background-color: #339900;
  color: white;
}

.status-lost {
  background-color: #B00000;
  color: white;
}

.status-canceled {
  background-color: #333;
  color: white;
}
td.views-field.views-field-title,
td.views-field.views-field-field-pl-number {
  border-block-end: 1px solid #ccc !important;
}
.views-table th,
.views-table td{
  padding-left: 24px !important;
}

.container.page-title-section {
  background: var(--page-title-bg, url("../../images/page_title.jpg")) no-repeat center center / cover #fff;
}
#radio-button {
  margin-left: -21px;
}