/* iframe[data-oit-mode=overlay-br-min], iframe[data-oit-mode=overlay-bl-min]{
	min-width: 220px !important;
} */
/* iframe[data-oit-mode=overlay-br-min]#inlay-oracle-chat-embedded1, iframe[data-oit-mode=overlay-bl-min]#inlay-oracle-chat-embedded1{
	min-width: 50px !important;
} */
#chat-offer-popup{
	margin: 0;
    padding: 0;
    font-family: 'Futura' !important;
}
.chat-offer-pop-container{
	box-shadow: 0 0 12px 0px #9e9c9e;
    -moz-box-shadow: 0 0 12px 0px #9e9c9e;
    -webkit-box-shadow: 0 0 12px 0px #9e9c9e;
	border-radius: 5px;
}
#chat-offer-popup{
	position: fixed;
	right: 20px;
	bottom: 76px;
	width: 300px;
	font-family: 'Futura' !important;
	color:#001f49;
	z-index: 99999999;
}
#chat-offer-popup .chat-offer-message{
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
	background: #ffffff;
}
.chat-offer-message-wrapper{
	display: flex;
    align-items: center;
}
.chat-offer-message-header{
	background-color: #001F49;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.chat-offer-message-heading{
	font-size: 18px;
	margin-top: 0px;
    margin-bottom: 0px;
}
.ico-close{
	height: 11px;
}
.chat-offer-message-button-wrapper{
	display: flex;
	justify-content: end;
}
.chat-offer-message-button{
	margin-right: 0px;
    padding: 7px 25px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #001F49;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}
.chat-offer-message-close{
	position: absolute;
    right: 12px;
    color: #fff;
    top: 11px;
    text-decoration: none;
}
#chat-offer-popup .chat-offer-message img{
	height: 60px;
	margin-right: 10px;
}
#chat-offer-popup .chat-offer-message .chat-offer-message-text{
	margin: 0px;
	font-size: 16px;
}	
#chat-offer-popup .chat-offer-cta{
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 10px -5px #9e9c9e;
	-moz-box-shadow: 0 0 10px -5px #9e9c9e;
	-webkit-box-shadow: 0 0 10px -5px #9e9c9e;
	cursor: pointer;
	background: #ffffff;
}
#chat-offer-popup .chat-offer-cta p{
	margin: 0px;
	font-size: 14px;
}
.chat-offer-close {
	position: absolute;
	right: 0px;
	top: -27px;
	width: 20px;
	height: 20px;
	margin: 0px;
	background: #000;
	border-radius: 999px;
	cursor: pointer;
}
.chat-offer-close:hover {
	opacity: 1;
}
.chat-offer-close:before, .chat-offer-close:after {
	position: absolute;
	left: 9px;
	top: 4px;
	content: ' ';
	height: 12px;
	width: 2px;
	background-color: #fff;
}
.chat-offer-close:before {
	transform: rotate(45deg);
}
.chat-offer-close:after {
	transform: rotate(-45deg);
}
.chat-offer-icon img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.chat-offer-icon{
	background-color: #001f49;
	border-radius: 9999px;
	position: absolute;
	right: 0px;
	padding: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.chat-offer-cta p{
	text-decoration: none;
	color: #ccc;
	font-size: 13px;
}
.chat-offer-icon .arrow-icon{
	margin-left: 3px;
	padding: 3px;
}
.d-none{
	display: none;
}
.d-block{
	display: block;
}
iframe#topAnswers[data-oit-mode="overlay-br-min"], iframe#inlay-oracle-chat-embedded[data-oit-mode="overlay-br-min"]{
	opacity: 0;
	height: 0px !important;
}
.screen-minimized {
	display: none !important; 
}
#chat-offer-popup .chat-offer-message img {
	width: auto;
	height: 60px;
	margin-right: 10px
}