:root {
  --bsc-caribbean-darker: #005f66;
  --bsc-caribbean-dark: #00becc;
  --bsc-caribbean: #00eeff;
  --bsc-caribbean-light: #99fbff;
  --bsc-caribbean-lighter: #e6fdff;

  --bsc-plum-darkest: #440066;
  --bsc-plum-darker: #660099;
  --bsc-plum-dark: #8800cc;
  --bsc-plum: #bb33ff;
  --bsc-plum-light: #dd99ff;
  --bsc-plum-lighter: #f7e6ff;

  --bsc-neutral-darkest: #000000;
  --bsc-neutral-darker: #333333;
  --bsc-neutral-dark: #666666;
  --bsc-neutral: #999999;
  --bsc-neutral-light: #cccccc;
  --bsc-neutral-lighter: #f2f2f2;
  --bsc-neutral-lightest: #ffffff;

  --bsc-action-blue-darker: #012965;
  --bsc-action-blue-dark: #0153cc;
  --bsc-action-blue: #3485fe;
  --bsc-action-blue-light: #9ac2fe;
  --bsc-action-blue-lighter: #e6f0ff;
}

.text-bsc-action-blue-darker {
  color: var(--bsc-action-blue-darker)
}

.asteriskField {
  color: red;
}

.pointer {
  cursor: pointer;
}

.bsc-action-blue-darker {
  background-color: var(--bsc-action-blue-darker) !important;
}

[data-bs-toggle='collapse'] .fas-chevron:before {
  content: '\f077';
}

[data-bs-toggle='collapse'].collapsed .fas-chevron:before {
  content: '\f078';
}

.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.p-component,
.p-component * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-datepicker-next,
.p-datepicker-prev {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

body {
  background: #f7f8f8 !important;
}

.c-back {
  background: white;
}

/*BSC Color = Jade (hex #00AF66)*/
.new-pill {
  background: rgba(0, 175, 102, 0.1);
  color: black;
}

/*BSC Color = Poppy (hex #AF272F)*/
.rework-needed-pill {
  background: rgba(175, 39, 47, 0.3);
  color: black;
}

/*BSC Color = Caribbean (hex #3EB1CB)*/
.in-review-pill {
  background: rgba(62, 177, 200, 0.5);
  color: black;
}

/*Non BSC Color*/
.assessment-owner-required-pill {
  background: rgb(225, 206, 122);
  color: black;
}

/*BSC Color = Jade (hex #00AF66)*/
.owner-assigned-pill {
  background: rgba(0, 175, 102, 0.3);
  color: black;
}

/*BSC Color = Jade (hex #00AF66)*/
.assessment-started-pill {
  background: rgba(0, 175, 102, 0.5);
  color: black;
}

/*BSC Color = Poppy (hex #AF272F)*/
.assessment-rework-needed-pill {
  background: rgba(175, 39, 47, 0.7);
  color: white;
}

/*Non BSC Color*/
.action-owner-required-pill {
  background: rgb(210, 181, 55);
  color: black;
}

/*BSC Color = Jade (hex #00AF66)*/
.action-plan-in-progress-pill {
  background: rgba(0, 175, 102, 0.7);
  color: black;
}

/*BSC Color = Caribbean (hex #3EB1CB)*/
.final-review-pill {
  background: rgba(62, 177, 200, 0.7);
  color: black;
}

/*BSC Color = Caribbean (hex #3EB1CB)*/
.routing-pill {
  background: rgb(62, 177, 200);
  color: white;
}

/*BSC Color = Jade (hex #00AF66)*/
.completed-pill {
  background: rgb(0, 175, 102);
  color: white;
}

/*BSC Color = Emerald (hex #0A8552)*/
.completed-with-pending-actions-pill {
  background: rgb(10, 133, 82);
  color: white;
}

/*BSC Color = Raven-Grey (hex #6A737B)*/
.not-applicable-pill {
  background: rgb(106, 115, 123);
  color: black;
}

/*BSC Color = Charcoal (hex #242526)*/
.cancelled-pill {
  background: rgb(36, 37, 38);
  color: white;
}

/*BSC Color = Caribbean (hex #3EB1CB)*/
.monitored-pill {
  background: rgba(62, 177, 200, 0.3);
  color: black;
}

/*BSC Color = Plum (hex #470A68)*/
.superceded {
    background: rgba(75, 11, 113, 0.7);
    color: white;
}

.action {
  background: #007db3 !important;
  color: white !important;
}

.action-text {
  color: #007db3;
}

legend {
  font-size: 1rem !important;
  width: auto;
  float: none;
  position: relative;
  background: transparent;
}
legend:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  height: 51%;
  width: 104%;
  left: -1px;
  top: 0;
  background: transparent;
}

.table-td-width {
  width: 40%;
}

@media only screen and (min-device-width: 1435px) {
  .action_label {
    margin-top: 38px;
    margin-left: 10px;
    margin-right: 13px;
  }
}

.action_label {
  margin-top: 38px;
  margin-left: 10px;
  margin-right: -9px;
}

.form-button-align {
  margin-bottom: 10px;
  margin-top: 31px;
}

.remove-align {
  margin-top: 38px;
}

legend {
  font-size: 1rem !important;
}

.lte-text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.2rem;
}
#login-container.hide {
    display: none;
}


@media print {
    .action {
        background-color: #007db3 !important;
        color: white !important;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact;
        print-color-adjust: exact;
    }
}


div.dt-container .dt-paging .dt-paging-button {
    background-color: #007bff !important; /* Force Bootstrap Primary Blue */
    color: white !important;
    border: 1px solid #007bff !important;
    padding: 6px 12px !important;
    margin: 2px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
}

/* Active Button */
div.dt-container .dt-paging .dt-paging-button.current {
    background-color: #28a745 !important; /* Green for Active Button */
    border-color: #28a745 !important;
}

/* Hover Effect */
div.dt-container .dt-paging .dt-paging-button:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

/* Disabled Button */
div.dt-container .dt-paging .dt-paging-button.disabled {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
}

/* Reduce padding inside table cells */
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 2px 8px !important; /* Adjust padding as needed */
}

/* Reduce DataTable header padding */
table.dataTable thead th {
    padding: 4px 8px !important;
}

/* Reduce DataTables' container spacing */
div.dt-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensures the horizontal scrollbar is always visible */
.sticky-scroll {
    position: relative;
    max-height: 80vh; /* Adjust this if needed */
    overflow-x: auto;
    overflow-y: hidden; /* Prevent unnecessary vertical scroll */
}

/* Optional: Make the table take full width */
.sticky-scroll table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap; /* Prevents text wrapping */
}

#content-wrapper {
  min-height: calc(100vh - 6.5rem);
}
