/**
 * Islamic Dawah Chatbot - User Custom CSS
 * This file is generated by the admin interface
 * Do not edit manually - use the admin panel instead
 * Generated on: 2025-08-29 01:19:44
 */

/* Islamic Dawah Chatbot - Custom Theme */
/* Generated on: 2025-08-29 01:19:44 */

.idc-chat-header {
    background: #16b0d2 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #ffffff !important;
    text-align: left !important;
    vertical-align: top !important;
}

.idc-send-btn {
    background: #16b0d2 !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    text-align: center !important;
    vertical-align: top !important;
}

.idc-send-btn:hover:not(:disabled) {
    background: #0d8bb3 !important;
}

.idc-chat-toggle {
    background: #16b0d2 !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.idc-toggle-icon {
    color: #ffffff !important;
}

.idc-toggle-icon svg {
    fill: #ffffff !important;
}

.idc-user-message .idc-message-content {
    background: #16b0d2 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #ffffff !important;
    text-align: left !important;
    vertical-align: top !important;
}
