/* _content/VJunior/Components/Layout/Footer.razor.rz.scp.css */
/* _content/VJunior/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/VJunior/Components/Layout/NavMenu.razor.rz.scp.css */
.navigation[b-8plgfli3c9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 980px;
}
.links[b-8plgfli3c9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.links div[b-8plgfli3c9] {
    margin-right: 15px;
}
    .links div:last-child[b-8plgfli3c9] {
        margin-right: 0;
    }
/* _content/VJunior/Components/Pages/GuidePayment.razor.rz.scp.css */
/* _content/VJunior/Components/Pages/GuideVless.razor.rz.scp.css */
.info[b-gwa8t00mux] {
    margin-bottom: 20px;
}
.info p[b-gwa8t00mux] {
    text-indent: 20px;
}
pre[b-gwa8t00mux] {
    background: #0b1220;
    color: #e2e8f0;
    padding: 12px;
    border-radius: 8px;
    overflow: auto;
    white-space: pre-wrap;
}
/* _content/VJunior/Components/Pages/Home.razor.rz.scp.css */
.content[b-fbdh3om10r] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.title[b-fbdh3om10r] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
button[b-fbdh3om10r] {
    margin: 0 auto;
    margin-top: 20px;
}
/* _content/VJunior/Components/Pages/Payment.razor.rz.scp.css */
/* _content/VJunior/Components/Pages/Pricing.razor.rz.scp.css */
.content[b-3lz8dylc70] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.pricig[b-3lz8dylc70] {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pricings[b-3lz8dylc70] {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 16px;
}
.price-block[b-3lz8dylc70] {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(2,6,23,0.08);
}
.title[b-3lz8dylc70],
.price[b-3lz8dylc70] {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.price-block ul[b-3lz8dylc70] {
    margin-bottom: 20px;
}
    .price-block ul li[b-3lz8dylc70] {
        padding-left: 0;
    }
.info ol[b-3lz8dylc70] {
    margin-bottom: 20px;
}
/* _content/VJunior/Components/Pages/Support.razor.rz.scp.css */
.content[b-u9puwrmtxg] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.form-area[b-u9puwrmtxg] {
    display: flex;
    flex-direction: column;
}
form[b-u9puwrmtxg] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.form-item[b-u9puwrmtxg] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
    .form-item label[b-u9puwrmtxg] {
        margin-bottom: 3px;
    }
    .form-item input[b-u9puwrmtxg],
    .form-item textarea[b-u9puwrmtxg] {
        width: 300px;
    }
    form button[b-u9puwrmtxg] {
        margin-top: 10px;
    }
