#ZadigChatBot * {
    box-sizing: border-box;
}

#ZadigChatBot {
    padding:1em;
}

#chatbox-Title {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 2em;
}
#chatbox-answer .question {
    font-weight: bold;
}

#chatbox-answer .answer {
    margin-bottom:1em;
}

#chatbox-question input {
    width:100%;
    border:1px solid lightgray;
    padding:0.25em;
}
#WaitingSpin {
    position: absolute;
    top: 0;
    left: 0;
    width:100vw;
    height:100vh;
    background-color:#ffffffc0;
    display:flex;
    align-items: center;
    justify-items: center;
}
#WaitingSpin div {
    width:50%;
    height:50%;
    background-color: #ffffff;
}