.colcap-collateral-admin,
.colcap-collateral-login-form,
.dcc-page-title,
.dcc_login-title {
    font-family: 'Inter', sans-serif;
}

.colcap-collateral-header-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 0.8px solid #E5E7EB;
    background: #FFF;
    padding: 25px 50px 30px;
}

body.admin-bar .colcap-collateral-header-section {
    margin-bottom: 25px;
}

.colcap-collateral-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.colcap-collateral-logout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.dcc-user-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
}

.dcc-user-dropdown-toggle:hover,
.dcc-user-dropdown-toggle:focus {
    background: rgba(0, 0, 0, 0.06);
    outline: none;
}

.dcc-header-user-meta {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.dcc-header-user-name {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.dcc-header-user-role {
    color: #6B7280;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}

.dcc-dropdown-chevron {
    color: #6B7280;
    flex-shrink: 0;
}

.dcc-dropdown-logout {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 4px 16px;
    color: #dc3545;
}

.dcc-dropdown-logout:hover,
.dcc-dropdown-logout:focus {
    background: #f8d7da;
    color: #dc3545;
}

.dcc-user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #155DFC;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.dcc-user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dcc-user-avatar-fallback {
    text-transform: uppercase;
}

.colcap-text {
    color: #1f2937;
    font-weight: 600;
    white-space: normal;
}

i.dcc-alerticon {
    font-size: 27px;
    margin-right: 20px;
}

.colcap-collateral-login-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

form.dcc-login-form {
    border: 2px solid #3050bd;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    box-shadow: 0px 0px 34px 7px rgba(163,163,163,0.78);
    -webkit-box-shadow: 0px 0px 34px 7px rgba(163,163,163,0.78);
    -moz-box-shadow: 0px 0px 34px 7px rgba(163,163,163,0.78);
}

form.dcc-login-form input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #898989;
}

form.dcc-login-form button {
    padding: 5px;
    background-color: #0054bd;
    color: #fff;
    font-weight: 600;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
} 

.page-top-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0px;
}

.dcc-page-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.dcc_login-title {
    font-size: 20px;
    font-weight: 600;
}

.dcc_page_details_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

p#bond-file-status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

form.dcc-upload-form-bond {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

form.dcc-upload-form-bond .form-group {
    width: 80%;
}

.dcc-upload-bond-row > .dcc-upload-bond-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.dcc-upload-bond-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#pageSectionsTab .nav-link.dcc_tab_deactivate,
#pageSectionsTab .nav-link.dcc_tab_deactivate:hover,
#pageSectionsTab .nav-link.dcc_tab_deactivate:focus,
#pageSectionsTab .nav-link.dcc_tab_deactivate:focus-visible,
#pageSectionsTab .nav-link.dcc_tab_deactivate:active,
#pageSectionsTab .nav-link.dcc_tab_deactivate.active,
#pageSectionsTab .nav-item.show .nav-link.dcc_tab_deactivate {
    color: #b3b3b3 !important;
    font-style: italic !important;
}

#pageSectionsTab .nav-link.active,
#pageSectionsTab .nav-item.show .nav-link {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff;;
}

.dcc_tab_deactivate,
.dcc_tab_deactivate *,
.dcc_tab_deactivate td,
.dcc_tab_deactivate th,
.dcc_tab_deactivate a,
a.dcc_tab_deactivate,
a.dcc_tab_deactivate:hover,
a.dcc_tab_deactivate:focus,
a.dcc_tab_deactivate:focus-visible,
a.dcc_tab_deactivate:active,
a.dcc_tab_deactivate:visited {
    color: #b3b3b3 !important;
    font-style: italic !important;
}

.colcap-collateral-admin .navbar .nav-link.active {
    background-color: #198754 !important;
    color: #fff !important;
}

.accordion .card:first-of-type {
    border: 1px solid #b3b3b3 !important;
    border-bottom: 1px solid #b3b3b3 !important;
}

.colcap-collateral-admin .navbar .navbar-text .nav-link.active {
    padding: .5rem;
}

.navbar-text {
    color: var(--bs-navbar-color);
    /* padding: .5rem !important; */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dcc-history-table {
    table-layout: fixed;
}

.dcc-history-table th,
.dcc-history-table td {
    height: 52px;
    vertical-align: middle;
}

.dcc-history-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dcc-history-table td a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.dcc-fileset-public {
    margin: 1.5rem 0;
}

.dcc-fileset-public .dcc-fileset-title {
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.dcc-fileset-public .dcc-fileset-bond-link a {
    font-weight: 600;
    text-decoration: underline;
}

.dcc-fileset-public .dcc-fileset-bond-row {
    justify-content: flex-start;
    gap: 20px;
}

.dcc-fileset-public .dcc-fileset-card .card-header {
    background: transparent;
}

.dcc-fileset-public .dcc-fileset-year-tab {
    font-weight: 600;
}

.dcc-fileset-public .dcc-fileset-year-nav .dcc-fileset-year-tab {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.dcc-fileset-public .dcc-fileset-year-nav .dcc-fileset-year-tab:last-child {
    margin-bottom: 0;
}

.dcc-fileset-public .dcc-fileset-card-blank {
    background: transparent;
}

.nav.flex-column.nav-pills.dcc-fileset-year-nav {
    gap: 0;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 li {
    list-style-type: none !important;
    list-style: none !important;
}

.nav-tabs .nav-item {
    list-style: none;
    list-style-position: none;
}

ul#pageSectionsTab {
    margin: 0;
}

.colcap-collateral-title-box p {
    color: #4A5565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.colcap-collateral-title-text {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 10px;
}

.alert.alert-success.alert-dismissible.fade.show {
    margin: 10px;
}

div#dcc-mybody {
    padding: 10px;
}

.dcc-page-list-table thead th,
.dcc-page-list-table thead th a {
    color: #6A7282;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.dcc-page-list-table thead th {
    padding: 12px 24px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    width: unset;
    background-color: #F3F4F6;
}

ul.dropdown-menu.dropdown-menu-end.show li {
    list-style-type: none;
}

button.dropdown-item.dcc-dropdown-logout {
    width: 100%;
    background-color: unset !important;
    padding: 4px 16px !important;
}