/**
 * Kareer Basycs Chatbot v1.0.2
 * Position: Bottom-Left
 * Theme override protection
 */

#kb-root {
    position: fixed !important;
    z-index: 999999 !important;
    bottom: 0 !important;
    left: 0 !important;
}

#kb-root *,
#kb-root *::before,
#kb-root *::after {
    box-sizing: border-box !important;
}

#kb-root button,
#kb-root input {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    min-height: 0 !important;
    min-width: 0 !important;
    line-height: normal !important;
    background-image: none !important;
    text-indent: 0 !important;
}

#kb-root a {
    text-decoration: none !important;
    box-shadow: none !important;
}

#kb-root div,
#kb-root span,
#kb-root form {
    float: none !important;
    clear: none !important;
    max-width: none !important;
}
