body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #333;
    padding: 0px;
}

.navbar-brand, .navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover {
    background-color: #111;
}

.dropdown-menu {
    background-color: #333;
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #111;
}

.container {
    width: 100%;
    padding: 5px;
}

.container-jcph {
    width: 100%;
    padding: 2px;
}

@media (min-width: 576px) {
    .container-jcph {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-jcph {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-jcph {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-jcph {
        max-width: 1140px;
    }
}

.card-body-jcph {
    flex: 1 1 auto;
    padding: 2px;
}

.card {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007BFF;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0.35rem;
    padding-bottom: 0.1rem;
}

.table th, .table td {
    vertical-align: middle;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    max-width: 170px; /* Adjust as needed */
    word-wrap: break-word;
}

.nowrap {
    white-space: nowrap;
}

.table-responsive {
    overflow-x: auto;
}

.btn {
    min-width: 80px;
    padding: 3px
}

.btn-xs {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    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;
}

.password-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: 50px auto; /* Center the container and add top margin */
}

.password-header {
    margin-bottom: 20px;
}

.password-header h2 {
    margin: 0;
    text-transform: uppercase;
    color: #007BFF;
}

.register-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: 50px auto; /* Center the container and add top margin */
}

.register-header {
    margin-bottom: 20px;
}

.register-header h3 {
    margin: 0;
    text-transform: uppercase;
    color: #007BFF;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 50px; /* Adjust as needed */
}

.login-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.login-header {
    margin-bottom: 20px;
}

.login-header h3 {
    margin: 0;
    text-transform: uppercase;
    color: #007BFF;
}

.alert {
    margin-bottom: 20px;
}

.card-button {
    cursor: pointer;
}

.card-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.watermark {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 0;
}

.table {
    position: relative;
    z-index: 1;
}

.hidden-print {
    display: none;
}

@media print {
    .hidden-print {
        display: block;
    }
}

.no-print {
    display: block;
}

@media print {
    .no-print {
        display: none;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.tool-name {
    font-size:1.25rem;
    font-weight:400
}

.tagline {
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
}

.tagline-logo {
    height: 10px;
    line-height: 10px;
    font-size: 14px;
    text-align: center;
}