.chatbot-content {
    width: 98vw !important;
    height: 98vh !important;
}

.chatbot-dialog {
    margin: 1% !important;
}

body .modal.fade.show {
    z-index: 10005 !important;
}

.chatbot-source {
    color: #858585;
    font-weight: 500;
}

.chatbot-source-course {
    color: #FFFFFF;
    background-color: #7877EE;
    padding: 5px;
    border: 1px solid #858585;
    padding-left: 10px;
    border-radius: 2px;
}

.chatbot-source-link {
    color: #7877EE;
}

.chatbot-conversation-time {
    margin-top: 15px;
}

.chatbot-conversation {
    float: left;
}

.user-conversation {
    float: right;
    width: 100%;
}

.user-conversation-time {
   display: flex;
   justify-content: flex-end;
}

.chatbot-source-card {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5%;
    background-color: #EBF1FF !important;
    border: 1px solid #858585;
    padding: 10px;
    border-radius: 5px !important;
}

.chatbot-conversation-card {
    max-width: 75%;
    min-width: 30% !important;
    width: fit-content;
    margin-top: 5px;
    background-color: #EBF1FF !important;
    border: 1px solid #7877EE;
    padding: 10px;
    border-radius: 5px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.user-conversation-card {
    float: right;
    background-color: #F8F8F8 !important;
    border: 1px solid #858585;
}

.chatbot-msg-avatar {
    border-radius: 50%;
}

.chatbot-input-wrapper {
    width: 75vw;
    position: relative;
    margin: auto !important;
}

.chatbot-input-wrapper input {
    background: linear-gradient(0deg, #ebf1ff, #ebf1ff), linear-gradient(0deg, #7877ee, #7877ee);
    border: 2px solid white !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    font-family: Poppins !important;
    padding: .8rem 3rem .8rem 1rem !important;
    color: #6e5aef !important;
    font-weight: 500 !important;
}

.chatbot-input-wrapper input::placeholder {
    color: #6e5aef !important;
    opacity: 1;
}

.chatbot-input-wrapper input:focus {
    border: 2px solid #6e5aef !important;
    color: #303650 !important;
    background: white;
}

.chatbot-input-wrapper button {
    background: #6e5aef;
    border-radius: 5px;
    position: absolute;
    top: 10%;
    right: 15px;
    border: none;
}

.chatbot-icon {
    background-color: #7877ee;
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    padding: 5px;
}

.chatbot-icon-btn {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background-color: #7877ee;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 15px 15px 20px 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.chatbot-modal-body {
    overflow: scroll;
}

.chatbot-conversation-header {
    font-size: 12px;
    font-weight: 400; 
    color: #667085;
}

.chatbot-send-btn:disabled{
    opacity: 0.5;
    cursor: default;
}
