.site-logo-box {
    margin-left:auto;
    margin-right:auto;
    width:300px;
}

.site-logo-header {
    width:300px;
    height:300px;
}

.pageheader {
    font-family: arial;
}

.button {
    font: bold 14px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    margin: 20px;
    padding:20px;
    width:300px;
}

.form-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #2c4f6f;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.veri-t-form input[type=submit] {
    min-width: 100px;
    border: solid 1px #1a3d4d;
    border-radius: 10px;
    min-height: 12px;
    padding:10px;
    margin:10px 0px 20px 10px;
    background-color: #1a3d4d;
    color: white;
}

.veri-t-form input.text {
    min-width: 100%;
    border: solid 2px #1a3d4d;
    border-radius: 10px;
    min-height: 12px;
    padding:5px;
    margin:10px 0px 20px 0px;
}

.veri-t-form select {
    min-width: 100%;
    border: solid 2px #1a3d4d;
    border-radius: 10px;
    min-height: 12px;
    padding:5px;
    margin:10px 0px 20px 0px;
}

.veri-t-form textarea {
    min-width: 100%;
    border: solid 2px #1a3d4d;
    border-radius: 10px;
    min-height: 40px;
    padding:5px;
    margin:10px 0px 20px 0px;
}

.veri-t-form label {
    font-size: 15px;
}

.umbraco-forms-hidden input {
    display:none;
}

.umbraco-forms-page fieldset {
    border: none;
}

.umbraco-forms-container {
    margin-top: 20px;
    margin-bottom:20px;
}

.umbraco-forms-paging {
    margin: 20px 0px;
}

.umbraco-forms-paging-captions-caption {
    display: none;
}

.umbraco-forms-hidden {
    display: none;
}

div.titleanddescription > div.umbraco-forms-field-wrapper {
    margin-bottom: 30px;
}

div.umbraco-forms-entry-summary > h4.umbraco-forms-caption {
    margin-bottom: 30px;
}

div.umbraco-forms-entry-summary > h5.umbraco-forms-entry-summary-page-caption {
    margin-bottom: 20px;
    margin-top: 20px;
}

dl.umbraco-forms-entry-summary-entries > dt {
    margin-top: 10px;
    font-weight: bold;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Moved to here from styles.css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
}

.header-centre {
    background-color: white;
    padding: 36px 60px;
    display: flex;
    align-items: center;
}

