<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style for Disqualifying Buttons */
.btn-dq {
    background-color: #dc3545 !important; /* Bootstrap danger red */
    border-color: #c82333 !important; /* Darker red border */
    color: #fff !important; /* Ensure text is white */
}

/* Optional: Hover state for DQ buttons */
.btn-dq:hover {
    background-color: #c82333 !important; /* Darker red on hover */
    border-color: #bd2130 !important; /* Even darker border on hover */
    color: #fff !important;
}

/* Ensure the active state doesn't conflict badly (optional, but good practice) */
.btn-dq:active {
    background-color: #bd2130 !important;
    border-color: #b21f2d !important;
    /* Keep the transform effect from the general button style if desired */
}

html {
    height: 100%; /* Helps with body min-height: 100vh consistency */
    scroll-behavior: smooth; /* Global smooth scroll for programmatic scrolls */
}

body {
    background: #fff;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow-x: hidden;
    display: flex; /* KEY for footer positioning */
    flex-direction: column; /* KEY for footer positioning */
    min-height: 100vh; /* KEY: Body is at least the full viewport height */
}

header, .headline { /* If these are direct children of body */
    flex-shrink: 0; /* Prevent them from shrinking */
}

main.page-content { /* This should wrap your chat-container */
    flex-grow: 1; /* KEY: Main content takes up available vertical space, pushing footer down */
    display: flex; /* Allows chat-container to be managed within it */
    flex-direction: column; /* Stack children (like chat-container) vertically */
    width: 100%;
}

a {
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
}

.container h2 {
    margin-bottom: 40px;
}

.container h2.esto {
    margin-bottom: 12px !important;
}


.bner {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 7px !important;
}

.bner img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .bner {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .bner img {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.circle-button, .circle-button:hover, .circle-button:focus, .circle-button:active {
    text-decoration: none !important;
    color: inherit;
}

.circle-button h3,
.circle-button h3 span,
.circle-button:hover h3,
.circle-button:hover h3 span {
    text-decoration: none !important;
}
.btn-primary { /* General .btn-primary, might be overridden by more specific chat button styles */
    color: #fff;
    background-color: #03b70c;
    border-color: #079813;
    padding-block: 12px;
    font-size: 24px;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #60a5fa;
    border-color: #60a5fa;
}
@media (min-width:992px) {
    .container { /* This is a Bootstrap class, usually for width control */
        max-width: 930px;
    }
}

.heading h1,
.heading h2 {
    line-height: 1.2;
    font-size: 41px;
    font-weight: 700;
    text-align: center;
}

/* --- Unified Question Heading Styles START (Legacy from old design) --- */
/* These styles were for the previous non-chat interface. */
/* They might not be fully utilized now but are kept for reference or if parts are reused. */
.question-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.question-container h2 {
    font-size: 24px; 
    font-weight: bold;
    margin-bottom: 15px !important; 
    text-align: center;
    color: #3657ff; 
}

.question-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #03b70c; 
    border-color: #079813; 
    border-radius: 4px; 
    transition: background-color 0.3s, transform 0.1s;
}

.question-container .btn:hover {
    color: #fff;
    background-color: #1a9d11; 
    border-color: #60a5fa; 
}

.question-container .btn:active {
    transform: scale(0.98); 
}


@media (max-width: 767.98px) {
    .question-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .question-container h2 {
        font-size: 22px; 
        margin-bottom: 10px !important; 
    }

    .question-container .btn {
        font-size: 20px; 
        padding: 12px; 
        margin-bottom: 10px;
    }
}
/* --- Unified Question Heading Styles END --- */


.loadingContainer{
	text-align: center;
	padding-block: 20px;
}
.loadingContainer .ball{
	display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 3px;
    background: #afe4b1;
    z-index: 1;
    animation: bounce 1.5s infinite ease-in-out;
    -moz-animation: bounce 1.5s infinite ease-in-out;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
}
.loadingContainer .ball2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.loadingContainer .ball3{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.loadingContainer .ball4{
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.custom-content .btn{
	max-width: 640px;
	margin-inline: auto;
}

#eligibility-text h2 {
    font-weight: normal;
    font-size: 24px;
}

#ineligible-screen h2{
	font-size: 20px;
	text-align: center;
	color: #dc2626;
}

.cstm-design h2{
	font-size: 36px;
}


.cstm-design h3,
.cstm-design h5{
	font-size: 24px;
	padding-top: 20px;
}

.emergency-notice {
	font-size: 12px;
}

.text-rose {
    color: #f43f5e;
}

.cstm-design .btn {
    background: #10c319;
    padding: 15px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    padding-inline: 60px;
    display: inline-block;
    margin-block: 15px;
    border-radius: 6px;
}

.cstm-design .btn:hover {
    background: #14b8a6;
}


.custom-content h2{
	font-size: 36px;
}

.footer{
    flex-shrink: 0; /* Prevent footer from shrinking */
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f9fa; /* Or your footer's background */
    border-top: 1px solid #e7e7e7; /* Optional border */
    width: 100%;
    text-align: center;
    margin-top: 30px; /* A small default margin; flex-grow on main does most work */
}

.footer p.small {
    max-width: 653px;
    margin-inline: auto;
    font-size: 10px;
    line-height: 1.2;
    font-style: italic;
}

.footer a{
	color: #000;
}


@keyframes bounce {
	0%,15% {
		transform: translate(0,0);
	}

	50% {
		transform: translate(0,-30px);
		background: #49b74e;
	}

	85%,100% {
		transform: translate(0,0);
	}
}

@-moz-keyframes bounce {
	0%,15% {
		-moz-transform: translate(0,0);
	}

	50% {
		-moz-transform: translate(0,-30px);
		background: #cb887d;
	}

	85%,100% {
		-moz-transform: translate(0,0);
	}
}

@-webkit-keyframes bounce {
	0%,20% {
		-webkit-transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(0,-30px);
		background: #cb887d;
	}

	80%,100% {
		-webkit-transform: translate(0,0);
	}
}

.eligibility-heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem; 
    line-height: 1.3;
    color: #333; 
}

