#index-body {
    background-size: calc(100% - 100px) auto; /* Reduces width by 40px total (20px each side) */
    background-position: center 90px; /* Positions image below navbar */
    background-repeat: no-repeat; /* Prevents repeating */
    min-height: 500px;
}

html {
    scroll-behavior: smooth;
}

body {
    /* padding-top: 100px; */
    background-color: #ad9d9d;
    font-size: 200%;
}
.container {
    padding-top: 50px;
}
#identification_pslo_form {
    background-color: white;
    padding: 5px;
    margin-bottom: 0;
}

.container .title {
    background-color: rgb(181, 196, 239);
    padding: 5px;
}

.container .title h4 {
    margin: 0;
}

/* .title-row {
    display: flex;
    align-items: center;
    gap: 20px;
} */

.title-row button {
    margin: 0;
    padding: 0 10px;
    border: 2px solid;
}

.display_container .title {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    border: 1px solid #ccc;
    /* padding: 8px; */
    border-radius: 5px;
}

#outer {
    margin: 0 1em;
}

#container {
    max-width: 100%;
    width: 100vw;
}

.box {
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    /* border: 1px solid #ccc; */
    /* padding: 8px; */
    border-radius: 5px;
}

.nav-button {
    background-color: rgb(59, 75, 253);
    color: white;
}

/* ---------------- form a ----------------------------------- */
.centering_div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* min-height: 100vh; */
}

.title_center {
    text-align: center;
}
.submit_button {
    background-color: blue;
    color: white;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.custom-tooltip {
    position: absolute;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px; /* Make it bigger */
    display: none;
    white-space: nowrap;
    z-index: 1000;
    transform: translateY(-75px); /* Position above */
}

.course-abbv-td {
    position: relative; /* Needed for absolute tooltip */
}

.course-abbv-td:hover .custom-tooltip {
    display: block;
}

/* for the final report: */
.disable-tooltip-hover .custom-tooltip {
    display: none !important;
}

#main_table {
    border-collapse: collapse;
    /* width: 80%;  */
    /* Adjust as needed */
    border: none; /* No border for the table itself */
    background-color: white;
}

/* Inner cell borders */
#main_table td, #main_table th {
    border: 1px solid black; /* Thin borders for the inner cells */
}
#main_table .no_border {
    border: none;
    /* padding: 25px; */
}


/* -------------------------- form b ------------------------------- */
.centering_div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* min-height: 80vh; */
}

td {
    width: 400px;
    height: 100px;
}

td textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}



.pdf-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

.pdf-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.pdf-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.pdf-close:hover,
.pdf-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Button Style */
.pdf-uploadBtn {
    /* padding: 10px 20px; */
    /* font-size: 16px; */
    cursor: pointer;
    background-color: lightgrey;
    /* color: white; */
    border: none;
    border-radius: 5px;
    text-transform: none;
}

.pdf-uploadBtn:hover {
    background-color: grey;
}

/* File input style to hide the default file input */
.pdf-pdfUpload {
    display: block;
}



input.u-full-width {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    border: 1px solid #ccc;
    /* padding: 8px; */
    border-radius: 5px;
}

button {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    border: 1px solid #ccc;
    /* padding: 8px; */
    border-radius: 5px;
}

select {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    border: 1px solid #ccc;
    /* padding: 8px; */
    border-radius: 5px;
}

textarea {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, color */
    border: 1px solid #ccc;
    /* padding: 8px; */
    border-radius: 5px;
}


/* programs_info ------------------------------ */
.section-container {
    display: none;
    padding: 10px;
    border: 2px solid #ccc;
    margin-top: 5px;
    background-color: white;
  }

/* final report */

.final_report_curriculum_map td {
    width: auto;
    height: auto;
}
.final_report_curriculum_map .course-abbv-td {
    font-size: 80%;
}
.final_report_curriculum_map #main_table {
    width: 100%;
}

textarea.validate-me {
    min-height: 200px;
}


.program-checkboxes {
    display: none; /* initially hidden */
    position: absolute;
    top: -50px;           /* places it just below the placeholder */
    /* left: 70%;          */
    transform: translateX(-1%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    width: 400px;
    font-family: sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
}



/* Modal Background */
#add-program-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* text-align: center; */
}

/* Buttons */
.button-primary {
    background-color: #007BFF;
    color: white;
    border: none;
    /* padding: 10px 20px; */
    border-radius: 4px;
    cursor: pointer;
}

#close-modal {
    background-color: #f0f0f0;
    color: black;
    border: none;
    /* padding: 10px 20px; */
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}
#close-modal:hover {
    background-color: #ff03039d;
}


#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px; /* Distance from bottom */
    right: 40px; /* Distance from right */
    z-index: 99; /* On top of other elements */
    border: none;
    outline: none;
    background-color: #555; /* Button color */
    color: white;
    cursor: pointer;
    /* padding: 10px 15px; */
    border-radius: 8px;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  
  #backToTopBtn:hover {
    opacity: 1;
  }


/* logo */
/* .top-right-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    margin-top: -55px;
    margin-bottom: -50px;
    margin-right: 2.5%;
  }
  
  .top-right-box img {
    width: 500px;
    height: auto;
    float: right;
  } */

  .top-right-box {
    background: url("../images/SEAC.Assessment.v2.svg") no-repeat right center;
    background-size: 100% auto;
    width: 400px;
    height: 80px;
    float: right;
    margin-right: 1%;
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .header-logo {
    background: url("../images/SEAC.Assessment.v2.svg") no-repeat right center;
    background-size: 100% auto;
    width: 60%;
    height: 200px;
    margin-left: 20%;
  }