﻿
.display_none {
    display:none;
}

.display_default {
    display:initial;
}

.width_150{
    max-width:150px;
}

.margin_0{
    margin:0;
}

/* Funding */
.upload-panel.bg-light .upload-file {
    display: none;
}

/* 上傳檔案 */
span.group-span-filestyle label.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input::placeholder {
    color: lightcoral !important;
}

.border-radius7 {
    border-radius: 7px;
}