help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
healthcare-assistant-bot
/
static
/
css
RSK World
healthcare-assistant-bot
Healthcare Assistant Bot - Python + Flask + SQLite + PHP Dashboard + NLP + Medical Features
css
  • style.css3.8 KB
style.css
static/css/style.css
Raw Download
Find: Go to:
/*
    Project: Healthcare Assistant Bot
    Author: Molla Samser
    Author's Email: info@rskworld.com
    Author's Phone: +91 93305 39277
    Author's Website: https://rskworld.in
    Year: 2026
*/

body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.chat-container {
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.chat-header {
    background-color: #4caf50;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-box {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    height: 300px;
    border-bottom: 1px solid #ddd;
}

.chat-message {
    margin-bottom: 15px;
}

.user-message p {
    background-color: #dcf8c6;
    padding: 10px;
    border-radius: 10px;
    text-align: right;
}

.bot-message p {
    background-color: #f1f0f0;
    padding: 10px;
    border-radius: 10px;
}

.chat-input {
    display: flex;
    padding: 15px;
}

.chat-input input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.chat-input button {
    background-color: #4caf50;
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Auth forms */
.auth-container {
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.auth-header {
    background-color: #007bff; /* A different color for auth headers */
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -20px -20px 20px -20px; /* Adjust to fit the padding */
}

.auth-form .form-group {
    margin-bottom: 15px;
}

.auth-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box; /* Ensures padding doesn't increase total width */
}

.auth-form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.auth-form p {
    text-align: center;
    margin-top: 15px;
}

.auth-form p a {
    color: #007bff;
    text-decoration: none;
}

/* Admin Dashboard */
.admin-container {
    width: 800px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.admin-header {
    background-color: #ffc107; /* A different color for admin headers */
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -20px -20px 20px -20px; /* Adjust to fit the padding */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-header h2 {
    margin: 0;
    color: #fff;
}

.admin-header a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.admin-content {
    padding: 15px;
}

.admin-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.admin-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.admin-content th,
.admin-content td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.admin-content th {
    background-color: #f2f2f2;
}


211 lines•3.8 KB
css

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer