#wysdombot {
    position: fixed;
    height: 0;
    /* Assigning z-index less than session expiry colorbox overlay's z-index which is set to default 9999 */
    z-index: 9990;
}

#wysdom-chatbot-loader {
	background: url(/resources/images/ring-alt-loading.gif)	no-repeat scroll 0% 0% transparent;
	position: fixed;
	z-index: 10000;
	width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%,-50%);
}

#wysdom-chatbot-loader-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 9999;
}

@media (max-width: 1050px) {
    .ChatbotFAB,
    .ChatbotFABIndicator,
    .ChatbotFABIconWrapper {
        bottom: 70px !important;
    }
    #wysdombot.wysdombot .rm-mini-message-wrapper,
    #ChatbotFABIcon {
        bottom: 80px !important;
    }
}