﻿@font-face {
    font-family: 'Work Sans';
    src: url('../assets/fonts/worksans-variablefont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable font range from thin (100) to bold (900) */
    font-style: normal; /* Assuming you're using the normal (non-italic) version */
}

body {
    padding: 0;
    margin: 0;
    font-size: 12pt;/*19px; Our best practice is 19px but standard is 16px which is 12pt and it looks better*/
    font-weight: 500;
    color: #042e6e;
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif;
    background: #fff;
}

button.chevron-btn
{
    height:auto;
}

:target {
    scroll-margin-top: 175px; /* Adjust to match your header height */
}

p {
    margin-top: 0px;
}

#banner-disclaimer.banner-1 {
    padding: 130px 0 30px;
}

#banner-disclaimer.banner-1 {
    background-color: #09214f; /*#304153;*/
}

a {
    text-decoration: none !important;
    font-weight: 500;
    color: #091cd5;
}

a:hover {
    text-decoration: underline !important;
    color: #042e6e;
}

a.pdfLink {
    text-decoration: underline !important;
    color: #0056b3;
}

h1, h2, h3, h4, h5, h6 {
    /*    font-weight: 600;
    margin: 0;
    line-height: 1.3;*/
    /*color: #FFF;*/
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
}

h1.title {
    font-size: 32pt;
}

.have-question-content h2.title {
    font-size: 32pt;
}

.have-question-wrapper {
    padding: 40px;
}

.have-question-content ul li, .have-question-content ul li a {
    color: #fff;
    font-weight: 300;
}

.have-question-content ul li a {
    color: inherit;
    text-decoration: underline !important;
}

.have-question-content ul li a:hover {
    color: #09214f;
    text-decoration: underline !important;
}

p .title {
    font-weight: 600;
    font-size: 21pt;
    margin: 0;
    line-height: 1.2;
}

.how-search-item .content .title {
    padding: 15px;
}

/*Banner Two*/
.banner-2 {
    padding: 25px 0 25px; 
}

/*End Banner-2*/

/* Phone list styles (used only inside d-md-none) */
.tx-item {
    border: 1px solid #e9ecef;
    border-radius: .6rem;
    padding: .55rem .65rem;
}

.tx-item + .tx-item {
    margin-top: .4rem;
}

.tx-left {
    min-width: 0;
}

.tx-meta {
    color: #6c757d;
    font-size: .85rem;
    line-height: 1.1;
}

.tx-right {
    text-align: right;
    min-width: 10ch;
}

.tx-amt {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.05;
}

.tx-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .4rem;
}

.tx-badge {
    font-size: .72rem;
    line-height: 1;
    padding: .15rem .45rem;
    border-radius: 999px;
    background: #f1f3f5;
    white-space: nowrap;
}

.flag {
    text-align: right;
}

.chevron-btn {
    background: transparent;
    border: 0;
    padding: 0.25rem;
    line-height: 1;
    cursor: pointer;
}

.chevron-btn .rotate {
    transition: transform .2s ease;
}

.chevron-btn[aria-expanded="true"] .rotate {
    transform: rotate(180deg);
}

/*Social Icons*/
.social-icons {
    margin: -7.5px 0;
}

.social-icons li {
    padding: 7.5px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    /*color: #ffffff;*/
}

    .social-icons li a, .social-icons li a svg-inline--fa {
        background: #09214f;
        border-color: #ffffff;
        color: #ffffff;
    }

    .social-icons li a:hover {
        background: #fff;
        border-color: #ffffff !important;
        color: #09214f !important;
    }

    .social-icons li a.active i, .social-icons li a:hover i {
        color: #09214f !important;
        background: #fff;
    }

/* Make sure SVG/path inherit from the <a> */
.social-icons li a svg,
.social-icons li a svg path {
    color: inherit;
    fill: currentColor;
}


/*Search Kansas*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    /*    color: #212529;*/
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #09214f;
}

    .form-control::placeholder {
        color: #09214f;
    }

