﻿@font-face { font-family: 'LXGW WenKai Screen'; src: url('fonts/LXGWWenKaiGBScreen.woff2') format('woff2'); font-display: swap;}

:root {
  --transition-height: height 0.3s ease;
  --font-family: 'LXGW WenKai Screen', -apple-system, sans-serif;
  --box-shadow:0 2px 6px 0 rgb(136 148 171 / 20%), 0 24px 20px -24px rgb(71 82 107 / 10%)
}


* {
    box-sizing:border-box;
}
body,html {
    font-family: var(--font-family);
    background-color: #f3f6fd !important;
    display:flex;
    justify-content:center;
}
.link-home {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 40px!important;
    min-height: 40px!important;
    font-size: 24px !important;
    border-radius: 50%;
    margin: 16px 0;
    transition: 0.2s;
    cursor:pointer;
}
    .link-home:hover {
        color:#fff;
        background-color:#c3cff4;
    }

.link-selected {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 40px!important;
    min-height: 40px!important;
    font-size: 24px !important;
    border-radius: 50%;
    margin: 16px 0;
    transition: 0.2s;
    color: #fff !important;
    background-color: #1f1c2e;
}

.IconFontNav {
    font-size: 24px;
    margin-left: 10px;
    cursor: pointer;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*@font-face {
    font-family: "fans num";
    src: url("fonts/浪漫海报黑体SJ.ttf");
}*/

.box-shadow-v1 { box-shadow: var(--box-shadow); }