#browser-not-support-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #545454;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2558452;
}
#browser-not-support-container > div {
    background: white;
    border-radius: 5px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#browser-not-support-container a {
    color: #333333;
    margin-left: 5px;
}
/* Remove Chat widget on print */
@media print {
    div#hubspot-messages-iframe-container {
        display: none !important;
    }
}
