﻿@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexkai.css'); 
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');
@import url('https://use.fontawesome.com/releases/v6.3.0/css/all.css'); 
/*
@import url('href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
*/
@import 'normalize_8.0.1.css';
@import url('/assets/w3/w3.css');
@import url('/assets/google/css/smsgo.css?ver=1.0.0.2');
 
@import url('/css/smsgohtml.css?ver=1.0.0.2');
@import url('/css/smsgostyle.css?ver=1.0.0.2');
@import url('/assets/awesome/css/brands.css'); 
@import url('/assets/awesome/css/solid.css'); 
 
/* overwite */
html,body{font-family: PingFang TC,system-ui,Heiti TC,'Myriad Variable Concept','Microsoft JhengHei', 'Aachen Bold BT', 'DejaVu Sans',sans-serif;Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
  
/* private theme */
.w3-theme-l5 {color:#000 !important; background-color:#f4fdf7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#daf8e4 !important}
.w3-theme-l3 {color:#000 !important; background-color:#b6f1c9 !important}
.w3-theme-l2 {color:#000 !important; background-color:#91e9af !important}
.w3-theme-l1 {color:#000 !important; background-color:#6de294 !important}
.w3-theme-d1 {color:#fff !important; background-color:#30d667 !important}
.w3-theme-d2 {color:#fff !important; background-color:#26c25a !important}
.w3-theme-d3 {color:#fff !important; background-color:#22aa4f !important}
.w3-theme-d4 {color:#fff !important; background-color:#1d9244 !important}
.w3-theme-d5 {color:#fff !important; background-color:#187938 !important}

.w3-theme-light {color:#000 !important; background-color:#f4fdf7 !important}
.w3-theme-dark {color:#fff !important; background-color:#187938 !important}
.w3-theme-action {color:#fff !important; background-color:#187938 !important}

.w3-theme {color:#fff !important; background-color:#4DCF81 !important} /* original  46db77 */
.w3-text-theme {color:#4DCF81 !important}
.w3-border-theme {border-color:#4DCF81 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#4DCF81 !important}
.w3-hover-text-theme:hover {color:#4DCF81 !important}
.w3-hover-border-theme:hover {border-color:#4DCF81 !important}

/* add code for dark sche in end */
@media (prefers-color-scheme: dark) {

    .w3-table-all tr:nth-child(odd) {
        background-color: #000
    }
    
    .w3-table-all tr:nth-child(even) {
        background-color: #606060
    }
    .w3-striped tbody tr:nth-child(even) {
        background-color: #606060
    }
    
}