* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Varela Round", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #f5f5f5;
}

h1,
h2,
h3,
h4 {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
}

/*Masthead and Header Elements */

header {
    border-bottom: 1px solid #ffffff4c;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

header::after {
    content: "";
    display: block;
    clear: both;
}

.logo-placeholder {
    height: 50px;
    width: 50px;
    background: #ccc;
    border-radius: 50px;
    float: left;
}

header nav {
    float: right;
    margin-top: 18px;
}

header nav a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
}

.second-nav a {
    font-size: 16px !important;
}

.masthead {
    background: rgb(12, 19, 54);
    background: linear-gradient(90deg, rgba(12, 19, 54, 1) 0%, rgba(70, 252, 198, 1) 100%);
    padding: 20px 0;
    margin-bottom: 30px;
}

.masthead.dashboard {
    padding-bottom: 100px;
}

.masthead * {
    color: #fff;
}

.masthead-elements {
    margin: 30px 0;
    background: rgba(12, 19, 54, 0.384);
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 5px;
    display: block;
}

.masthead-item {
    float: left;
    margin-right: 30px;
}

.masthead-item:last-child {
    margin-right: 0;
}

.masthead-item label {
    display: block;
    font-size: 0.8em;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.masthead-label {
    display: block;
    font-size: 0.8em;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.mast-nav {
    margin: 30px 0 10px 0;
}

.mast-nav a {
    font-family: "Bebas Neue", sans-serif;
    text-decoration: none;
    font-size: 1.5em;
    margin-right: 30px;
    color: #ffffffa6;
    display: inline-block;
}

.return {
    color: #1c515c !important;
}

.return:hover {
    color: #29887f !important;

}

.mast-nav a:hover {
    color: #fff;
}

.mast-nav a:last-child {
    margin-right: 0;
}

.mast-nav a.active {
    color: #f5eb2c;
}

.mast-nav a span {
    font-family: "Bebas Neue", sans-serif;
    background: red;
    margin-left: 10px;
    margin-top: 2px;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 0.6em;
    position: absolute;
}

/*Dashboard Styles */
.dash-container {
    position: relative;
    margin: -100px auto 30px;
}

.dash-item {
    padding: 30px;
    border: 1px solid #f5f5f5;
    background: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.dash-item .dash-label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-family: "Bebas Neue", sans-serif;
    cursor: pointer;

}

.dash-item-number {
    font-size: 3em;
    cursor: pointer;

}

.small-cal-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.small-cal {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
}

.small-cal th {
    text-align: center;
    position: relative;
    padding: 10px;
    background-color: #060216;
    color: #fff;
}

.small-cal td {
    text-align: center;
    position: relative;
    padding: 10px;
}

.small-cal td.active {
    background: #106e7e;
    color: #fff;
    cursor: pointer;
}

.small-cal tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.small-cal tr:last-child td {
    border-bottom: 0;
}

.list-date-container fieldset {
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.list-date-container fieldset legend {
    font-size: 2em;
    font-family: "Bebas Neue", sans-serif;
    padding: 0 20px;
    background: #000;
    color: #fff;
}

.list-item-container {
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.list-item-container:last-child {
    margin-bottom: 0;
}

.list-item-container::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    display: block;
    color: #fff;
    font-size: 0.8em;
    padding: 5px 10px;
}

.list-item-container.sol-type-01::after {
    background: #643561;
    content: "Solicitation Event";
}

.list-item-container.sol-type-02::after {
    background: #a04463;
    content: "Solicitation Opening";
}

.list-item-container.sol-type-03::after {
    background: #d26054;
    content: "Solicitation Closing";
}

.list-item-container.sol-type-04::after {
    background: #979ce5;
    content: "Amendment";
}

.list-item-container:hover {
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.list-item-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-family: "Bebas Neue", sans-serif;
}

.list-item-owner {
    margin-bottom: 10px;
}

.list-item-float {
    float: left;
    margin-right: 30px;
}

.list-item-float label {
    display: block;
    font-size: 0.8em;
}

/*Content Container Sytles*/
.content-container {
    margin: 0 auto;
    padding: 50px;
}

.content-section {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.content-title {
    font-size: 24px;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

.section-title {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
    font-size: 1.17em;
    unicode-bidi: isolate;
}

.solicitation-title {
    display: flex;
    justify-content: space-between;
}

.modal-title {
    padding: 30px;
}

.blue-book-info {
    line-height: 24px;
}

.bluebook-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
}

.blue-book-company-info {
    padding: 20px 10px;
}

.blue-book-overview-section {
    margin-bottom: 40px;
    line-height: 24px;
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blue-book-table {
    margin: 40px 0;
}

.blue-book-table tr {
    cursor: auto !important;
}

.blue-book-overview-section-title {
    font-size: 1.25em;
    font-family: "Bebas Neue", sans-serif;
    margin: 0;
}

.blue-book-category-list {
    margin: 0;
    list-style-type: none;
}

.blue-book-category {
    cursor: pointer;
    /* Show pointer cursor on hover */
}

.blue-book-email {
    word-wrap: break-word;
    max-width: 200px;
}

.blue-book-max-width {
    max-width: 200px;
}

.hover-text {
    display: none; 
    position: absolute; 
    background-color: #fff; 
    padding: 5px; 
    border: 1px solid #ccc; 
    z-index: 122; 
  }

  .hover-element {
    position: relative;
  }

  
.pending-registrations-company-section {
    display: grid;
    grid-template-columns: 1fr; /* Two columns */
}

.solicitation-lot {
    border: 1px solid black;
    padding: 10px 0;
    margin-bottom: 20px;
}

.solicitation-lot.title {
    background-color: rgba(29, 16, 96, 0.10);
    padding: 10px;
    border: none;
    text-transform: uppercase;
}

.collapse-icon {
    width: 20px;
}

.expiring-icon {
    position: absolute;
    right: 20px;
    top: 5px;
}

.grid-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
}

.label,
.text {
    margin: 5px 0; /* Adjust vertical spacing between label and text */
    word-break: break-all;
}

.response-text {
    font-size: 24px;
    font-weight: 700;
}

.pending-label {
    font-weight: bold;
    margin-right: 10px;
}

.content {
    padding: 30px;
}

.two-column {
    display: flex;
}

.left-column {
    padding: 45px 10px;
    width: 20vw;
    border-right: 1px solid grey;
    min-width: 250px;
}

.right-column {
    width: 80vw;
    padding: 30px;
}

.filter-container {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
}

.filter-container::after {
    clear: both;
    display: block;
    content: "";
}

.filter-item {
    float: left;
    padding-right: 10px;
}

.filter-item.full {
    width: 100%;
}

.filter-item:last-child {
    margin-right: 0;
}

.filter-item label {
    display: block;
    margin: 7px 0;
}

.filter-container .tab-container {
    margin-bottom: 0;
}

/*Tabs*/
.tab-container {
    margin-bottom: 30px;
}

.tab-container::after {
    content: "";
    display: block;
    clear: both;
}

.tab-container ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tab-container ul li {
    display: inline-block;
}

.tab-container ul li:last-child {
    border-right: 0;
}

.tab-container ul li a {
    color: #060216;
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    background: #fff;
    border: 1px solid #ccc;
}

.tab-container ul li a:hover {
    background: #fff;
    color: #106e7e;
}

.tab-container ul li a.active {
    background: #106e7e;
    color: #fff;
    border: 1px solid #106e7e;
}

.tab-container .tab-lnk.has-status {
    padding: 10px 15px 10px 25px;
    position: relative;
}

.tab-container .tab-lnk.has-status:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -4px;
}

.tab-container .tab-lnk.pending:before {
    background: orange;
}

.tab-container .tab-lnk.complete:before {
    background: green;
}

.tab-content {
    display: none;
}

.tab-content-1 {
    display: block;
}

.content-tabs {
    margin-bottom: 0;
}

.content-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-tabs ul li {
    display: inline-block;
}

.content-tabs ul li a {
    color: #060216;
    text-decoration: none;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    background: #fff;
}

.content-tabs ul li a:hover {
    background: #fff;
    color: #106e7e;
}

.content-tabs ul li a.active {
    background: #106e7e;
    color: #fff;
}

.content-tab {
    display: none;
}

.content-tab-01 {
    display: block;
}

/*Main Table*/
.main-table {
    width: 100%;
    border-collapse: collapse;
}

.expandable-row {
    cursor: pointer;
}

/* Styles for tables with the class .responsive-table */
.responsive-table {
    display: block;
    overflow-x: auto;
    width: 100%;
}

.responsive-table thead,
.responsive-table tbody,
.responsive-table tr {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.responsive-table th,
.responsive-table td {
    flex: 1;
    text-align: left;
    width: 100%;
}

.main-table.even th {
    width: 25%;
}

.main-table th {
    text-align: left;
    font-size: 0.8em;
    padding: 10px;
    border-bottom: 3px solid #0e0d1b;
}

.th-empty {

    border-bottom: 3px solid #0e0d1b !important;
}

.main-table tbody tr:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.main-table.small td {
    padding: 10px 5px;
}

.main-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.main-table .break-word {
    word-break: break-all;
}

.main-table tfoot {
    background: #f2f2f2;
}

.main-table tfoot a.btn {
    padding: 10px 15px;
    display: inline-block;
    background: #326a79;
}

.nested-row {
    border: 1px solid #ccc;
}

.nested-row td {
    cursor: auto;
    word-wrap: break-word;
}

.nested-row tr {
    padding: 20px 0;
}

.nested-row table {
    margin: 20px 0 40px 0;
}

.scroll-td {
    max-height: 100px;
    overflow-y: auto;
    cursor: auto;
}




/*Add New Container */
.add-new-container {
    background: linear-gradient(90deg, rgba(12, 19, 54, 1) 0%, rgba(70, 252, 198, 1) 100%);
    padding: 20px;
    margin-bottom: 0;
}

.add-new-container a.btn {
    padding: 10px 15px;
    display: inline-block;
    background: #326a79;
}

/*Form Elements*/
.form-item {
    margin-bottom: 20px;
}

.form-item label {
    font-size: 0.9em;
    margin-bottom: 8px;
    display: block;
    font-weight: 900;
}

.form-item label.cb {
    display: inline-block;
}

.form-item.required label::before {
    content: "*";
    display: inline-block;
    margin-right: 3px;
    color: red;
}

.form-item.required label.cb::before {
    display: none;
}

.form-item.contract {
    margin-top: 40px;
}

.form-item.contract th {
    padding: 10px 20px 10px 0;
}

.form-item.contract td {
    padding: 10px 20px 10px 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="datetime-local"],
input[type="date"],
select {
    font-size: 1em;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

select {
    padding: 9px 10px;
}

textarea {
    font-size: 1em;
    padding: 10px;
    width: 100%;
    height: 125px;
}

.form-container input[type="text"],
.form-container input[type="number"],
.form-container input[type="email"],
.form-container input[type="password"],
.form-container input[type="datetime-local"],
.form-container select,
.form-container textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #f5f6f7;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
}

input[type="text"]:disabled {
    background: #ccc;
}

.save-container {
    background: #106e7e;
    border-radius: 5px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.save-container a.btn {
    display: block;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2em;
    background: #106e7e !important;
}

.save-btn {
    background: #106e7e !important;
}

/* General Styles */
.page-container {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
}

.general-padding {
    padding: 30px;
}

.clear-after::after {
    content: "";
    display: block;
    clear: both;
}

.w-50 {
    width: 50%;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.gap {
    gap: 30px;
}

.gap-sm {
    gap: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.my-20 {
    margin: 20px 0;
}

.my-30 {
    margin: 30px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.width-100 {
    width: 100%;
}

.w-30 {
    width: 30%;
}

.w-34 {
    width: 34%;
}

.text-center {
    text-align: center;
}

.width-fit {
    width: fit-content;
}

.icon-sm {
    width: 20px;
}

.width-25 {
    width: 22.75%;
    margin-right: 3%;
    float: left;
}

.width-25:last-child {
    margin-right: 0;
}

.width-33 {
    width: 31.333%;
    margin-right: 3%;
    float: left;
}

.width-33:last-child {
    margin-right: 0;
}

.width-30 {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.width-70 {
    width: 67%;
    float: left;
}

.width-20 {
    width: 20%;
    margin-right: 3%;
    float: left;
}

.width-80 {
    width: 77%;
    float: left;
}

.width-50 {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.width-50:last-child {
    margin-right: 0;
}

.float-right {
    float: right;
}

.float-left {
    float: right;
}

hr {
    margin: 30px 0;
    height: 10px;
    background: #e8e8e8;
    border: 0;
}

.btn {
    display: block;
    background: #000;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5em;
    border-radius: 5px;
    cursor: pointer;
}

.btn-2 {
    text-decoration: none;
    margin-right: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    background: #106e7e;
    color: #fff;
    border: 1px solid #106e7e;
    font-size: 16px;
    cursor: pointer;
}

.edit-btn {
    width: 62px;
}

.delete-btn {
    width: 82px;
    padding: 10px 0 !important;
}

.delete-vendor-btn {
    background: red;
    color: white;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-left: 10px;
  }
  
  .delete-vendor-btn:hover {
    opacity: 0.8;
  }

.empty-column {
    width: 63px;
}

.green-btn {
    background: #326a79;
}

.red-btn {
    background: #c54016;
}

.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000aa;
    z-index: 99;
    display: none;
    overflow: auto;
}

.modal-container {
    width: 85vw;
    max-width: 1400px;
    margin: 50px auto;
}

.modal-container-2 {
    width: 85vw;
    max-width: 1400px;
    margin: 50px auto;
}

.modal-container-3 {
    background: red;
}

.modal-window-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000aa;
    z-index: 99;
    display: none;
    overflow: auto;
}

.modal-window-3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000aa;
    z-index: 99;
    display: none;
    overflow: auto;
}



.modal-content {
    display: none;
}

.modal-dash-container {
    position: relative;
    margin: 0 auto;
    background: #106e7e;
    border-radius: 0;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px;
}

.window-no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.instruction-list li {
    margin-bottom: 30px;
}

.new-message {
    display: inline-block;
    background: #106e7e;
    color: #fff;
    border-radius: 3px;
    padding: 7px 10px;
}

.choose-file-spacing {
    padding: 10px 0;
}

.chevron-down {
    display: none;
}

.dropdown-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-list {
    list-style: none;
    max-height: 50vh;
    overflow: auto;
}

.dropdown-list li {
    padding-left: 55px;
}

.dropdown-btn {
    margin-right: 10px;
}

.expanded .chevron-up {
    display: none;
}

.expanded .chevron-down {
    display: inline-block;
}

.cost-proposal-btn {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.button-container {
    display: flex;
    flex-direction: column;
}

.button {
    font-size: 1em;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.lot-container {
    padding: 0;
    margin: 0;
}

.tabs-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

.hidden {
    display: none;
}

.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    margin: 0 10px 0 0;
    border-radius: 5px 5px 0 0;
}


.scoring-tab-content, .response-tab-content {
    border: 1px solid #eee;
    padding: 20px;
}

.csv-tab {
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    display: block;
    background: #106e7e;
    color: #fff;
    border: 1px solid #106e7e;
    font-size: 16px;
    cursor: pointer;
}

.questions-button-row {
    position: absolute; 
    right: 0px; 
    top: -40px;
}

.tab-button:hover {
    background-color: #f5f5f5;
}

.tab-button.active {
    background-color: #f5f5f5;
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.custom-table th {
    background-color: #f2f2f2;
}

.hidden-table {
    display: none;
  }
  
  .table-visible {
    display: table;
    margin: 20px;
    width: calc(100% - 40px) !important;
  }

  .toggle-btn {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: white;
    cursor: pointer;
  }

  .general-response {
    border: 1px solid #eee;
  }

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    /* max-width: 800px; */
    margin: 1em auto;
}

#container {
    height: 400px;
}

#container-2 {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.tooltip{ 
    display: none; 
    position: absolute;  
    z-index: 100; 
    border: 1px solid black; 
    background-color: white; 
    padding: 3px; 
    left: 40px; 
    width: max-content;

} 
.parentCell:hover span.tooltip{ 
    display:block; 
} 



.categories-table {
    margin-bottom: 20px;
}

.categories-table table {
    width: 100%;
    border-collapse: collapse;
}

.categories-table th, .categories-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.categories-table th {
    background-color: #f2f2f2;
}

.subcategories-list {
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;
}

.subcategories-list li {
    list-style: none;
    margin-bottom: 5px;

}

.add-subcategory-btn {
    margin-top: 5px;
}

.delete-subcategory-btn,
.delete-category-btn {
    margin-left: 5px;
    padding: 3px 6px;
    background-color:rgb(199, 0, 0) ;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.delete-subcategory-btn:hover,
.delete-category-btn:hover {
    background-color: #ff4d4d;
}

/* Modal styles */
.category-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .category-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close-category {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close-category:hover,
  .close-category:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  

  .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: static;
    background-color: #f9f9f9;
    min-width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 1;
}

.dropdown-content label {
    display: block;
}

.dropdown-content input[type="checkbox"] {
    margin-right: 5px;
}

.show {
    display: block;
}

.dropdown-toggle {
    font-size: 1em;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: start;
    cursor: pointer;
}

.toc-box {
    border: 1px solid #ccc;
    padding: 20px;
    overflow-y: scroll;
    height: 40vh;
}

.registration-container .registration-lnk.has-status {
    padding: 0 0 0 25px;
    position: relative;
}

.registration-container .registration-lnk.has-status:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -4px;
}

.registration-container .registration-lnk.pending:before {
    background: orange;
}

.registration-container .registration-lnk.complete:before {
    background: green;
}

.progress-bar-container {
    background-color: #f0f0f0;
    position: relative;
  }
  
  .progress-bar {
    height: 100%;
    background-color: #37c09f;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000; 
  }

  #progress-table td:nth-child(3), 
  #progress-table td:nth-child(4) {
    width: 25%;
  }

  .login-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-image: url('/images/CES_Login.jpg');
  }

  .login-wrapper {
    position: relative;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .login-form {
    width: 50vw;
    min-width: 400px;
    background: white;
    padding: 40px;
    max-width: 600px;
  }

  .login-title {
    color: #986036;
  }

  .login-text {
    color: #007c8a;
  }

  .login-form-item {
    margin: 30px 0;
  }


  .icon-thumb {
    height: 60px;
    width: 60px;
  }

  .icon-thumb-small {
    height: 40px;
    width: 40px;
  }

  .blue-book-vendor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    /* max-height: 300px; */
  }

  .blue-book-vendor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: max-content;
    gap: 30px;
    background: #f5f5f5;
  }

  .blue-book-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 30px;
  }
  
  .blue-book-left-column, .blue-book-right-column {
    box-sizing: border-box;
    padding: 20px;
  }
  
  .blue-book-left-column {
    flex: 1;
  }
  
  .blue-book-right-column {
    flex: 2;
  }
  
  @media screen and (max-width: 680px) {
    .blue-book-container {
        flex-direction: column;
    }
  }

  .accordion-item {
    overflow: hidden; 
  }
  
  .accordion-header {
    padding: 10px;
    cursor: pointer;
    /* background-color: #f0f0f0; */
    transition: background-color 0.3s ease; 
  }
  
  .accordion-content {
    transition: max-height 0.3s ease;
    max-height: 0; 
  }
  
  .active .accordion-content {
    max-height: 1000px; 
  }

  .vendor-card-logo {
    border-radius: 50%;
    background: #43eebe;
    height: 120px;
    width: 120px;
    position: relative;
    top: -15px;
    border: 5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
  }

  .vendor-header {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #ccc;
  }

  .vendor-content-title {
    font-size: 24px;
    padding: 15px 0;
}

.vendor-info {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}


#user-table td {
    border-bottom: none;
}

#user-table tr {
    border-bottom: 1px solid #ccc ;
}

.message-list {
    list-style-type: none;
    padding: 0;
}

.message-list li {
    margin-top: 10px;
}

.message-list li a {
    text-decoration: none;
    color: rgba(1, 1, 1, .4);
    position: relative;
    padding-left: 14px;
}

.message-list li a::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
    content: "";
    display: block;
    border-radius: 50px;
}

.message-list li a.allmessages::before {
    background: #5f8ee7;
}

.message-list li a.draftmessages::before {
    background: #d8a83d;
}

.message-list li a.sentmessages::before {
    background: #10831f;
}

.message-list li a.archivedmessages::before {
    background: #8e414e;
}

.active-message {
    color: rgba(1, 1, 1, 1) !important; /* Example active style */
}

.message-section-title label{
    font-size: 0.9em;
    margin-bottom: 8px;
    display: block;
    font-weight: 900;
}

.table-label {
    font-size: 0.9em;
    margin-bottom: 8px;
    display: block;
    font-weight: 900;
}

#skip-to-btn {
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 10px;
    z-index: 100;
}

#skip-to-btn:focus {
    top: 0;
}
