@charset "utf-8";

/*
 * Copyright 2009-2024 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - instantMessage
 * Version: 9.2
 */

/* ---------- instant-message ---------- */
html, body, main {
    height: 100%;
    background: #ebedf3;
}

main .container {
    height: 100%;
    display: flex;
    padding: 0;
    justify-content: center;
}

main .container iframe {
    max-height: 100%;
    border: 1px solid #ccc;
}

@media (min-height: 600px) and (min-width: 1000px) {
    main .container {
        padding: 30px 0;
    }

    main .container iframe {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    }
}