ul.dropdown-menu li {
    list-style: none;
    padding: 5px 5px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group button {
    float: right;
    padding: 6px 30px;
    background: #ddd;
    font-size: inherit;
    border: none;
    cursor: pointer;
}

.form-control::-webkit-file-upload-button {
    padding: 0.6rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #fff;
    background-color: #3767b1;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #3767b1;
}

.main-search-button {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #09214f;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #123a7c;
    border-color: transparent;
}

.btn-outline-primary {
    color: #09214f;
    border-color: #09214f;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #123a7c;
    border-color: transparent;
    text-decoration: none !important;
}

h2.results {
    font-size: 20pt;
}

p.results {
    font-size: 14pt;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #495057 !important;
}


/*Misc*/


.mt--50 {
    margin-top: -50px
}

.mt--30 {
    margin-top: -30px;
}

.how-search-item .popular-thumb {
    font-size: 50px;
}


.question-item .svg-inline--fa {
    padding-right: 10px;
}

.have-questions-section {
    background-color: #fff; /*#cc930b;*/
}

.have-question-wrapper {
    background-color: #E8B764; /*#507c70;*/ /*#304153; #e4f0fa;*/
}

.custom-button {
    color: #ffffff;
    border: 1px solid #09214f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 15px;
    font-size: 19px;
    background: #09214f;
}

.custom-button:hover {
    color: #fff;
    background-color: #123a7c;
    border-color: transparent;
    text-decoration:none !important;
}

.custom-muted {
    color: #6c757d; /* base muted */
    opacity: 0.65; /* lighter tone */
    font-size: 0.75rem; /* smaller than Bootstrap's 'small' */
    padding-left: 10px;
}

/* Target the parent container (adjust selector to your layout) */
.nav-tabs {
    position: relative;
    z-index: 1;
}

.nav-item.dropdown .dropdown-menu {
    z-index: 1050; /* Bootstrap default for dropdowns */
    position: absolute; /* ensures it renders outside */
}

.card {
    overflow: visible;
}

.badge {
    vertical-align: top;
}
/* Force tab border styling */
/* Restore tab look if overridden by custom CSS */
.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #495057;
    background-color: #f8f9fa;
    margin-bottom: -1px;
}

.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #e9ecef;
}

.nav-tabs .nav-link.active {
    color: #042e6e;
    background-color: #fff;
    border-color: #042e6e #042e6e #fff;
    border-bottom: 1px solid #fff;
}

li.nav-item{
    padding:5px 3px;
}


/* Button Group Container */
.button-group {
    display: flex;
    border: 1px solid #042e6e; /*#007BFF;  Shared border */
    border-radius: 8px; /* Rounded corners for the group */
    overflow: hidden; /* Ensures the buttons stay within the border */
    max-width: 600px;
    /*box-shadow: 0px 14px 10px 0px rgba(112, 96, 186, 0.17);*/
    box-shadow: 5px 7px 6px 2px rgba(112, 96, 186, 0.35);
    align-items: center
}

/* Buttons */
.buttons {
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    background-color: #8a0801; /*#007BFF;  Button color */
    border: none; /* Remove individual button borders */
    font-size: 16pt;
    line-height: 1.5;
    vertical-align: middle;
}

/* Left Button (Optional for better visual distinction) */
.left-button {
    /*flex: 1;*/ /* Makes buttons equal in width */
    border-right: 1px solid #fff; /* Add a divider between the buttons */
    background-color: #FFF;
    /*    max-width: 20%;*/
}

    .left-button img {
        height: 2em; /* Matches the font size */
        max-height: 2em; /* Ensures it doesn't exceed font size */
        display: block;
        padding: 0px;
    }

.right-button {
    flex: 3; /* Makes buttons equal in width */
    background-color: #8a0801; /*#007BFF*/
    padding: 10px;
}


    /* Hover Effect */
    .right-button:hover {
        background-color: #09214f; /* Darker shade on hover */
        color: #fff;
    }

    /* Focus Style */
    .right-button:focus {
        outline: none;
        background-color: #09214f; /* Even darker shade for focus */
    }

/*end button Group Container*/



.banner-content-2 {
    max-width: 1200px;
}

    .banner-content-2 .title {
        font-size: 40px;
        line-height: 70px;
        margin-bottom: 0px;
        /*margin-top:40px;*/
        font-weight: 700;
    }

.pb-100 {
    padding-bottom: 100px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-65 {
    padding-bottom: 65px;
}

.footer-widget.widget-about .logo-area .support {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-size: 26px;
}

.have-question-content .title {
    color: #09214f;  /*#fff;*/
}

.have-question-content p {
    color: #09214f; /*#fff;*/
}

.have-question-wrapper .right-thumb img {
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
}

.footer-logo {
    max-height: 100px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

footer {
    background-color: #09214f;
    position: relative;
    overflow: hidden;
}

.bottom-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-networks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*h1.self-help {
    font-size: 36px;
}
*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { /*here*/
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #86b7fe;
}

html {
    position: relative;
    min-height: 100%;
}


/* Back to Top Button Styling */
#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Distance from the bottom */
    right: 30px; /* Distance from the right */
    z-index: 99; /* Make sure it appears on top */
    font-size: 30px;
    border: none; /* No borders */
    outline: none; /* Remove outline */
    background-color: #09214f; /* Dark grey background */
    color: white; /* White text */
    cursor: pointer; /* Pointer/hand icon */
    padding: 15px 25px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    height: auto;
}

    #backToTopBtn:hover {
        background-color: #333; /* Darker grey on hover */
    }