.eligibility-heading .highlight-text {
    color: #20ce29; 
    font-weight: bolder;
}

@media (max-width: 767.98px) {
    .eligibility-heading {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
}
.final-notice { /* This is for the header notice */
    font-weight: bold;
    color: #fff;
}

@media (max-width: 767.98px) {
    .final-notice {
        font-size: 20px !important;
        text-align: center;
    }
}

/* Styles for .bnt_bont, .cher etc. from index.html &lt;style&gt; tag - (Legacy) */
/* These styles were likely part of the old layout and might not be fully used. */
.bnt_bont {
    text-align: right !important;
}
.bnt_bont .phone-number {
    display: inline-block;
}
.cher {
    width: 70%;
}
.disc p {
    font-size: 13px;
    text-align: center;
}
.bnt_bont a {
    background-color: #03b70c;
    border-color: #079813;
    line-height: 1.5;
    border-radius: .3rem;
    display: inline-block;
    width: 71%;
    padding: 10px;
    text-align: center;
    font-size: 21px;
}
.tow_btn {
    background: #efefef;
    padding: 10px;
}
.cher h2 {
    font-size: 15px;
}
.intro2{
    display: none !important;
}
.yui {
    font-size: 42px !important;
    font-weight: bold;
    color: #3a3a3a;
}

.yui .highlight-green {
    color: #49b74e;
}

@media (max-width: 767.98px) {
    .text-center.py-3.bner {
        padding: 0px !important;
    }

    /* header .h4 targets .final-notice if it's an h4, already styled by .final-notice */
    .yui {
        font-size: 20px !important;
        padding: 0px !important;
        margin: 0 !important;
        font-weight: bold;
        color:#3a3a3a;
        text-align: center !important;
    }
    .esto{
        font-size: 14px !important;
        padding: 0px !important;
        margin: 0 !important;
    }
    .custom-content {
        margin-top: 13px;
    }
    .cher {
        width: 100%;
        text-align: center;
    }
    .bnt_bont {
        width: 100%;
        text-align: center !important;
    }
}
.flag {
    width: 66px;
    padding: 5px;
}

.phone-number.human-number, .phone-number.plain-number {
    display: none;
}

.benefit-description{
    font-size: 16px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .benefit-description {
        text-align: center;
    }
}

/* --- New Chat Styles --- */
header { /* Style for the top notice bar */
    background: #ebebeb;
    color: rgb(187, 0, 0);
    text-align: center;
    padding: 10px 15px;
    font-weight: 800;
    font-size: 20px;
    /* Removed flex-shrink: 0; */
}

.headline {
    text-align: center;
    padding: 15px;
}

.headline h2 {
    margin: 0;
    font-size: 20px; 
    color: #333; 
    font-weight: 600; 
}

.chat-container {
    max-width: 650px; 
    margin: 0 auto; 
    padding: 15px; /* Existing top/left/right padding */
    /* Increase padding-bottom. If it was 50px, try 100px or 120px.
       This creates space below the last message/options when scrolled to 'end',
       effectively lifting the content and providing room for the sticky button.
       A good starting point is enough space for the sticky claim button + some buffer.
       If sticky button height (with its internal padding) is ~70-80px, try 100px-120px here.
    */
    padding-bottom: 120px; /* &lt;&lt; TRY THIS VALUE, ADJUST AS NEEDED (e.g., 100px, 140px) */
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

/* New styles for Agent Status */
.agent-status {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4A5568; /* A slightly muted text color */
    margin-bottom: 15px; /* Space before the first message */
    width: 100%;
}

.status-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.status-icon.online {
    background-color: #38A169; /* Green color */
    animation: pulse-green 1.5s infinite ease-in-out;
}

@keyframes pulse-green {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56, 161, 105, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 5px rgba(56, 161, 105, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(56, 161, 105, 0);
    }
}
/* End of New Agent Status Styles */


.message {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; 
}

.agent-message {
    padding-right: 20%; /* Give agent messages some space from the right edge */
}

.user-message {
    justify-content: flex-end; 
    padding-left: 20%; /* Space from left edge of chat container */
    /* No padding-right needed here as avatar is outside the bubble's flow */
}

.agent-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0; /* Prevent avatar from shrinking */
    object-fit: cover; /* Ensure image covers the area well */
}

.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 12px; /* Space between bubble and avatar */
    flex-shrink: 0; 
    object-fit: cover;
    /* order: 1; */ /* Ensures avatar is to the right of the bubble if bubble has no order set */
}

