@font-face {
    font-family: TmoneyRoundWindRegular;
    src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff) format('woff');
    font-weight: 400;
    font-style: normal 
}
body {
    font-family: TmoneyRoundWindRegular 
}
.container {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 20px;
    transition: all .3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.navbar {
    padding-left: 10%;
    padding-right: 10% 
}
.hidden {
    display: none 
}
.char-img {
    margin-right: 10px 
}
.badge-item {
    margin-left: 5px;
    border: 0;
    font-size: 13px;
    background-color: transparent;
}
.badge-group {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out 
}
.class-display {
    position: absolute;
    text-shadow: 2px 2px 5px #000;
    top: 80px;
    left: 20px;
    width: 90px;
    text-align: center 
}
.char_items {
    width: 100%;
    max-width: 600px 
}
.small-text {
    font-size: 12px 
}
.title-text {
    font-size: 16px 
}
.char_items p {
    margin-top: 0;
    margin-bottom: 0 
}
.text-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap 
}
e {
    margin-right: 15px 
}
e i {
    margin-right: 5px 
}
.list-group-item-etc {
    margin-top: 15px;
    margin-bottom: 5px 
}
.table {
    margin-bottom: 0px;
}
.modal-header {
    border: 0px;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.modal-body {
    border: 0px;
}
.modal-footer {
    border: 0px;
}
.form-inline {
    min-height: 36px;
    max-width: 310px 
}
.custom-checkbox {
    margin-right: auto 
}
.card-body {
    padding: 1.25rem 1.25rem .75rem 1.25rem 
}
.divide {
    display: inline-block;
    margin-right: 15px;
}
.table-guide {
    max-width: 500px 
}
.img-guide {
    width: 30px;
    margin-right: 10px 
}
.table td, .table th {
    vertical-align: middle 
}
.table th span {
    vertical-align: middle 
}
.row {
    margin-right: -8px;
    margin-left: -8px 
}
.col {
    padding-right: 8px;
    padding-left: 8px 
}
.modal-content {
    border: 0px;
}
.desktop {
    display: none;
}
.screen_mx {
    max-width: 720px;
}
.r-float {
    float: right;
    margin-top: 3px;
}
@media (prefers-color-scheme: light) {
    body {
        background: #f8f9fa;
        color: #000;
    }
    .card {
        background-color: #fff;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        color: #000;
    }
    .class-display {
        color: #fff;
    }
    .select-mod {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .5rem center/8px 10px;
        display: inline-block;
        padding: .375rem .5rem .375rem 1.5rem;
        color: #000;
        border: 1px solid transparent;
        margin-left: -10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none 
    }
    .select-mod-right {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .5rem center/8px 10px;
        display: inline-block;
        padding: 0.375rem 1.5rem .375rem 0.5rem;
        text-align-last: center;
    }
    .select-mod:focus {
        outline: 0 
    }
    .select-mod option {
        color: #373a3c 
    }
    .tag {
        font-size: 14px;
        padding: .4em .4em .4em;
        margin: 0 0.4em 0 0;
        background: #e2e2e2;
        border-radius: 10px;
    }
    .tag a {
        color: #bbb;
        cursor: pointer;
        opacity: 0.6;
        vertical-align: middle;
    }
    a.no-color {
        color: #000;
    }
    a.no-color:hover {
        color: #000;
    }
}
@media (prefers-color-scheme: dark) {
    body {
        background: #252525;
        color: #fff;
    }
    .btn-enter {
        background-color: #394b5f;
        border-color: #394b5f;
        color: #fff 
    }
    .list-group-item {
        background: #252525;
        color: #fff;
        border: 1px solid rgba(218, 218, 218, .125) 
    }
    .card {
        background-color: #373a3c;
        color: #fff;
    }
    .badge-item {
        color: #fff;
    }
    .table th, .table td {
        padding: 0.75rem;
        border-top: 1px solid #313436;
    }
    .table thead th {
        border-bottom: 2px solid #313436;
    }
    .table {
        color: #ffffff;
    }
    .modal-header {
        background: #2b2b2b;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }
    .modal-header .close {
        color: #fff;
    }
    .modal-body {
        background: #2b2b2b;
    }
    .modal-footer {
        background: #2b2b2b;
    }
    .select-mod {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .5rem center/8px 10px;
        display: inline-block;
        padding: .375rem .5rem .375rem 1.5rem;
        color: #fff;
        border: 1px solid transparent;
        margin-left: -10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none 
    }
    .select-mod-right {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .5rem center/8px 10px;
        display: inline-block;
        padding: 0.375rem 1.5rem .375rem 0.5rem;
        text-align-last: center;
    }
    .select-mod:focus {
        outline: 0 
    }
    .select-mod option {
        color: #373a3c 
    }
    .tag {
        font-size: 14px;
        padding: .4em .4em .4em;
        margin: 0 0.4em 0 0;
        background: #464646;
        border-radius: 10px;
    }
    .tag a {
        color: #bbb;
        cursor: pointer;
        opacity: 0.6;
        vertical-align: middle;
    }
    a.no-color {
        color: #fff;
    }
    a.no-color:hover {
        color: #fff;
    }
    .pagination .page-link {
        background-color: #222;
        border: 0px;
        color: #fff;
    }
    .pagination .page-link:hover {
        background-color: #333;
        color: #aaa;
    }
    .pagination .page-item.disabled .page-link {
        background-color: #444;
    }
}
.limit-content {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
}
.viewContents {
    padding: 50px 50px 100px;
    word-wrap: break-word;
    font-size: 17px;
}
.viewContents > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.viewContents > iframe {
    max-width: 100%;
}
@media all and (max-width:768px) {
    .viewContents {
        padding: 0px;
        word-wrap: break-word;
        font-size: 1em;
    }
    .char_items {
        width: 100% 
    }
    .char-img {
        width: 60px 
    }
    .class-display {
        position: absolute;
        text-shadow: 2px 2px 5px #000;
        top: 55px;
        left: 20px;
        width: 60px;
        text-align: center;
        font-size: 12px 
    }
    .badge-group {
        position: absolute;
        right: 10px 
    }
    .title-text {
        font-size: 14px 
    }
}
@media all and (max-width: 992px) {
    .mobile {
        margin-left: auto;
        margin-right: 10px;
        padding: 0px 10px 0px 10px;
    }
    .mobile-nav {
        display: inline-block;
    }
    .mobile-nav li {
        display: inline-flex;
        margin: 0 0 0 15px;
    }
}
@media (min-width: 992px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}
@keyframes chartjs-render-animation {
    from {
        opacity: .99 
    }
    to {
        opacity: 1 
    }
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms 
}
.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1 
}
.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0 
}
.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0 
}
.toast-container{
    position:fixed;
    z-index:1055;
    margin:5px
}
.top-right{
    top:0;
    right:0
}
.top-left{
    top:0;
    left:0
}
.bottom-right{
    right:0;
    bottom:0
}
.bottom-left{
    left:0;
    bottom:0
}
.toast-container>.toast{
    min-width:150px;
    background:0 0;
    border:none
}
.toast-container>.toast>.toast-header{
    border:none
}
.toast-container>.toast>.toast-header strong{
    padding-right:20px
}
.toast-container>.toast>.toast-body{
    background:#fff
}
.tag a:hover {
    opacity: 1.0 
}
.tag .remove {
    top: 0;
    vertical-align: baseline;
    padding-top: 1px;
}
.tag a {
    margin: 0 0 0 .4em;
}
.tag:hover {
    transition: background-color 0.5s, filter 0.5s;
    filter: brightness(90%);
}
span.guide {
    font-style: italic;
    font-size: 14px;
}
div.guide {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 5px 0px 5px 0px;
    margin-top: -5px;
}
@media (hover: none) and (pointer: coarse) {
    div.guide {
        overflow-x: scroll;
    }
}