/*Index*/
#InnerPages .banner-2 {
    background-color: #f5f8ff; /*#E8B764; #507c70*/
}


/* Style the tab */
.tab {
    overflow: hidden;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: 2px solid #507c70;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #507c70;
        font-weight: 500;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #507c70;
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
}


/* existing flat table rules */
#flatCaseTable th:nth-child(1),
#flatCaseTable td:nth-child(1),
#flatCaseTable th:nth-child(3),
#flatCaseTable td:nth-child(3) {
    white-space: nowrap;
}

/* grouped view: Case Number (first column) */
#groupedView table th:first-child,
#groupedView table td:first-child {
    white-space: nowrap;
}

/* grouped view: party name in card header */
#groupedView .card-header {
    display: flex;
    gap: .5rem;
    align-items: center;
}

    #groupedView .card-header > strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 60%;
    }
/* pointer and focus ring */
.clickable-row {
    cursor: pointer;
}

/* highlight on hover in Bootstrap tables */
#groupedView table.table-hover tbody tr.clickable-row:hover > *,
#flatCaseTable.table-hover tbody tr.clickable-row:hover > * {
    --bs-table-accent-bg: rgba(var(--bs-primary-rgb), .12);
    color: inherit;
}

/* smoothen */
#groupedView table.table-hover tbody tr.clickable-row > *,
#flatCaseTable.table-hover tbody tr.clickable-row > * {
    transition: background-color .12s ease-in-out;
}

.idme-disclaimer {
    font-size: 11px;
}


/* Show overlay if flagged */
html[data-need-disclaimer="1"] #disclaimerOverlay {
    display: flex;
}

/* Lock background scroll when disclaimer is open */
html.disclaimer-open, body.disclaimer-open {
    height: 100%;
    overflow: hidden !important;
}

/* Hidden by default (prevents flash) */
#disclaimerOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 2147483646;
    /*display: flex;*/ /*Updated with cayzu 121639*/
    display: none; /* ✅ key line */
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: hidden; /* box scrolls, not overlay */
}

/* Show only when needed */
html[data-need-disclaimer="1"] #disclaimerOverlay {
    display: flex;
}

/* Lock background only when needed */
html[data-need-disclaimer="1"],
html[data-need-disclaimer="1"] body {
    height: 100%;
    overflow: hidden !important;
}

/* Single, scrollable box — buttons are part of normal flow */
#disclaimerBox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: min(1000px, 92vw);
    max-height: 90dvh; /* viewport-aware on mobile */
    overflow: auto; /* <-- scroll the whole box (incl. buttons) */
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    /* iOS flex quirks safety if parent is flex */
    min-height: 0;
    touch-action: pan-y;
}

/* Buttons just use your existing styling; NOT fixed or sticky */
.disclaimer-buttons {
    margin-top: 20px;
}

.disclaimer-buttons button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14pt;
}

/* Keep background locked when open (you already have this) */
html.disclaimer-open,
body.disclaimer-open {
    height: 100%;
    overflow: hidden;
}


#acceptDisclaimer {
    background: #09214f;
    color: white;
}

#acceptDisclaimer:hover {
    color: #fff;
    background-color: #123a7c;
    border-color: transparent;
}

#declineDisclaimer {
    background: #09214f;
    color: white;
}

#declineDisclaimer:hover {
    color: #fff;
    background-color: #123a7c;
    border-color: transparent;
}

/*html[data-need-disclaimer="1"] #disclaimerOverlay {
    display: flex;
}*/
/* Remove top border from the detail row */
#chargesTable tbody tr.detail-row {
    border-top: none !important;
}

/* Optional: Remove bottom border from data row to prevent double-line appearance */
#chargesTable tbody tr.data-row {
    border-bottom: none !important;
}

#chargesTable tbody tr.detail-row td {
    padding-top: 0;
}

#chargesTable tbody tr.data-row td {
    padding-bottom: 0;
}

/* Remove border between data-row and its detail-row */
#chargesTable tbody tr.data-row + tr.detail-row td {
    border-top: none !important;
}

#chargesTable tbody tr.data-row td {
    border-bottom: none !important;
}

.table {
    color: #042e6e;
}
#caseTabs > li {
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*#caseResults {
    margin-top: -55px;
}*/

