.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;
    border: 0;
    background-color:unset;
}

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

.jn-card {
    box-shadow: 0 0 10pt #0000001c;
    height: 100%;
    border: 1px solid #9c9c9c2e;
}

.jn-card:hover {
    border-color: #4dc0e461;
}

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

.jn-card.keyboard-hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid rgba(20, 184, 108, 0.42);
    height: 100%;
    pointer-events: none;
    border-radius: 4pt;
}

.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;
    }
}

.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;
}

*:focus {
    outline: none;
}

.jn-speedtest-number {
    font-size: 2em;
}

.jn-speedtest-note {
    background-color: #b2d6c33b;
    border: 1px solid #1a8754;
    margin: 0;
    border-radius: 6pt;
}
/* .jn-speedtest-note::before {
    content: "";
    border-top: 1px solid #19945a5c;
    width: 50%;
    margin: 0 auto;
} */

.speedtest-p {
    margin-top:10pt;
}