.jn-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.jn-title2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.jn-ip-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.jn-alert {
    z-index: 9999;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.jn-card {
    box-shadow: 0 0 10pt #0000001c;
    height: 100%;
}

.jn-card:hover {
    border-color: rgba(20, 184, 108, 0.42);
}

.jn-container {
    padding-top: 2pt;
    max-width: 1400px;
}

.jn-text {
    font-weight: bold;
}

.jn-list-group-item {
    padding: 0.75rem 0.25rem;
}

.jn-opacity {
    opacity: 0.5;
    cursor: not-allowed;
}

.jn-map-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

.jn-navbar-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #0000001c;

}

.jn-toast {
    z-index: 9999;
    right: 0;
    bottom: 0;
    margin-bottom: 2pt;
    margin-right: 40pt;
    max-width: 80vw;
}

footer {
    height: 100pt;
    padding-top: 20pt;
}

@media only screen and (max-width: 768px) {
    footer {
        height: 140pt;
    }
    .speedtest-h5 {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .speedtest-p {
        font-size: 12px;
    }
}

.jn-radio {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: row;
}

.jn-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.dark-mode {
    background-color: #212529 !important;
    color: #e3e3e3 !important;
    border-color: #757575;
}

.dark-mode::placeholder {
    color: #e3e3e38e !important;
}

.dark-mode-border {
    border-color: #a8a8a863;
    box-shadow: 0 0 10pt #00000038;
}

.dark-mode-title {
    background-color: #171a1d;
}

.dark-mode-nav {
    background-color: #171a1d !important;
    border-color: #a8a8a863 !important;
    border-color: #757575;
}

.jn-deactive {
    opacity: 0.5;
}

.active {
    opacity: 1 !important;
}

.dark-mode-nav-border {
    border-color: #a8a8a863 !important;
}

.dark-mode-close-button {
    background-color: white;
}

.dark-mode-refresh {
    background-color: #141618;
}

.dark-mode-refresh:hover {
    background-color: #00000054;
}

.mobile-list {
    border: 0;
}

.mobile-h2 {
    font-size: 1.25rem;
}

[v-cloak] {
    display: none;
}

.hidden {
    display: none !important;
}

.jn-loading {
    margin-top: 50vh;
}

.jn-shortcut-row {
    margin: 2pt 0 2pt 0;
    border-bottom: 1px solid;
}

.jn-dark-mode-help-border {
    border-color: #a8a8a863 !important;
}

.jn-border-bottom-none {
    border-bottom: none !important;
}

.jn-help-note {
    background: linear-gradient(to right, #e04343, orange, #8d8d22, green, #50c0ae, indigo, violet);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.jn-progress {
    padding-bottom: 20pt;
}

.jn-opacity-0 {
    opacity: 0;
}

.jn-progress-dark {
    background-color: #4b4b4b !important;
}