/*noinspection CssUnknownTarget*/
@font-face {
    font-family: 'omyu_pretty';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'omyu_pretty', cursive;
    font-size: 120%;
}

:root {
    --color-primary-bg: #f8f9fc;
    --color-primary: #264E92;
    --color-secondary: #153D78;
    --color-tertiary: #042C5E;
    --color-dark: #011B44;
    --color-table-border: #C2CDDF;
    --color-table-hover-bg: #DAE4F4;
    --top-bar-height: 3.375rem;
}

/*
    로그인 화면
*/

.login-logo {
    /*display: none !important;*/
}

.login-logo img {
    height: 420px !important;
}

.login-icon {
    /*display: block !important;*/
    /*padding: 4px;*/
    /*width: 36px;*/
    /*height: auto;*/
}

.login-box {
    height: 100vh;
    align-content: center;
    margin-top: -20%;
}

.form-control {
    font-size: 120%;
}


/*
    통계 화면
*/

#userDropdown img {
    display: none;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 10px;
}

.topbar {
    background-color: transparent !important;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(111, 165, 206, 0.2) !important;
}

.container-fluid {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pagination {
    justify-content: center !important;
}

.copyright {
    display: flex;
    justify-content: left;
    font-size: 1em !important;
    color: #230000 !important;
}
