﻿#onlim-chat-widget-lite-iframe.widget_closed {
    position: fixed;
    right: 1px;
	bottom: 1px;
	border: none;
    width: 80px;
    height: 83px;
    z-index: 1;
}

#onlim-chat-widget-lite-iframe.widget_opened {
	position: fixed;
    right: 1px;
    bottom: 1px;
	border: none;
	width: 360px;
    height: 75vH;
    z-index: 12000;
}