﻿[v-cloak] {
    display: none;
}

.labelleft {
    justify-content: left !important;
}

/*.menu-open > .nav-link {
    background-color: rgba(255,255,255,.1);
}*/

/*
  headerToolbar.css
*/
.custom-file-input ~ .custom-file-label::after {
    content: "選擇檔案";
}

.HeaderToolbarMargin {
    margin: 0px 0px 0px 8px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.min-h-25 {
    min-height: 25rem;
}
/* 隱藏元素在手機版 */
@media screen and (max-width: 768px) {
    .hide-on-mobile

{
    display: none !important;
}

}
#toast-container > div {
    font-size: 1rem !important; /* 或 0.875em、medium 等 */
}