/* Soft info panel with brand-adjacent styling */
.prior-access {
    background: #eef5ff; /* soft info background */
    border: 1px solid #cfe1ff; /* subtle border */
    border-radius: 0.75rem;
    overflow: hidden;
}

/* Header (click target) */
.prior-access__header {
    text-align: left;
    padding: 0.875rem 1rem;
    background: rgba(4,46,110,0.08); /* ties into your #042e6e brand color */
    border: 0;
    color: #042e6e;
    font-size: 1rem;
}

/* Remove default button styles */
.prior-access__header:focus {
    outline: 2px solid #88b3ff;
    outline-offset: 2px;
}

/* Chevron rotate */
.prior-access__chevron {
    transition: transform 200ms ease;
}

#priorAccessBody.show + .prior-access__footer .prior-access__chevron,
.prior-access__header[aria-expanded="true"] .prior-access__chevron {
    transform: rotate(180deg);
}

/* Body content area */
.prior-access__body {
    padding: 1rem;
    background: #ffffff; /* white content well for contrast */
    border-top: 1px solid #cfe1ff;
    color: #042e6e;
}

/* Respect reduced motion users */
@media (prefers-reduced-motion: reduce) {
    .prior-access__chevron {
        transition: none;
    }
}

.permissionDenied-page-container {
    background-image: url('../images/no-access.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Soft info panel with brand-adjacent styling */
.expanded-access {
    background: #eef5ff; /* Soft info background */
    border: 1px solid #cfe1ff; /* Subtle border */
    border-radius: 0.75rem;
    overflow: hidden;
}

/* Header (click target) */
.expanded-access__header {
    text-align: left;
    padding: 0.875rem 1rem;
    background: rgba(4,46,110,0.08); /* Ties into your #042e6e brand color */
    border: 0;
    color: #042e6e;
    font-size: 1rem;
}

    /* Remove default button styles */
    .expanded-access__header:focus {
        outline: 2px solid #88b3ff;
        outline-offset: 2px;
    }

/* Chevron rotate */
.expanded-access__chevron {
    transition: transform 200ms ease;
}

#expandedAccessBody.show + .expanded-access__footer .expanded-access__chevron,
.expanded-access__header[aria-expanded="true"] .expanded-access__chevron {
    transform: rotate(180deg);
}

/* Body content area */
.expanded-access__body {
    padding: 1rem;
    background: #ffffff; /* White content for contrast */
    border-top: 1px solid #cfe1ff;
    color: #042e6e;
}

/* Respect reduced motion users */
@media (prefers-reduced-motion: reduce) {
    .expanded-access__chevron {
        transition: none;
    }
}

/* Highlight effect for accordion */
.highlight-accordion {
    animation: highlight 2s ease-in-out;
    border: 2px solid #ff9900;  /* Orange border */
    background-color: rgba(255, 165, 0, 0.1);  /* Light background color */
}

/* Keyframes for glowing effect */
@keyframes highlight {
    0% {
        box-shadow: 0 0 0px rgba(255, 165, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 165, 0, 1);  /* Glowing effect */
    }
    100% {
        box-shadow: 0 0 0px rgba(255, 165, 0, 0.5);
    }
}


/*Responsive below*/
@media screen and (min-width: 1401px) {
    .section-header .title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1071px) {
    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 21px;
    }

    h6 {
        font-size: 19px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 95%;
    }

}

@media (max-width: 1200px) {
    .fa-2x {
        font-size: 1.5em;
    }
    #flat-tab {
        display: none;
    }
    .flag {
        text-align: left;
    }

    #banner-disclaimer.banner-1 {
        padding: 100px 0 30px;
    }
}

/* Stack vertically at ≤900px */
@media (max-width: 900px) {
    .btn-stack {
        flex-direction: column;
        align-items: stretch; /* make buttons same width */
    }

    .btn-stack > .btn {
        width: 100%;
    }

}


@media (max-width: 600px) {

    .banner-2 h1.title {
        font-size: 22pt;
    }

    .banner-2 {
        padding: 20px 0 25px; /*170px*/ /*lcw*/
    }

    #Index img.externalLogo {
        width: auto;
        height: 75px;
        margin-bottom: 10px;
    }

    .banner-content-2 .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 35px;
    }

    h2, .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    #banner-disclaimer.banner-1 {
        padding: 160px 0 30px;
    }
}


@media screen and (max-width: 640px) {

    #disclaimerBox {
        background: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        width: 90%;
        max-height: 95%;
        overflow: auto;
        max-width: 1000px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    }
}