div.search-box {
    background-color: #fff;
    border-radius: 3rem;
    height: 36px;
    min-width: 260px;
    max-width: 720px;
    text-align: center;
    font-size: 1em;
    margin: auto;
    display: inline-block;
}

div.search-box > input {
    height: 36px;
    width: calc(100% - 80px);
    float: right;
    background: transparent;
    border-right: 1px solid rgb(167, 167, 167);
    border-left: transparent;
    border-top: 1px solid rgb(167, 167, 167);
    border-bottom: 1px solid rgb(167, 167, 167);
    border-radius: 0rem 3rem 3rem 0rem;
}

div.search-box > button {
    height: 36px;
    width: 80px;
    font-size: .8rem;
    padding: 0px;
    background: #fff;
    border-right: 1px solid rgb(167, 167, 167);
    border-left: 1px solid rgb(167, 167, 167);
    border-top: 1px solid rgb(167, 167, 167);
    border-bottom: 1px solid rgb(167, 167, 167);
    border-right: transparent;
    border-radius: 3rem 0rem 0rem 3rem;
}

.history-box {
    border-radius: 3rem;
    max-width: 720px;
    text-align: center;
    margin: auto;
}
.round-card {
    max-width: 960px;
    border-radius: 1.5rem;
    margin: auto;
    border: transparent;
}
.round-card .card-body {
    padding: 5px 5px 5px 5px;
}
.account-desc {
    position: relative;
    transform: translateY(25%);
    padding-left: 20px;
}
.char-main {
    height: 180px;
}
.char-main .d-flex {
    height: 100%;
}
.char-sub {
    height: 120px;
}
.char-sub .d-flex {
    height: 100%;
}
.char-bg {
    background-size: auto 180px;
    background-repeat: no-repeat;
}
.flex-basis {
    flex-basis: 50%;
}
.flex-margin {
    margin-top: 1rem;
}
.flex-margin-half {
    margin-top: .5rem;
}
.v-center {
    display: flex;
    align-items: center;
}
.char-name {
    margin: 0px;
    font-size: 1.5rem;
}
.char-sub .char-name {
    margin: 0px;
    font-size: 1.2rem;
}
.char-score {
    font-size: 1.2rem;
}
.char-sub .char-score {
    font-size: 1rem;
}
.char-level {
    font-size: 1rem;
}
.char-title {
    font-size: .8rem;
}
.char-desc {
    font-size: .9rem;
}
.img-profile {
    max-height: 90px;
    border-radius: 100%;
    border: 1px solid #cccccc1c;
    width: auto;
    background: #cccccc1c 
}
.form-group {
    text-align: center;
}
.acnt-bar {
    display: none;
}
.not-found-bar {
    padding: 20px;
    display: none;
}
.flex-score {
    min-width: 180px;
    justify-content: right;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
.card {
    margin-bottom: 30px;
}
.inline-card {
    width: 100%;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.inline-card img {
    max-width: 100%;
}
.card-items i {
    margin-right: 5px;
}
.card-items-next {
    margin-right: 15px;
}
.card-items-next::after {
    content: "";
}
.page-item {
    text-align: center;
    user-select: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.page-item-spacing {
    letter-spacing: -15px;
    width: 35px;
}
.card-onlink {
    text-decoration: none;
}
.card-onlink:hover {
    text-decoration: none;
}
.card-onlink:visited {
    text-decoration: none;
}
h6.timestamp {
    color: #868e96;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 0.8em;
}
h6.info {
    margin-bottom: 0px;
}
div.error h2 {
    text-align: center;
}