body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

#chatInlay {
    z-index: 999999;
}

.chat-inlay-click:hover {
    text-decoration: none;
}

.chat-inlay-click {
    z-index: 2;
}

.chat-inlay-click {
    background-color: #E74300;
    color: #fff !important;
    bottom: 10px;
    position: fixed;
    right: 10px;
    max-height: 41px;
    padding: .6rem;
    width: 138.8px;
    font-size: 18px;
    text-align: center;
    border-radius: 1.5rem;
    text-decoration: none;
}
.chat-inlay-click:hover, .chat-inlay-click:focus, .chat-inlay-click:active{
	color: #fff !important;
}
.chat-inlay-click i {
    color: #fff !important;
}

iframe[data-oit-mode=overlay-br-max] {
    box-shadow: 0px 0px 15px 0px rgba(55, 55, 55, 0.3);
    border-radius: 0.75rem;
}


/* iframe[data-oit-mode=fullscreen] {
    left: auto!important;
    position: fixed!important;
    top: auto!important;
    bottom: 5px!important;
    z-index: 99999999!important;
    right: 5px!important;
    height: 400px !important;
    width: 300px!important;
    box-shadow: 0 0 15px 0 rgba(55,55,55,.3);
    border-radius: .75rem;
}
@media only screen and (orientation: landscape) {
	iframe[data-oit-mode=fullscreen] {
		height: 95% !important;
	}
} */