#osc-button:hover .osc-tooltip{
    display: block !important;
}

#osc_frame.osc-widget-normal{
	bottom: 15px;
	/*min-height: 72px;
	min-width: 65px;*/
	overflow: hidden;
	position: fixed;
	right: 20px;
	/*width: 60px;
	height: 60px;*/
	width: 0;
    height: 0;
	z-index: 2147483600;
	transition: all ease-in-out 0.2s;
}

#osc_frame.osc-widget-normal.h-open-container, #osc_frame.h-open-container {
    height: 721px;
    max-height: calc(100% - 40px);
    min-height: 0;
    width: 415px;
    opacity: 1;
}

@media only screen and (max-device-width:667px),
only screen and (min-device-width:668px) and (max-device-width:900px) and (orientation:landscape) {
	#osc_frame.h-open-container {
		bottom: 0!important;
		height: 100%!important;
		max-height: 100vh!important;
		min-height: 100px!important;
		overflow: hidden;
		right: 0!important;
		left: 0!important;
		width: 100%!important
	}
	
}

.osc-greeting {
	display: flex;
    padding: 10px 15px !important;
    align-items: center !important;
    right: 0%;
    bottom: 80px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 15px;
    position: absolute;
    max-width: 250px !important;
    min-width: max-content;
}
.osc-greeting .osc-greeting-content{
	cursor: pointer !important;
    flex: 1 !important;
    overflow: hidden !important;
}
.osc-greeting-btn-close{
	cursor: pointer !important;
    align-self: flex-start !important;
    background-color: #e5e5e5 !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMi4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCI+PC9saW5lPjxsaW5lIHgxPSI2IiB5MT0iNiIgeDI9IjE4IiB5Mj0iMTgiPjwvbGluZT48L3N2Zz4K) !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    border-radius: 100% !important;
    transition: background-color 0.2s !important;
    margin-left: 15px;
}