* {
    font-family: "Noto Sans TC";
    font-weight: bold !important;
}
body::-webkit-scrollbar {
    display: none;
}
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body,button, input,select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; letter-spacing:2px; }

.blur {
    /* Any browser which supports CSS3 */
    filter: blur(10px);
    /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
    -webkit-filter: blur(10px);
}

.statistic .display-4 {
    font-weight: normal;
}

.card {
    border: 0;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(238,238,238,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(238,238,238,1);
    box-shadow: 0px 0px 10px 5px rgba(238,238,238,1);
}
.card-header { padding-bottom: 0.75rem;}
.card-body { padding-top: 0.75rem;}
.badge-light-blue { background: #e5f0f8; color: #006bbe; }
.badge-light-pink { background: #fef1f8; color: #ea69a2; }
.badge-outline-grey { background: #ffffff; color: #555555; border: 1px solid #555555; }
.badge-outline-secondary { background: #ffffff; color: #c8cdd1; border: 1px solid #c8cdd1; }
.badge-outline-pink { background: #fef1f8; color: #ea69a2; border: 1px solid #ea69a2; }

.text-pink { color: #ea69a2; }
.text-light-grey { color: #b3babf; }
.text-blue { color: #006bbe; }
.text-orange { color: #eb5e27; }
.text-cyan { color: var(--cyan); }
.text-teal { color: var(--teal); }

.btn-block { font-size: 1.4rem; :}

.blockquote {
    border-left: 5px solid #b3babf;
    padding-left: 15px;
}

.today_service {
    border: 1px solid #eceeef;
    letter-spacing: 1px;
}
.today_service thead {
    color: #c8cdd1;
    border: 1px solid #eceeef;
}
.today_service thead tr th {
    padding: 0.2rem 0.3rem 0.2rem 0.5rem;
    font-weight: normal;
}
.today_service tbody tr td {
    font-size: 1.2rem;
    padding: 0.2rem 0.3rem 0.2rem 0.5rem;
    border-bottom: 1px solid #eceeef;
}
.today_service tbody tr.active {
    background: #f66479;
    color: #fff7f8;
}
.today_service tbody tr.active td:first-child {
    /*border-left: 5px solid #f66479;*/
}
.today_service tbody tr.active2 {
    background: #fff7f8;
}
.today_service tbody tr.active2 td:first-child {
    color: #f66479;
    border-left: 5px solid #f66479;
}
.today_service tbody tr.active2 td:last-child {
    color: #f66479;
}
.today_service tbody tr.active2 .badge {
    color: #f66479;
    border-color: #f66479;
    background: #fff7f8;
}

.warm_remind {
    letter-spacing: 0;
    font-size:0.85rem;
}
.warm_remind tbody tr td {
    padding: 0.325rem 0 0.325rem 0.75rem;
    border-bottom: 1px solid #eceeef;
}

.todo_list {
    letter-spacing: 1px;
}
.todo_list tbody tr td {
    padding: 0.325rem 0 0.325rem 0.75rem;
}
.abnormal_list {
    letter-spacing: 1px;
}
.abnormal_list tbody tr td {
    padding: 0.325rem 0 0.325rem 0.75rem;
}
.family_list {
    letter-spacing: 1px;
}
.family_list tbody tr td {
    padding: 0.325rem 0 0.325rem 0.75rem;
}

.btn-sm {
    padding: 0rem 0.25rem;
    line-height: 1;
}

.btn-action {
    height:160px;
    width:160px;
    margin:30px 72px;
    background: white;
    border-radius: 50%;
    border-width: 3px;
    box-shadow: 0px 0px 10px 5px rgba(220, 220, 220, 1);
    color: grey;
}

.btn-floor {
    border-radius: 30px 0 0 30px;
    box-shadow: 0px 0px 5px 2px rgba(220, 220, 220, 1);
}

.btn-primary:hover { color: white !important; }
.btn-success:hover { color: white !important; }
.btn-warning:hover { color: white !important; }
.btn-danger:hover { color: white !important; }
.btn-info:hover { color: white !important; }
.btn-default { color: dimgrey; }

.robot {
    position: absolute;
    width: 36px;
    height: 36px;
    mask: url('../images/robot.svg') no-repeat center / contain;
    -webkit-mask: url('../images/robot.svg') no-repeat center / contain;
}
.robot-blue {
    background-color: var(--blue); /* defines the background color of the image */
}
.robot-indigo {
    background-color: var(--indigo); /* defines the background color of the image */
}
.robot-pink {
    background-color: var(--pink); /* defines the background color of the image */
}
.robot-red {
    background-color: var(--red); /* defines the background color of the image */
}
.robot-orange {
    background-color: var(--orange); /* defines the background color of the image */
}
.robot-yellow {
    background-color: var(--yellow); /* defines the background color of the image */
}
.robot-green {
    background-color: var(--green); /* defines the background color of the image */
}
.robot-teal {
    background-color: var(--teal); /* defines the background color of the image */
}
.robot-cyan {
    background-color: var(--cyan); /* defines the background color of the image */
}
.robot-greenyellow {
    background-color: var(--greenyellow); /* defines the background color of the image */
}

.modal-xxl {
    max-width: 92% !important;
}

.site-selector  {
    max-height: 300px; /* Adjust as needed */
    overflow-y: auto;
}
