body {
	border: 0px solid red;
}

.sb-btn.sb-submit {
    margin-top: 10px;
}

#open-ai-chatbot .sb-setting-content {
    max-width: 100%;
    width: 100%;
    padding-right: 60px;
    flex-shrink: 0;
}

#open-ai-chatbot .sb-setting-content a{
    color: #028be5
}

#open-ai-chatbot .sb-setting-content .sb-btn a {
    color: #566069;
    text-decoration: none;
}

#open-ai-chatbot .sb-setting-content .sb-btn:hover a {
    color: #fff;
    text-decoration: none;
}


#addons {
	opacity: 0.2;
}