h1, h2, h3, .btn, .navbar-brand, thead, .table-paging, .nav-link {
    font-family: "Source Sans 3", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #01193F;*/
}

/*h1, h2, h3 {
    color: #01193F;
}

.card-title {
    color: #01193F;
}
*/
h1 {
    font-size: 1.6em;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.0em;
}

.nav-link {
    font-size: 1.0em;
}

    .nav-link:not(.navbar .nav-link):hover {
        text-decoration: underline;
        color: #C16A2C;
    }


.btn {
    font-size: 1.0em;
}

.navbar-brand {
    font-size: 2.2em;
}

a {
    color: #EB8336;
}

p {
    color: #888;
}

.form-control {
    color: #888;
}

.table tbody td {
    color: #888;
}

.table thead th {
    font-size: 1.0em;
}

.table-paging {
    font-size: 1.0em;
    color: #888;
}


.pagination .page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .bi {
    font-size: 1rem;
}

/* Optional: Add hover effect */
.pagination .page-link:not(.disabled):hover {
    background-color: var(--bs-pagination-hover-bg);
}

.navbar-brand {
    margin-top: -5px;
}

.nav-link {
    padding-right: 20px !important;
    padding-top: 13px;
}

.breadcrumb-wrapper {
    width: 100%;
    padding: 0; /* Adjust padding as needed */
    border-color: var(--bs-border-color);
    border-style: solid;
    border-width: 0 1px 4px 1px;
}

.breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
    border-style: none;
}

.breadcrumb-item {
    font-family: "Source Sans 3", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    content: "\F285";
    font-size: 0.8em;
    font-weight: 600;
    vertical-align: middle;
    color: var(--bs-secondary);
}

.breadcrumb .bi {
    font-size: 1em;
    vertical-align: -0.125em;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--bs-primary);
}

.breadcrumb-item.active {
    color: var(--bs-secondary);
}

.breadcrumb-text {
    position: relative;
    top: 2px;
}

.btn-primary {
    border: none;
}

.btn-paging {
    width: 50px;
}

.tag-editor .tag-input {
    outline: none;
    min-width: 50px;
}

    .tag-editor .tag-input:focus {
        outline: none;
    }

.tag-editor .form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}

.tag-editor .badge .btn-close {
    font-size: 0.65em;
}