#app .n-layout.n-layout--absolute-positioned {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    min-height: 0 !important;
}

#app .n-layout .n-layout-scroll-container {
    height: auto !important;
    min-height: 0 !important;
}

html,
body {
    background: #101014;
    color: #fff;
    min-height: 100%;
}

.tor2web-fallback {
    max-width: 750px;
    margin: 0 auto;
    padding: 5rem 1.25rem 1.25rem;
}

.tor2web-fallback-form {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.tor2web-fallback-form input {
    flex: 1;
    min-width: 0;
    padding: 0.65rem 0.85rem;
    border: 1px solid #49494c;
    border-radius: 3px;
    background: #18181c;
    color: #fff;
    font-size: 1rem;
}

.tor2web-fallback-form input::placeholder {
    color: #8e96a7;
}

.tor2web-fallback-form button {
    padding: 0.65rem 1rem;
    border: 1px solid #ffa700;
    border-radius: 3px;
    background: #ffa700;
    color: #101014;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.tor2web-fallback-form button:hover,
.tor2web-fallback-form button:focus {
    filter: brightness(1.05);
}
.lang-switch {
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
    display: flex !important;
    gap: 6px;
    z-index: 99999 !important;
}
.lang-btn {
    background: #28282c !important;
    color: #999 !important;
    border: 1px solid #49494c !important;
    padding: 4px 14px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.2s;
    opacity: 1 !important;
}
.lang-btn:hover {
    color: #fff !important;
    border-color: #ffa700 !important;
}
.lang-btn.active {
    background: #ffa700 !important;
    color: #101014 !important;
    border-color: #ffa700 !important;
}
.text-wrap {
    width: 750px;
    color: #fff;
    max-width: 100%;
    margin: auto;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}
.tw-ttl  {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}
.text p,
.text ul {
    padding-bottom: 15px;
}
.text ul li {
    list-style: circle;
    padding-bottom: 10px;
}
.text .link-wrap li {
    list-style: none;
}
.link-wrap a {
    font-size: 1.3em;
    color: lightgray;
    cursor: pointer;
}
.recent-onion-hosts li {
    color: #b8bfcc;
    font-family: "Courier New", monospace;
    font-size: 1.05em;
    letter-spacing: 0.2px;
    padding: 6px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 12px;
}
.recent-host-badge {
    display: inline-block;
    min-width: 34px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 167, 0, 0.45);
    background: rgba(255, 167, 0, 0.1);
    color: #ffa700;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.recent-host-text {
    word-break: break-all;
    overflow-wrap: anywhere;
    min-width: 0;
}
.recent-host-time {
    color: #ffa700;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 12px;
    padding-left: 10px;
    border-left: 1px solid #49494c;
}
.recent-onion-empty {
    color: #8e96a7 !important;
    font-style: italic;
}
.b-tab {
    padding: 25px;
    border: 1px solid #49494c;
    display: none;
    border-radius:
            3px;
}
.b-tab.active {
    display: block;
}
.b-nav-tab {
    display: inline-block;
    padding: 8px 15px;
    font-size: 1.2em;
    background: #28282c;
    border-radius: 3px;
    margin-bottom: 10px;
}
.b-nav-tab.active,
.link-wrap a:hover,
.link-wrap a:focus,
.footer-nav a:hover,
.footer-nav a:focus {
    color: #ffa700;
}
footer {
    padding: 15px;
}
.footer-nav {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
}
.footer-nav a {
    color: #fff;
    padding: 10px;
}