﻿/*body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f9fb;
}

.portal-container {
    max-width: 900px;
    margin: 40px auto;
}

.portal-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    padding: 40px;
}

.section-divider {
    border-top: 1px solid #e5e7eb;
    margin: 30px 0;
}

.badge-research {
    background-color: #0d6efd;
}

.cta-btn {
    min-width: 280px;
}

footer {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9rem;
}

    footer a {
        margin: 0 10px;
        text-decoration: none;
    }

.notice {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px;
    border-radius: 6px;
    font-size: 0.95rem;
}
*/




/*body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
}

.disclaimer-container {
    max-width: 900px;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    margin: 50px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

h1, h2, h3, h4 {
    color: #2c3e50;
}

.section-title {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

p, li {
    color: #555555;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}

.btn-primary, .btn-secondary {
    min-width: 220px;
    margin: 10px 5px;
}

.footer-links {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

    .footer-links a {
        margin: 0 10px;
        color: #007bff;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }


hr.section-divider {
    border: 0;
    border-top: 2px solid #dee2e6;
    margin: 20px 0;
}*/


/* ================================
   Global
================================ */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f6f8;
    color: #2c3e50;
}

/* ================================
   Disclaimer Container
================================ */
.disclaimer-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ================================
   Headings
================================ */
h1 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.section-title {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1f2d3d;
    font-size: 1.4rem;
}

h4 {
    font-weight: 600;
    margin-top: 15px;
}

.main-header {
    background-color: #00388d;
    padding: 12px 0;
    border-radius: 12px;
    color: #f9f9f9;
}
/* ================================
   Text & Lists
================================ */
p {
    color: #4a4a4a;
    line-height: 1.65;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 6px;
}

/* ================================
   Section Divider
================================ */
.section-divider {
    border: none;
    border-top: 1px solid #e1e4e8;
    margin: 5px 0;
}

/* ================================social-btn.google
   Role Selection (Radio Buttons)
================================ */
.role-selection {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.role-option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border: 1px solid #dcdfe3;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fafafa;
    transition: all 0.2s ease-in-out;
}

    .role-option:hover {
        border-color: #007bff;
        background-color: #f8fbff;
    }

    .role-option input[type="radio"] {
        transform: scale(1.2);
        cursor: pointer;
    }

    .role-option span {
        font-size: 0.95rem;
        color: #2c3e50;
    }

/* ================================
   Buttons
================================ */
.btn-primary {
    min-width: 180px;
    padding: 10px 24px;
    font-weight: 500;
    border-radius: 4px;
}

/* ================================
   Acknowledgement Text
================================ */
.acknowledge-text {
    font-size: 0.9rem;
    color: #6c757d;
}

