#inside_holder:not(.mobile-device) iframe#insideChatFrame {
    max-height: calc(100vh - 225px) !important;
    /*top: calc(var(--inside-pane-top) - 10px) !important;*/
    min-height: 372px;
}

/* show different tab if only Bot */
.botavailable #inside_liveChatTab {
    background: url(7-minimax-offline-chat-tab.svg) no-repeat;
    background-size: contain;
}

.botavailable img.inside_chatTabImage { opacity: 0; }


.inside_visitorNotify.survey {
    border-bottom-color: #000 !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 300px;
}

.inside_visitorNotify.survey .insideSubmitButton {
    background: black;
}