body {
    /*font-size: 14px;*/
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

/* 自傳等長文：保留換行並強制斷行，避免長符號撐破版面 */
.form-output-autobiography {
    white-space: pre-wrap;
    word-break: break-all;   /* 長符號、無空格字串也強制斷行 */
    overflow-wrap: break-word;
}

.custom-select {
    color: #0c0f11;
}

.matters-assignment-wrapper .item-hd .item-project {
    font-size: 14px;
}

.md-toast-top-center {
    top: 10vh;
    right: 43vw;
}

@media (max-width: 900px) {
    .md-toast-top-center {
        top: 10vh;
        right: 20vw;
    }
}

@media (min-width: 576px) {
    .date-time-date {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 576px) {
    .date-time-range {
        flex: 0 0 auto;
        width: 23% !important;
    }
}

@media (min-width: 576px) {
    .date-range {
        flex: 0 0 auto;
        width: 46% !important;
    }
}

.sidebar-ctrler:checked + .vertical_nav.sidebar {
    width: 270px !important;
}