.vch-hidden{
    display:none !important;
}
.vch-modal-content{
    background:#0d1620;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    color:#fff;
}

.vch-modal-header{
    border-bottom:1px solid rgba(255,255,255,.08);
}

.vch-modal-sub{
    color:#9aa7b2;
    font-size:14px;
    margin-bottom:20px;
}

.vch-modal-text{
    color:#9aa7b2;
    margin-bottom:20px;
}

.vch-btn-round{
    border-radius:30px;
    padding:10px 28px;
    font-weight:700;
}

.vch-room-code{
    display:block;
    font-size:34px;
    letter-spacing:.15em;
    font-weight:800;
    color:#39ffea;
    background:#08121a;
    border:1px dashed rgba(57,255,234,.35);
    border-radius:14px;
    padding:16px;
    margin-bottom:18px;
}

.vch-copy-btn-row{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:22px;
}

.vch-waiting-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#9aa7b2;
}

.vch-spinner{
    width:15px;
    height:15px;
    border:2px solid rgba(57,255,234,.2);
    border-top-color:#39ffea;
    border-radius:50%;
    animation:vchSpin .8s linear infinite;
}

@keyframes vchSpin{
    to{
        transform:rotate(360deg);
    }
}

.vch-code-input{
    width:100%;
    background:#08121a;
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    padding:14px;
    font-size:24px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.2em;
    outline:none;
    margin-bottom:12px;
}

.vch-code-input:focus{
    border-color:#39ffea;
}

.vch-join-error{
    color:#ff5d5d;
    margin-bottom:15px;
    font-size:13px;
}
@media(max-width:480px){

.vch-room-code{
    font-size:26px;
}

}