.logo {
    height: 25px;
    width: 102px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.quick-help {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2c4f6f;
    font-size: 15px;
    cursor: pointer;
}

.icon {
    font-size: 16px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-link {
    color: #2c4f6f;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c4f6f;
    font-size: 15px;
}

.user-avatar {
    width: 36px;
    height: 36px;
    background-color: #2c4f6f;
    border-radius: 50%;
}

.dropdown {
    font-size: 10px;
    margin-left: 4px;
}

.container {
    display: flex;
    min-height: calc(100vh - 100px);
}

.sidebar {
    width: 200px;
    background-color: #fff;
    padding: 0;
    border-right: none;
    position: relative;
    display: block;
    margin-top: 16px;
}

.sidebar-item {
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s;
    text-decoration: none;
}

    .sidebar-item .icon {
        width: 20px;
        text-align: center;
    }

    .sidebar-item .dropdown {
        margin-left: auto;
    }

    .sidebar-item:hover {
        background-color: #e5e8f0;
        width: 90%;
        border-radius: 0px 15px 15px 0px;
    }

    .sidebar-item.active {
        background-color: #1a3d4d;
        color: white;
        font-weight: 500;
        width: 90%;
        border-radius: 0px 15px 15px 0px;
    }

.btn {
    float: right;
    display: inline-flex;
    justify-content: center; /* centers text horizontally */
    align-items: center; /* centers text vertically */
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn:hover {
        background-color: #0f2a38;
    }

.logout-btn {
    position: absolute;
    bottom: 28px;
    left: 28px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .logout-btn:hover {
        background-color: #0f2a38;
    }

.main-content {
    flex: 1;
    padding: 48px;
    background-color: #e5e8f0;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(44, 79, 111, 0.10);
    margin: 16px;
}

.page-header {
    margin-bottom: 80px;
}

.page-title {
    font-size: 36px;
    color: #2c4f6f;
    margin-bottom: 16px;
    font-weight: 400;
    clear: both;
}

.page-subtitle {
    color: #2c4f6f;
    font-size: 17px;
}

.cards-container {
    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

    .cards-container > :last-child:nth-child(3n + 1) {
        grid-column: 2;
    }

.admin-dash-cards-container {
    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.card {
    background-image: url("/images/Veri-T-Button-Gradient-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* <-- makes the image fill the card */
    border-radius: 16px;
    padding: 48px 36px;
    color: white;
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

.card-2 {
    background-image: url("/images/Veri-T-Button-Gradient-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-3 {
    background-image: url("/images/Veri-T-Button-Gradient-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-4 {
    background-image: url("/images/Veri-T-Button-Gradient-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card {
    background-image: url("/images/Veri-T-Button-Gradient-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    padding: 15px;
    color: white;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .mini-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

.mini-card-2 {
    background: url(/images/Veri-T-Button-Gradient-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card-3 {
    background: url(/images/Veri-T-Button-Gradient-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card-4 {
    background: url(/images/Veri-T-Button-Gradient-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.analysis-card {
    background-image: url("/images/Veri-T-Button-Gradient-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* <-- makes the image fill the card */
    border-radius: 16px;
    padding: 48px 36px;
    color: white;
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.analysis-text-area {
    background: white;
    border-radius: 16px;
    padding: 48px 36px;
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.notification-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #e53e3e;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.card-icon {
    font-size: 90px;
    margin-bottom: 24px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.card-description {
    font-size: 15px;
    opacity: 0.95;
    line-height: 1.5;
}

/* Make .card anchor links show no underline and keep accessible focus styling */
.cards-container a.card,
.cards-container a.card *,
.cards-container a.mini-card,
.admin-dash-cards-container a.card,
.admin-dash-cards-container a.card *,
.cards-container a.mini-card *,
a.btn {
    text-decoration: none;
    color: white;
}

    /* Ensure visited links don't change color/decoration */
    .cards-container a.card:visited a.mini-card a.btn :visited {
        color: inherit;
        text-decoration: none;
    }

.admin-dash-cards-containera.card:visited a.mini-card a.btn :visited {
    color: inherit;
    text-decoration: none;
}

/* No underline on hover/active */
.cards-container a.card:hover,
.cards-container a.card:active,
.cards-container a.mini-card:hover,
.cards-container a.mini-card:hover,
.admin-dash-cards-container a.card:hover,
.admin-dash-cards-container a.card:active,
a.btn {
    text-decoration: none;
}

/* Keep a visible focus ring for keyboard users */
.cards-container a.card:focus a.mini-card a.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 4px rgba(26, 61, 77, 0.14);
}

.admin-dash-cards-container a.card:focus a.mini-card a.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 4px rgba(26, 61, 77, 0.14);
}

.analysis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

    .analysis-header .card-title {
        margin-bottom: 0;
    }

.group-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    margin-right: 4px; /* Only add space to the right */
}

    .group-btn:hover {
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .group-btn:active {
        transform: translateY(0);
    }

    .group-btn.clicked {
        background-color: rgba(72, 187, 120, 0.3);
        border-color: rgba(72, 187, 120, 0.5);
    }

.verify.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; /* already set by script, but useful for CSS-first approach */
}

.group-btn-container {
    display: flex;
    gap: 4px; /* Adjust this value for desired closeness */
}

.group-btn:last-child {
    margin-right: 0; /* Remove margin from the last button */
}

.prompt-box {
    min-width: 100%;
    border: solid 2px #1a3d4d;
    border-radius: 16px;
    min-height: 12px;
    padding: 5px;
    margin: 10px 0px 20px 0px;
    resize: none;
    width: 100%;
}

.prompt-container {
    gap: 8px;
    min-width: 100%;
    width: 100%;
}

.prompt-btn {
    float: left;
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

    .prompt-btn:hover {
        background-color: #2a4d5d;
    }

    .prompt-btn:active {
        background-color: #0f2a37;
    }

    .prompt-btn:disabled {
        background-color: #6b7280;
        cursor: not-allowed;
    }

.analysis-text-area-sst {
    background: white;
    border-radius: 16px;
    padding: 48px 36px;
    color: black;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.delete-me-temp-style {
    visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
}

.header {
    background-color: white;
    padding: 36px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 25px;
    width: 102px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.quick-help {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2c4f6f;
    font-size: 15px;
    cursor: pointer;
}

.icon {
    font-size: 16px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-link {
    color: #2c4f6f;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c4f6f;
    font-size: 15px;
}

.user-avatar {
    width: 36px;
    height: 36px;
    background-color: #2c4f6f;
    border-radius: 50%;
}

.dropdown {
    font-size: 10px;
    margin-left: 4px;
}

.container {
    display: flex;
    min-height: calc(100vh - 100px);
}

.sidebar {
    width: 200px;
    background-color: #fff;
    padding: 0;
    border-right: none;
    position: relative;
    display: block;
    margin-top: 16px;
}

.sidebar-item {
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s;
}

    .sidebar-item .icon {
        width: 20px;
        text-align: center;
    }

    .sidebar-item .dropdown {
        margin-left: auto;
    }

    .sidebar-item:hover {
        background-color: #e5e8f0;
        width: 90%;
        border-radius: 0px 15px 15px 0px;
    }

    .sidebar-item.active {
        background-color: #1a3d4d;
        color: white;
        font-weight: 500;
        width: 90%;
        border-radius: 0px 15px 15px 0px;
    }

.btn {
    float: right;
    display: inline-flex;
    justify-content: center; /* centers text horizontally */
    align-items: center; /* centers text vertically */
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn:hover {
        background-color: #0f2a38;
    }

.logout-btn {
    position: absolute;
    bottom: 28px;
    left: 28px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .logout-btn:hover {
        background-color: #0f2a38;
    }

.main-content {
    flex: 1;
    padding: 48px;
    background-color: #e5e8f0;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(44, 79, 111, 0.10);
    margin: 16px;
}

.page-header {
    margin-bottom: 80px;
}

.page-title {
    font-size: 36px;
    color: #2c4f6f;
    margin-bottom: 16px;
    font-weight: 400;
    clear: both;
}

.page-subtitle {
    color: #2c4f6f;
    font-size: 17px;
}

.cards-container {
    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

    .cards-container > :last-child:nth-child(3n + 1) {
        grid-column: 2;
    }

.admin-dash-cards-container {
    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.info-card {
    background: #1a3d4d;
    border-radius: 16px;
    padding: 48px 36px;
    color: white;
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card {
    background-image: url("/images/Veri-T-Button-Gradient-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* <-- makes the image fill the card */
    border-radius: 16px;
    padding: 48px 36px;
    color: white;
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

.card-2 {
    background-image: url("/images/Veri-T-Button-Gradient-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-3 {
    background-image: url("/images/Veri-T-Button-Gradient-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card-4 {
    background-image: url("/images/Veri-T-Button-Gradient-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card {
    background-image: url("/images/Veri-T-Button-Gradient-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    padding: 15px;
    color: white;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .mini-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

.mini-card-2 {
    background: url(/images/Veri-T-Button-Gradient-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card-3 {
    background: url(/images/Veri-T-Button-Gradient-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mini-card-4 {
    background: url(/images/Veri-T-Button-Gradient-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.analysis-card {
    background-image: url("/images/Veri-T-Button-Gradient-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* <-- makes the image fill the card */
    border-radius: 16px;
    padding: 48px 36px;
    color: white;
    position: relative;
    min-height: 240px;
    cursor: pointer;
    width: 100%;
}

.notification-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #e53e3e;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.card-icon {
    font-size: 90px;
    margin-bottom: 24px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.card-description {
    font-size: 15px;
    opacity: 0.95;
    line-height: 1.5;
}

/* Make .card anchor links show no underline and keep accessible focus styling */
.cards-container a.card,
.cards-container a.card *,
.cards-container a.mini-card,
.admin-dash-cards-container a.card,
.admin-dash-cards-container a.card *,
.cards-container a.mini-card *,
a.view-btn, a.search-btn,
a.verify-btn,
a.btn {
    text-decoration: none;
    color: white;
}

    /* Ensure visited links don't change color/decoration */
    .cards-container a.card:visited a.mini-card a.btn :visited {
        color: inherit;
        text-decoration: none;
    }

.admin-dash-cards-containera.card:visited a.mini-card a.btn :visited {
    color: inherit;
    text-decoration: none;
}

/* No underline on hover/active */
.cards-container a.card:hover,
.cards-container a.card:active,
.cards-container a.mini-card:hover,
.cards-container a.mini-card:hover,
.admin-dash-cards-container a.card:hover,
.admin-dash-cards-container a.card:active,
a.btn {
    text-decoration: none;
}

/* Keep a visible focus ring for keyboard users */
.cards-container a.card:focus a.mini-card a.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 4px rgba(26, 61, 77, 0.14);
}

.admin-dash-cards-container a.card:focus a.mini-card a.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 4px rgba(26, 61, 77, 0.14);
}

.analysis-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

    .analysis-header .card-title {
        margin-bottom: 0;
    }

.group-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    margin-right: 4px; /* Only add space to the right */
}

    .group-btn:hover {
        background-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .group-btn:active {
        transform: translateY(0);
    }

    .group-btn.clicked {
        background-color: rgba(72, 187, 120, 0.3);
        border-color: rgba(72, 187, 120, 0.5);
    }

.verify.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; /* already set by script, but useful for CSS-first approach */
}

.group-btn-container {
    display: flex;
    gap: 4px; /* Adjust this value for desired closeness */
}

.group-btn:last-child {
    margin-right: 0; /* Remove margin from the last button */
}

.prompt-box {
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #1a3d4d;
    border-radius: 16px;
    min-height: 12px;
    padding: 5px;
    margin: 10px 0 20px 0;
    resize: none;
}

.search-box {
    width: 30%;
    box-sizing: border-box;
    border: solid 2px #1a3d4d;
    border-radius: 16px;
    min-height: 12px;
    padding: 5px;
    margin: 10px auto 20px auto;
    display: block;
    resize: none;
}

.filter-box {
    width: 30%;
    box-sizing: border-box;
    border: solid 2px #1a3d4d;
    border-radius: 16px;
    min-height: 12px;
    padding: 5px;
    margin: 10px 0 20px 0;
    display: block;
    resize: none;
}

.prompt-container {
    width: 100%;
    box-sizing: border-box;
    gap: 8px;
}

.prompt-btn {
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    display: flex;
    display: block;
    margin: 0 auto;
}

    .prompt-btn:hover {
        background-color: #2a4d5d;
    }

    .prompt-btn:active {
        background-color: #0f2a37;
    }

    .prompt-btn:disabled {
        background-color: #6b7280;
        cursor: not-allowed;
    }

.search-btn {
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    display: block;
    margin: 0 auto;
    width: 10%;
}

    .search-btn:hover {
        background-color: #2a4d5d;
    }

    .search-btn:active {
        background-color: #0f2a37;
    }

    .search-btn:disabled {
        background-color: #6b7280;
        cursor: not-allowed;
    }

.analysis-text-area {
    border: solid 2px #1a3d4d;
    background: white;
    border-radius: 16px;
    padding: 48px 36px;
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ai-response-visible {
    text-align: left;
    margin-top:30px;
}

.ai-response-invisible {
    display: none;
}

.ai-logo {
    height: 75px;
    width: 75px;
    display: block;
    margin: 0 auto;
}

.centre-text {
    display: block;
    margin: 0 auto;
    text-align:center;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

thead {
    background-color: #0d3d4d;
    color: white;
}

th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}

td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

tbody tr:hover {
    background-color: #f8f9fa;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.status-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.status-verified, .status-valid {
    color: #22c55e;
}

    .status-verified .status-icon, .status-valid .status-icon {
        background: #22c55e;
    }

.status-partial, .status-expiring {
    color: #f59e0b;
}

    .status-partial .status-icon, .status-expiring .status-icon {
        background: #f59e0b;
    }

.status-not-uploaded {
    color: #ef4444;
}

    .status-not-uploaded .status-icon {
        background: #ef4444;
    }

.risk-low {
    color: #28a745;
    font-weight: 600;
}

.risk-medium {
    color: #ffc107;
    font-weight: 600;
}

.risk-high {
    color: #dc3545;
    font-weight: 600;
}

.view-btn {
    background-color: #0d3d4d;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .view-btn:hover {
        background-color: #0a2d3a;
    }

.modal {
    background: white;
    border-radius: 8px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border: 2px solid #0f4c5c;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-title {
    font-size: 22px;
    font-weight: 500;
    color: #1f2937;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
    line-height: 1;
}

    .close-btn:hover {
        background-color: #f3f4f6;
    }

.modal-body {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.image-section {
    flex: 1;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}

.image-container {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

.nav-btn {
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
    font-size: 20px;
    color: #374151;
}

    .nav-btn:hover {
        background-color: #f3f4f6;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .nav-btn.prev {
    }

    .nav-btn.next {
    }

.download-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

    .download-btn:hover {
        background-color: #f3f4f6;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.info-section {
    width: 440px;
    background: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 32px;
}

.info-header {
    margin-bottom: 32px;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f4c5c;
    margin-bottom: 8px;
}

.info-date {
    font-size: 15px;
    color: #6b7280;
}

.section {
    margin-bottom: 32px;
}

.section-label {
    font-size: 18px;
    font-weight: 600;
    color: #0f4c5c;
    margin-bottom: 12px;
}

.section-content {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

.comment-label {
    font-size: 18px;
    font-weight: 600;
    color: #0f4c5c;
    margin-bottom: 12px;
    display: block;
}

.comment-box {
    width: 100%;
    min-height: 120px;
    padding: 14px;
    border: 2px solid #0f4c5c;
    border-radius: 6px;
    font-family: inherit;
    font-size: 15px;
    resize: vertical;
    margin-bottom: 16px;
    line-height: 1.5;
}

    .comment-box:focus {
        outline: none;
        border-color: #0a3a47;
    }

.send-btn {
    background-color: #0f4c5c;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    align-self: flex-end;
}

    .send-btn:hover {
        background-color: #0a3a47;
    }

.image-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    color: #6b7280;
}

    .image-menu:hover {
        background-color: #f3f4f6;
    }

@media (max-width: 1024px) {
    .modal {
        flex-direction: column;
        width: 95vw;
    }

    .image-section {
        height: 300px;
    }

    .info-section {
        width: 100%;
        max-height: 400px;
    }
}

.verify-btn {
    float: left;
    gap: 8px;
    background-color: #1a3d4d;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    margin-right: 10px;
}

.demo-selection-header {
    text-align: center;
}

.demo-selection-sub-header {
    text-align: center;
    padding-bottom: 20px;
}

    .demo-selection-sub-header > h3 {
        display: inline-block;
    }


.section.links-page {
    padding: 0px 30px 30px 30px;
}

.section.links-page h3 {
    font-size: 30px;
    padding-top: 20px;
}

.links-page-container {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 10px;
    padding: 10px;
}

.logout-button {
    border: solid 2px #1a3d4d;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-left: 20px;
    display: inline-block;
    color: #1a3d4d;
    cursor: pointer;
}

.hidden-logout-button {
    display:none;
}

    .verify-btn:disabled,
    .verify-btn.disabled {
        background-color: #c0c0c0; /* Gray background */
        color: #6b6b6b; /* Muted text color */
        cursor: not-allowed; /* Shows "not allowed" cursor */
        opacity: 0.6; /* Makes it look faded */
    }

.loading {
    width: 100%;
}

.loader{
    width:200px;
    margin-left:auto;
    margin-right:auto;
}

.links-page-container .cards-container .card {
    margin: 50px 0px;
}

.field-validation-error {
    padding-bottom: 15px;
    color: red;
    font-size:12px;
}

/* START OF Progress Bar */

.veri-t-progress-bar {
    /* Necessary for WebKit styling to work correctly */
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  border: none;
  background: #eee; /* Fallback for the unfilled area */
  width:100%;
}

/* 2. Styling for Chrome, Safari, Edge (Blink/WebKit engines) */
/* The filled-in value portion */
.veri-t-progress-bar::-webkit-progress-value {
  background-color: #1a3d4d; 
  border-radius: 5px;
}

/* The unfilled portion (the track/bar itself) */
.veri-t-progress-bar::-webkit-progress-bar {
  background-color: lightgrey;
  border-radius: 5px;
}

/* 3. Styling for Firefox */
/* Firefox styles only the filled portion directly */
.veri-t-progress-bar::-moz-progress-bar {
  background-color: #1a3d4d;
  border-radius: 5px;
}

/* END OF Progress Bar */


.card-icon .material-icons {
    font-size: 64px;
}

.hidden {
    display:none;
}

.umbraco-forms-tooltip {
    font-size: 11px;
}

.umbraco-forms-entry-summary-page-caption {
    font-size: 20px;
}

.umbraco-forms-entry-summary-fieldset-caption {
    font-size: 18px;
}

.login-form .mb-3 {
    padding: 20px;
}

.login-form .mb-3 .form-label {
    display:inline-block;
    width:100px;
}

.login-form .mb-3 input[type=text], .login-form .mb-3 input[type=password] {
    display:inline-block;
    width:300px;
    font-size: 16px;
    height:30px;
}
