

.body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f4f7f6;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}


* {
    text-transform: none !important;
}

.proposal-container {
    max-width: 1600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.header-section {
    background: linear-gradient(145deg, #6a82fb, #fc5c7d);
    color: white;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid #fc5c7d;
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 50%);
    pointer-events: none;
}

.header-section h1 {
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.category {
    margin: 20px;
    padding: 20px;
    /* background: linear-gradient(145deg, #f8f9fa, #e9ecef); */
    background: linear-gradient(145deg, #a3a7ab, #e9ecef);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #dee2e6;
    color: black;
}

.category::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.8), transparent 70%);
    border-radius: 8px;
    pointer-events: none;
}

.gradient-heading {
    font-size: 1.5em;
    color: #343a40;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #6a82fb;
    padding-bottom: 5px;
}

.checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkbox-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.checkbox-list label {
    display: flex;
    align-items: center;
}

.icon-selected, .icon-unselected {
    margin-right: 10px;
    font-size: 1.2em;
}

.icon-selected {
    color: #28a745;
}

.icon-unselected {
    color: #dc3545;
}

footer {
    background: #f8f9fa;
    color: #6c757d;
    padding: 20px;
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #dee2e6;
}

footer p {
    margin: 0;
}



#chat-messages { /* The chat window itself */

    overflow-y: scroll;
    height: 500px; 
    border: 1px solid 
    #ccc; 
    padding: 10px;
    align-items: stretch;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 50%);
}


#chat-window { /* The chat window itself */
    border: 1px solid #ccc;
    padding: 10px;
    align-items: stretch;
}

#chat-log { /* The scrollable chat log */
    overflow-y: scroll; /* Make it scrollable */
    height: 300px; /* Set a height */
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
    align-items: stretch;
}


.user-message { /* Style user messages */
    text-align: right;
    margin-bottom: 5px;
}

.bot-message { /* Style bot messages */
    text-align: left;
    margin-bottom: 5px;
}

#chat-input { /* Style the input field */
    width: calc(100% - 70px);
    /* flex: 1; */
    padding: 5px;
    
}

.entry-content {
    white-space: nowrap
}

#chat-send { /* Style the submit button */
    width: calc(100% - 70px); 
    height: calc(100% - 70px); 
    color: #8ee6f2;
    font-weight: bold;
    white-space: nowrap

}




#chat-buttons .chat-button {
    flex: 1;
    /* margin: 5px 0; */
    margin: 5px; 
    height: 40px;
    background-color: #4CAF50;
    background: linear-gradient(135deg, #1b5629, #0e7223, #0a9428, #11c238); /* Button gradient */
    font-weight: bold;
    color: #9de7f1;    
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
}


/* #chat-buttons .chat-button:hover {
    background-color: #45a049; 
} */

#chat-buttons .chat-button:hover {
    background: linear-gradient(135deg, #174d1a, #043d07); /* Lighter gradient on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
}



@media (max-width: 768px) {
    #chat-buttons {
        flex-direction: column; /* Stack buttons vertically */
        align-items: stretch; /* Make buttons stretch to full width */
        /* margin: 5px 0;  */
    }

    #chat-buttons .chat-button {
        margin: 5px 0; /* Add vertical spacing between buttons */
        width: 100%; /* Make buttons take full width */
    }
}



a {
    color: blue; /* Set the text color to blue */
    text-decoration: none; /* Optional: Remove underline */
}

a:hover {
    color: darkblue; /* Optional: Change color on hover */
    text-decoration: underline; /* Optional: Add underline on hover */
}



#appt-buttons .appt-button {
    flex: 1;
    /* margin: 5px 0; */
    margin: 5px; 
    height: 40px;
    background-color: #2445a7; 
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
}



#appt-buttons .appt-button:hover {
    background-color: #180656; 
}


#continue-buttons .continue-button {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    justify-content: center;
    align-content: center; 
    gap: 10px;
    width: 85%; 
    margin-top: 10px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #2445a7; 
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
}


#continue-buttons .continue-button:hover {
    background-color: #180656; 
}


