@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexkai.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css');

body {
    font-family: "Noto Sans TC", "Trebuchet MS", sans-serif;
    margin: 50px;
}

.demoHeaders {
    margin-top: 2em;
}

#dialog-link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}

#dialog-link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}

#icons {
    margin: 0;
    padding: 0;
}

#icons li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}

#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}

.fakewindowcontain .ui-widget-overlay {
    position: absolute;
}

select {
    width: 200px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

@media (max-width: 767px) {
    .output{
        transform: scale(0.2, 0.2);
    }
    .gx-top {
        padding-top: 8px;
    }
    .gx {
        padding-bottom: 3px;
    }
}

@media (min-width: 500px) and (max-width: 650px) {
    .output{
        transform: scale(0.3, 0.3);
    }
}

@media (min-width: 651px) and (max-width: 767px) {
    .output{
        transform: scale(0.45, 0.45);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .output{
        transform: scale(0.5, 0.5);
    }
    .gx {
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .output{
        transform: scale(0.55, 0.55);
    }
    .gx {
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .output{
        transform: scale(0.6, 0.6);
    }
}

.output{
    transform-origin: left top;
    width:1280px;
    font-family: "Noto Sans TC", sans-serif;
}

#BgImage {
    width: 1280px;
    height: 720px;
    background-position: center center;
}

.output_height {
    height: 100%;
}

.output_position {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#subtitle,
#date,
#title,
#provider {
    /* position: absolute; */
    color: #472D5C;
    margin-left: 86px;
}

#provider {
    font-size: 30px;
    /* margin-top: 470px; */
}

#subtitle {
    font-size: 30px;
    /* margin-top: 200px; */
    letter-spacing: 0.09em;

}

#date {
    /* margin-top: 515px; */
    font-size: 30px;
}

#title {
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.047em;
    line-height: 1.3;
    /* margin-bottom: 10px; */
    position: relative;
    top: 50%;
    transform: translateY(-54%);
}

.bold {
    font-weight: bold;
}

pre{
    font-family: "Consolas", "Noto Sans TC";
}
.overflow{
    overflow: auto;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}