/* ================================
   Footer Links
================================ */
.footer-links {
    text-align: center;
}

    .footer-links a {
        color: #007bff;
        margin: 0 12px;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.app-footer {
    width: 100%;
    background-color: #0754ab;
    border-top: 1px solid #e1e4e8;
    padding: 25px 0;
    margin-top: 5px;
}

    .app-footer .footer-links {
        text-align: center;
    }

        .app-footer .footer-links a {
            margin: 0 15px;
            color: #f5f5f5;
            text-decoration: none;
            font-size: 0.9rem;
            cursor: pointer;
        }

            .app-footer .footer-links a:hover {
                text-decoration: underline;
                color: #f5f5f5;
                opacity: 0.8;
            }


.text-left {
    text-align: left;
}

.nav-pills {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 4px 8px;
}

    /* Base tab style */
    .nav-pills .nav-ui-tab {
        padding: 10px 20px;
        border-bottom: 4px solid transparent; /* Reserve space */
        cursor: pointer;
    }

        /* Active tab */
        .nav-pills .nav-ui-tab.active {
            border-bottom: 4px solid #03204c;
        }

.nav-card button {
    color: #fff !important;
}

    .nav-card button:not(.active):hover {
        color: #fff;
        opacity: 0.8;
    }

li.nav-item {
    margin-bottom: 0;
}

.fixed-right-content {
    flex: 1;
    overflow: auto;
    height: 100vh;
}

.display-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.h-100p {
    height: 100%;
}

.nav-pills a.nav-link {
    color: #555 !important;
    margin: 0 1px;
    background-color: #deebf5 !important;
}

    .nav-pills a.nav-link.active {
        border-bottom: 4px solid #0d6efd !important;
    }

input [type="checkbox"], input[type="radio"] {
    cursor: pointer;
}

.panel-card {
    padding: 15px;
}

.border {
    border: 1px solid #007bff;
}

.bg-light-blue {
    background-color: #d9ebff;
}

.rounded-2xl {
    border-radius: 12px;
}

.color-light-orange {
    color: #ffd7b3;
}

.font-4xl {
    font-size: 1.5rem;
}


.nav-link.completed {
    /* background-color: #198754 !important;
   color: #fff !important;*/
    border-bottom: 4px solid #198754 !important;
}

.nav-link.has-error {
    border-bottom: 4px solid #198754 !important;
    /* border: 1px solid red !important;*/
}

.nav-link.active {
    background-color: #0d6efd !important;
    color: #fff;
}

.display-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.p-r-15 {
    padding-right: 15px;
}

section {
    background-color: #fff9f2;
    padding: 17px;
    border-radius: 12px;
}

    section.field-history {
        background-color: #f5f5f5;
    }

    section.mb-4, mb-4 {
        margin-bottom: 2rem !important;
    }

.tblUroflow th {
    font-size: 0.7rem;
}

.w-250 {
    width: 250px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 30px;
    text-align: center;
    color: white;
}

.checkmark-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    animation: scaleIn 0.5s ease-out 0.2s both;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.checkmark {
    font-size: 48px;
    color: white;
}

.header h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.header p {
    font-size: 16px;
    opacity: 0.95;
    color: #fff;
}

.content {
    padding: 40px 30px;
}

.message {
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
}

    .message p {
        margin-bottom: 16px;
    }

.info-box {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .info-box h3 {
        color: #667eea;
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .info-box ul {
        list-style: none;
        color: #555;
    }

        .info-box ul li {
            padding: 8px 0;
            padding-left: 24px;
            position: relative;
        }

            .info-box ul li:before {
                content: "✓";
                position: absolute;
                left: 0;
                color: #667eea;
                font-weight: bold;
            }

.reference-number {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

    .reference-number p {
        color: #666;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .reference-number .number {
        font-size: 24px;
        font-weight: 700;
        color: #667eea;
        font-family: 'Courier New', monospace;
    }


.footer {
    padding: 20px 30px;
    background: #f8f9fa;
    color: #666;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.hide {
    display: none;
}

@media (max-width: 600px) {
    .header h1 {
        font-size: 24px;
    }

    .content {
        padding: 30px 20px;
    }
}


.login-container {
    text-align: center;
    margin-top: 80px;
}

    .login-container h1 {
        font-size: 42px;
        font-weight: 300;
        margin-bottom: 40px;
        color: #000;
    }

.button-group {
    width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #ccc;
}

    /* Google Button */
    .social-btn.google {
        /*   background-color: #0a66c2;
        color: white;
        border: none;*/
        background-color: #fff;
        color: #000;
    }

        .social-btn.google:hover {
            background-color: #f0f0f0;
        }

    /* Microsoft Button */
    .social-btn.microsoft {
        background-color: #fff;
        color: #000;
    }

        .social-btn.microsoft:hover {
            background-color: #f0f0f0;
        }

    /* LinkedIn Button */
    .social-btn.linkedin {
        background-color: #fff;
        color: #000;
    }

        .social-btn.linkedin:hover {
            background-color: #f0f0f0;
        }

    .social-btn img {
        width: 20px;
        height: 20px;
    }







/* Wrapper */
.page-wrapper {
    padding: 30px 40px;
    background-color: #f1f1f1;
    border-radius: 12px;
    margin-top: 25px;
}

/* Header */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .page-header h1 {
        font-size: 26px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
    }

    .page-header p {
        margin: 5px 0 0;
        color: #6b7280;
        font-size: 14px;
    }

/* Primary Button */
/*.btn-primary {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0b5ed7;
    }*/

/* Card Style */
.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: none;
}

.card-body {
    padding: 20px;
}

/* Modern Table */
.modern-table thead th {
    background-color: #f9fafb;
    color: #374151;
    font-weight: 600;
    border-bottom: 1px solid #e5e7eb;
}

.modern-table tbody tr {
    transition: 0.2s ease;
}

    .modern-table tbody tr:hover {
        background-color: #f3f4f6;
    }

.modern-table td {
    padding: 6px 10px !important;
}

/* DataTables search box */
.dataTables_filter input {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 6px 10px;
}

/* Pagination */
.dataTables_paginate .paginate_button {
    border-radius: 6px !important;
}

.dt-buttons {
    display: flex !important;
    gap: 6px !important;
    margin-bottom: 15px !important;
}

/* Base button style */
.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Excel - Green */
.btn-excel {
    background-color: #198754 !important;
    color: white !important;
}

    .btn-excel:hover {
        background-color: #157347 !important;
        transform: translateY(-1px) !important;
    }

/* PDF - Red */
.btn-pdf {
    background-color: #dc3545 !important;
    color: white !important;
}

    .btn-pdf:hover {
        background-color: #bb2d3b !important;
        transform: translateY(-1px) !important;
    }

/* Primary Action - Blue */
.btn-new {
    background-color: #0d6efd !important;
    color: white !important;
}

    .btn-new:hover {
        background-color: #0b5ed7 !important;
        transform: translateY(-1px) !important;
    }

/* Optional subtle shadow */
.dt-button {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    padding: 4px 12px !important;
}

a {
    text-decoration: none !important;
}

.form-group {
    margin-bottom: 10px;
}

.display-grid {
    display: grid;
    gap: 10px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.w-200 {
    width: 200px;
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.pos-rel {
    position: relative;
}

.input-units {
    position: absolute;
    top: 6px;
    right: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.p-l-15 {
    padding-left: 15px;
}

.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.p-15 {
    padding: 15px;
}

.border-radius {
    border-radius: 12px;
}

.m-l-15 {
    margin-left: 15px;
}

.haus-logo {
    position: relative;
}

    .haus-logo img {
        width: 10rem;
        position: absolute;
        top: 10px;
        left: 15px;
        border-radius: 13px;
    }

.justify-end {
    justify-content: end;
}

.deleteStructuredEntry {
    padding: 7px;
    color: red;
    cursor: pointer;
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.ui-front {
    z-index: 9999 !important;
}

.Custom_Matterpicker .Matteruser_text {
    white-space: unset !important;
    max-width: 215px;
    line-break: anywhere;
}

.multipicker-tab {
    display: flex;
}

    .multipicker-tab .Custom_Mattername {
        color: #555 !important;
        padding: 2px 5px;
    }

    .multipicker-tab .Picker_Matterremove {
        color: #555 !important;
        padding: 2px 5px;
        cursor: pointer;
    }


.Custom_searchbox_cases {
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    display: table;
    position: relative;
}

.Custom_image {
    display: table-cell;
}

.col-icon {
    width: 20px;
}

.ui-menu-item-wrapper {
    display: flex;
}

.selected-picker {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 1px 10px;
    border-radius: 4px;
    margin: 4px 5px;
}

.history-card {
    /*border: 1px solid #e5e5e5;
    background: #fafafa;*/
    padding: 10px 12px;
    border-radius: 6px;
    width: auto;
}

.history-title {
    font-size: 14px;
    color: #888;
    /*  margin-bottom: 4px;*/
}

.history-value {
    font-weight: 500;
    color: #4e4d4d;
}

.history {
    display: flex;
    align-items: start;
}

.text-capitalise {
    text-transform: capitalize;
}


/*new start css*/

.field-section-container {
    grid-template-columns: 2fr 1fr;
}
/*new legend css*/

.justify-space-between {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}

.uroflow-test {
    background-color: #f1f1f1 !important;
    margin-top: 20px;
}
.color-red {
    color: red;
}
.font-bold{
    font-weight: bold;
}
.header-haus-profile {
    position: absolute;
    right: 29px;
    top: 8px;
}