.message-bubble {
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.4;
    max-width: 100%; /* Ensure bubbles don't overflow their flex container */
    word-wrap: break-word; /* Break long words to prevent overflow */
}

.agent-bubble {
    background: #f0f0f0; /* Light grey for agent */
    color: #333;
    border-radius: 20px 20px 20px 4px; /* "Tail" effect */
}

.user-bubble {
    background: #3657ff; /* Blue for user */
    color: white;
    border-radius: 20px 20px 4px 20px; /* "Tail" effect, opposite side */
}

.message-bubble.user-bubble { /* Ensure user bubble is on the left of the avatar */
    order: -1; /* This will place the bubble before the avatar in the flex order */
}

.typing {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
    background: #f0f0f0;
    border-radius: 20px;
    width: fit-content;
    margin-left: 48px; /* Align with agent messages (avatar width + margin) */
    margin-bottom: 20px; /* Consistent spacing */
}

.typing span {
    width: 8px;
    height: 8px;
    background: #999; /* Grey dots */
    border-radius: 50%;
    animation: typing 0.7s infinite ease-in-out; /* Smoother animation */
}

.typing span:nth-child(2) { animation-delay: 0.15s; }
.typing span:nth-child(3) { animation-delay: 0.3s; }

.options {
    display: flex;
    flex-direction: row; /* Default, but explicit */
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens if needed */
    gap: 12px;
    margin-left: 48px; /* Align with agent messages */
    margin-bottom: 20px; /* Consistent spacing */
    justify-content: flex-start; /* Align buttons to the start */
}

.option-btn {
    flex: 0 1 auto; /* Allow buttons to size based on content but not grow excessively */
    padding: 10px 25px; /* Adjusted padding */
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none; /* Remove default border */
    text-align: center;
}

.option-btn.qualify {
    background: #03b70c; /* Green for "Yes" or qualifying answers */
    color: white;
}

.option-btn.disqualify {
    background: #dc3545; /* Red for "No" or disqualifying answers */
    color: white;
}

.option-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.claim-button-container { 
    padding: 15px; /* Add padding around the button, also acts as a buffer from screen bottom */
    /* margin-left: 48px; */ /* Remove this if you want it full width or centered based on text-align */
    width: 100%; /* Ensure it spans the chat container */
    box-sizing: border-box; /* Include padding in the width */
}

.claim-button {
    background: #03b70c;
    color: white;
    border: none;
    width: 100%; /* Default to full width */
    max-width: 400px; /* Max width for larger screens, adjust as needed */
    display: block; /* Needed for margin auto to work */
    margin: 0 auto; /* This will center it if width is less than container */
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-align: center; /* Ensure text inside button is centered */
}


@media (max-width: 767.98px) {
    .claim-button-container {
        position: sticky; /* Stick to the bottom of its scrolling container (chat-container or window) */
        bottom: 0;
        left: 0; /* Necessary for full width sticky */
        right: 0; /* Necessary for full width sticky */
        z-index: 10; /* Ensure it's above other chat content */
        padding: 10px 15px; /* Adjust padding for mobile */
        /* margin-left: 0; */ /* Override desktop margin if any */
    }

    .claim-button {
        width: 100%; /* Ensure it's full width on mobile within the sticky container */
        max-width: 100%; /* Override desktop max-width */
        padding: 15px;
        font-size: 17px;
    }
}

@keyframes typing {
    0%, 100% { 
        transform: translateY(0); 
        opacity: 0.6;
    }
    50% { 
        transform: translateY(-4px); 
        opacity: 1;
    }
}
</pre></body></html>