﻿@font-face {
    font-family: EmojiFont;
    unicode-range: U+263A,U+2639;
    src: local("Apple Color Emoji"),local("Segoe UI Emoji"),local("Segoe UI Symbol"),local("Segoe UI"),local("Noto Color Emoji");
}

/*針對有需要顯示emoji的標籤做設定*/
button, input, textarea, *[contenteditable="true"], span, a, h1, h2, h3, h4, h5, h6, div {
    font-family: EmojiFont, apple-system, BlinkMacSystemFont, "Microsoft JHengHei Repair", "Microsoft JHengHei", "微軟正黑體", "Segoe UI", "WenQuanYi Zen Hei", "Heiti TC", "Droid Sans", Roboto,"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(128, 128, 128, 0.7);
}

.sweet-alert {
    box-sizing: border-box;
    max-height: 70% !important;
    overflow-y: auto !important;
    padding: 0 17px 17px !important;
}

.sweet-alert:before {
    content: "";
    display: block;
    height: 17px;
    width: 0;
}