#menu-buttons {
    display: flex;
    height: auto;
    flex-wrap: wrap; /* Allow buttons to wrap if needed */
    justify-content: center; /* Center the buttons */
    gap: 10px; /* Add spacing between buttons */
    padding: 10px;
    background: linear-gradient(135deg, #20034e, #240385, #3a05b6); /* Dark shiny gradient */
    border-radius: 10px; /* Optional: Add rounded corners to the container */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Optional: Add a shadow for a shiny effect */
}


#topic-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow buttons to wrap if needed */
    justify-content: center; /* Center the buttons */
    gap: 10px; /* Add spacing between buttons */
    padding: 10px;
    background: linear-gradient(135deg, #20034e, #240385, #3a05b6); /* Dark shiny gradient */
    border-radius: 10px; /* Optional: Add rounded corners to the container */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Optional: Add a shadow for a shiny effect */
}


#menu-buttons .menu-button {
    flex: 1;
    margin: 5px;
    height: 55px;
    align-items: center;
    background-color: #2445a7; /* Fallback color */
    background: linear-gradient(135deg, #100242, #4803d3); /* Button gradient */
    color: #8ee6f2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease; /* Smooth hover effect */
}

#topic-buttons .topic-button {
    flex: 1;
    margin: 5px;
    height: 55px;
    align-items: center;
    background-color: #2445a7; /* Fallback color */
    background: linear-gradient(135deg, #100242, #4803d3); /* Button gradient */
    color: #8ee6f2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease; /* Smooth hover effect */
}



#menu-buttons .menu-button:hover {
    background: linear-gradient(135deg, #1849b4, #267fd8); /* Lighter gradient on hover */
    transform: scale(1.05); /* Slightly enlarge the button on hover */
}



@media (max-width: 768px) {
    #menu-buttons {
        flex-direction: column; /* Stack buttons vertically */
        align-items: center /* Make buttons stretch to full width */
        /* margin: 5px 0;  */
    }

    #menu-buttons .menu-button {
        margin: 5px 0; /* Add vertical spacing between buttons */
        width: 100%; /* Make buttons take full width */
    }
}


.outer-div {
    
    border: 1px solid #ccc;
    padding: 5px;
    width: fit-content;
    margin-bottom: 5px; 
    width: 100%; 
    height: auto;
    
   
    
}
 
    


/* Style for the radio buttons container */
.radio-buttons-container {
    
    /*
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    width: 100%; 
    height: auto;
    */
    
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px; 
    width: 100%; 
    height: auto;
    padding: 2px; 
    
    
}


.radio-buttons-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns */
    gap: 10px; /* Spacing between elements */
}



.radio-buttons-container label {
    display: flex;
    align-items: center; /* Align radio buttons and text vertically */
    justify-content: flex-start; /* Align items to the left */
    font-size: 1em; /* Adjust font size for readability */
    padding: 5px; /* Add padding around each label */
}




.radio-buttons-container input[type="radio"] {
    margin-right: 5px; /* Add spacing between the radio button and text */
}



@media (max-width: 767px) {
  .radio-buttons-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Three columns */
    /* gap: 10px; */
    width: 100%; 
    height: auto;  
}




/* Style for the buttons below the parent div */
.button-row {
    display: flex;
    justify-content: center;
    /* gap: 10px; */
    margin-top: 20px;
}

.button-row button {
    padding: 10px 20px;
    background-color: #2445a7;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.button-row button:hover {
    background-color: #180656;
}




/* General image styling */
#responsive-container {
    /* max-width: 90%;  */
    /* max-height: 90%; */
    /* height: auto;  */
    width: auto; 
    display: flex; 
    padding: 10px;
    justify-content: center; 
    align-items: center; 
}

/* Minimum image size for mobile devices */
@media (max-width: 790px) {
    #responsive-container {
        /* height: 200px; */
        width: auto;
        padding: 5px; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
    }
}




.responsive-container img {
    /* max-width: 90%; */
    /* max-height: 90%; */
    /* height: 200px; */
    width: auto; 
    display: block;
}


@media (max-width: 790px) {
    .responsive-container img {
        /* max-height: 90%; */
        /* max-width: 90%; */
        width: auto; 
        /* height: 200px; */
        display: block;
    }
}









