/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

body {
  background: #fff;
}

/* optional Container STYLES */
.chart {
  height: 600px;
  margin: 5px;
  width: 900px;
}

/*.Treant > .node {  }*/
.Treant>p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
  justify-content: center;
}

.node-name {
  font-weight: bold;
}

.node {
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 3px solid #bdbdbd !important;
  width: 200px;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.node:hover {
  background-color: #c4eeff;
  /* Light yellow background */
  border: 2px solid #2dc1fb;
  /* Darker yellow border */
  box-shadow: 0px 0px 10px rgba(45, 83, 251, 0.5);
  /* Yellow shadow */
  cursor: pointer;
}


.nodeformat img {
  margin-right: 10px;
}

.node p {
  justify-content: center;
  margin: auto;
}



.intentiontable { border: 1px solid black;

}

.intentiontable i{ font-weight: normal;

}

.reviewlisttable {
  border: 1px solid black;
}

.reviewlisttable th,
.reviewlisttable td {
  border: 1px solid black;
  width: 50%;
  vertical-align: top;
}


.collapsible li.active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}


.intentiontable, .intentiontable th, .intentiontable td {
  border: 1px solid;
  }

.trainingtable {
  border: 1px solid black;

}

.trainingtable,
.trainingtable th,
.trainingtable td {
  border: 1px solid;
}

.pm_column_1 {
  float: left;
  width: 50%;
  text-align: center;

}

.pm_column_2 {
  float: right;
  width: 50%;
  text-align: center;

}


.gray_bar {
  height: 2px;
  background-color: #d3d3d3;
  margin-top: -0.4%;
}


.perf-header-text {
    color: white;
    background-color: #9b2743 ;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
  }


.phase-header-text {
    color: white;
    background-color: #271568;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
  }

  .actions_box {
    width: 100%; 
    height: auto; 
    border: 0.5px solid black;
  }

  .i {
    font-weight: normal;
  }

  /* Dropdown choice colors */

  /* styles.css */

/* Add background colors to specific options based on their values */
select option[value="accountability"] { 
  background-color: #9B2743;
  color: white;
}

select option[value="PEI"] {
  background-color: #9B2743;
  color: white;
}

select option[value="TM"] {
  background-color: #9B2743;
  color: white;
}

select option[value="CS"] {
  background-color: #9B2743;
  color: white;
}

select option[value="MP"] {
  background-color: #9B2743;
  color: white;
}

select option[value="capability"] {
  background-color: #5A5C66;
  color: white;
}

select option[value="Res"] {
  background-color: #5A5C66;
  color: white;
}

select option[value="DevelopYou"] {
  background-color: #5A5C66;
  color: white;
}

select option[value="DevelopOthers"] {
  background-color: #5A5C66;
  color: white;
}

select option[value="collegiality"] {
  background-color: #271568;
  color: white;
}

select option[value="Comms"] {
  background-color: #271568;
  color: white;
}

select option[value="Collab"] {
  background-color: #271568;
  color: white;
}

select option[value="PS"] {
  background-color: #271568;
  color: white;
}

/* Ensure the select box has a background that matches the selected option */
select {
  padding: 5px;
  font-size: 16px;
}

/* Optionally, you can add a default background color when no selection is made */
select:focus {
  border-color: #ffffff;
}

/* This is used to simulate the background-color of the selected option for browsers that support it 
select.color-select {
  background-color: transparent;
}*/

/* Signature CSS  */
.custom-bs-light-btn {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-bs-light-btn:hover {
  color: #000;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.custom-bs-light-btn:focus,
.custom-bs-light-btn:focus-visible {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}

.custom-bs-light-btn:active {
  color: #000;
  background-color: #d3d9df;
  border-color: #c6cdd5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.custom-bs-light-btn:focus:not(:active),
.custom-bs-light-btn:focus-visible:not(:active) {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}

.signature-line-wrapper {
  display: relative;
  margin-top: 10px;
}

.signature-x {
  position: relative;
  font-size: 16px;
  color: #000;
}

.signature-hr {
  border: none;
  border-top: 2px solid #000;
  margin: 0;
  width: 100%;
}

.perf-mgmt-red-button {
  background-color: #9B2743;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease-in-out;
}

.perf-mgmt-red-button:hover {
  background-color: #7A2035;
  color: #fff;
}

/* Tree CSS */
.supervisor-tree-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  overflow: visible;
}

#supervisor-tree {
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
}

.signature-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.signature-section {
  width: 48%;
}

.signature-text {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.save-button-fixed {
  position: fixed !important;
  top: 18px !important;
}

.save-button-container {
  position: absolute;    
  top: 32px;            
  right: 1.5%;
  z-index: 1050;
  transition: all 0.1s ease-in-out;
}

@media (max-width: 768px) {
  .save-button-container {
    position: fixed;
    bottom: 16px;
    right: 16px;
    top: auto;
    left: auto;
    z-index: 1050;
  }
}

.save-button-container button:hover {
  background-color: #7A1E36;
  border-color: #7A1E36;
}

/* Accordion CSS */
/* .accordion-item {
  margin: 0;
  border: 1px solid #ddd; 
  border-radius: 0;
}

.accordion-button {
  border-radius: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #271568;
  color: #fff;
}

.accordion-body {
  border-top: 1px solid #ddd; 
}

.accordion-button:hover {
  background-color: #3b1f77;
  color: #fff;
} */

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}