.glance {
    background-color: white;
    padding: 1rem 2rem;

}

.screen_shot {
    width: 90%;
    height: 160px;
    background-color: #6b6b6b;
    outline: 1px solid red;
    padding: 2rem !important;
}

.tr_content {
    background-color: white !important;
}

/* 右側 panel：固定在畫面最右邊，一開始收起來 */
/* #rightPanelId {
    position: fixed;
    top: 46px;
    right: 0;
    width: 320px;
    height: calc(100vh - 46px);

    background-color: #f8f9fa;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1040;
} */

.rightpanel-nav {
    display: flex;
    align-items: center;
}

/* adjust the gap of column */
#object_table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

#object_table tbody tr td {
    padding: 12px 10px;
}

/* Datatable 套件使用，只留欄位空間，不留文字*/
.hide-text {
    color: transparent !important;
}

/* avoid yhe black space on the background */
html,
body {
  padding-right: 0 !important;
}

/* .right_panel_shrink {
    height: 20px;
    width: 20px;
    top: 50%;
    left: -2%;
    transform: translate(-50%, -50%);
}

.right_panel_shrink_arrow {
    top: 80%;
    left: 16%;
    cursor: pointer;
} */