/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css2?family=Poor+Story&display=swap');

body {
    font-family: 'Poor Story', cursive;
    /*font-size: 140%;*/
}

:root {
    --color-primary-bg: #f8f9fc;
    --color-primary: #EEC373;
    --color-secondary: #E3CAA5;
    --color-tertiary: #CEAB93;
    --color-dark: #AD8B73;
    --color-table-border: #DACC96;
    --color-table-hover-bg: #FFFBE9;
    --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(208, 129, 109, 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;
}
