/* DashBoard 左上 */
.DB_LTB{

}

/* DashBoard 左下 */
.DB_LBB{

}

/* DashBoard 中間 */
.DB_LMB{

}

/* DashBoard 中間 */
.DB_RTB{

}

/* DashBoard 中間 */
.DB_RBB{

}

.tdLabel{
    font-weight: bold;
}

.halfShow{
    height:calc((100vh - 57.5px) / 2);
}

.MaxShow{
    height:calc(100vh - 57.5px);
}


.DB_Block{
    height: 100%;
}

.small-box>.DB_Block{
    height: 85%;
}

.widthScroll{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
}

.widthScroll>.row{
    flex-wrap: nowrap;
}

.widthScroll>.row>.DB_Block{
    scroll-snap-align: center;
}


.widthScroll::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.widthScroll::-webkit-scrollbar
{
	width: 12px;
    height: 3px;
	/* background-color: #F5F5F5; */
    background-color: #343a40;
}

.widthScroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.widthScroll::-webkit-scrollbar-thumb:hover {
    background: darkgray; 
}

::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
    height: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

::-webkit-scrollbar-thumb:hover {
    background: darkgray; 
}

.system_bg{
	background-image: url(/Image/index_bg_1920x1080.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}

.loadingSpinner{
	height: 20rem;
    line-height: 20rem;
	width: 100%;
}

.btn-guide{
	margin-right: 0.5rem;
}

.dark-mode .swal2-html-container{
	color: #e9ecef;
}

select {
	font-family: 'FontAwesome', 'sans-serif';
}