/* ============================================================
   nologed.css — Guest / Auth Pages Base Layout (Dark Theme)
   Path: Public/Static/css/nologed.css
   ============================================================ */

.no_header {
    width: 100%;
    height: 50px;
    background: rgba(3, 7, 18, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #e5e7eb;
}

.ctbox {
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: #030712;
}

.no_content {
    width: 100%;
    min-height: 100vh;
    padding: 0 20px;
    background: #030712;
    color: #e5e7eb;
}

.no_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #121826;
    color: #ffffff;
    border-bottom: 1px solid #1f2937;
}
.title_txt {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.no_inbox {
    width: 100%;
    margin-top: 0;
    background: #030712;
    min-height: 650px;
    color: #e5e7eb;
}

.inputbox {
    width: 100%;
    height: 100px;
}
.input_title {
    width: 100%;
    height: 26px;
    color: #94a3b8;
    font-size: 13px;
}
.input_div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    padding: 0 12px;
    background: #070a13;
    border: 1px solid #1f2937;
    transition: all .25s ease;
}
.input_div:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.cinput {
    width: 100%;
    padding: 5px;
    height: 45px;
    background: transparent;
    border: none;
    font-size: 15px;
    outline: none !important;
    color: #e5e7eb;
}
.cinput::placeholder {
    color: #94a3b8;
}

.no_button_box {
    width: 90%;
    height: 25px;
    position: fixed;
    bottom: 50px;
    left: 5%;
}
.small_hs_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #2563eb;
    float: right;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    transition: all .25s ease;
}
.small_hs_btn:hover  { background: #1d4ed8; }
.small_hs_btn:active { background: #1e40af; }

.bi_right {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.regxybox {
    width: 70%;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #94a3b8;
}

.rzred   { color: #f5465c; }
.rzgreen { color: #0ecb81; }
