﻿/* override backtotop, to be on top of GIM Bot Tool */
.back-to-top {
    bottom: 140px;
}

/* override 入口位置 */
#gim-bot-tool {
    z-index: 999 !important;
    bottom: 10px !important;
}

/* override 入口尺寸&陰影 */
#gim-bot-tool #gim-bot-tool-button {
    width: 100px !important;
    height: 100px !important;
    box-shadow: none;
}

@media (max-width: 640px) {
    /* overrid backtotop, to be on top of GIM Bot Tool */
    .back-to-top {
        bottom: 180px;
    }

    /* override 入口位置 */
    #gim-bot-tool {
        bottom: 80px !important;
    }

    /* 調整 GIM Bot Tool 視窗位置與高度 */
    #gim-bot-tool-bot-container.isOpen {
        top: 40px;
        /* 扣除 header & navigationbar 高度 */
        height: calc(100vh - 103px) !important;
    }
}
