/* /Areas/Admin/Views/SuperAdmin/_DropdownRoleItem.cshtml.rz.scp.css */
/*Default*/
.dropdown-toggle[b-ij13zfyku9]::after{
    display:none;
}
/* /Areas/Admin/Views/SuperAdmin/_NewRoleModal.cshtml.rz.scp.css */
/*Default*/
#newRoleModal > .modal-dialog > .modal-content > .modal-body > .d-grid[b-2ns7xf2kjr] {
    grid-template-columns: 1fr .5fr;
}

/*Responsive*/
@media (max-width:1200px) {
    #newRoleModal > .modal-dialog > .modal-content > .modal-body > .d-grid[b-2ns7xf2kjr] {
        grid-template-columns: 1fr;
    }
}
/* /Areas/Admin/Views/SuperAdmin/_PermissionsInNewRoleModal.cshtml.rz.scp.css */
/*Default*/
.permissions-list[b-srmxjb4x13] {
    max-height: 40vh;
}

/*Responsive*/
@media (max-width:1200px) {
    .permissions-list[b-srmxjb4x13] {
        max-height: max-content;
    }
}
/* /Areas/Admin/Views/SuperAdmin/_RolesListItem.cshtml.rz.scp.css */
/*Default*/
.border-start-5[b-819n3ufg0f] {
    border-left: 5px solid;
}
#rolesList[b-819n3ufg0f] {
    max-height: calc(60vh - 100px);
}
/* /Areas/Admin/Views/SuperAdmin/_RolesManagerModal.cshtml.rz.scp.css */
/*Default*/
#rolesManagerModal>.modal-dialog>.modal-content>.modal-body>.d-grid[b-1twplgot8d]{
    grid-template-columns: 1fr 2fr;
}

/*Responsive*/
@media (max-width:1000px){
    #rolesManagerModal > .modal-dialog > .modal-content > .modal-body > .d-grid[b-1twplgot8d] {
        grid-template-columns: 1fr;
    }
}
/* /Areas/Admin/Views/SuperAdmin/_SummaryPermissions.cshtml.rz.scp.css */
/*Default*/
.permissions-list[b-80dt8ns7qp] {
    max-height: 15vh;
}

/*Responsive*/
@media (max-width:1200px) {
    .permissions-list[b-80dt8ns7qp] {
        max-height: max-content;
    }
}
/* /Areas/Admin/Views/SuperAdmin/_VauModal.cshtml.rz.scp.css */
/*Default*/
#vauModal > .modal-dialog > .modal-content > .modal-body > .d-grid[b-c1dwuafk6o] {
    grid-template-columns: 1.5fr 1fr;
}

#vauModal .vau-progress-track[b-c1dwuafk6o] {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    #vauModal .vau-progress-track[b-c1dwuafk6o]::before {
        content: "";
        position: absolute;
        top: 18px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: #dbe3ef;
        z-index: 0;
    }

#vauModal .vau-step[b-c1dwuafk6o] {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 33.333%;
    color: #6b7890;
}

#vauModal .vau-step-circle[b-c1dwuafk6o] {
    width: 38px;
    height: 38px;
    margin: 0 auto .5rem;
    border-radius: 50%;
    border: 1px solid #cfd8e6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

#vauModal .vau-step.completed .vau-step-circle[b-c1dwuafk6o],
#vauModal .vau-step.active .vau-step-circle[b-c1dwuafk6o] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

#vauModal .vau-step-title[b-c1dwuafk6o] {
    font-size: .82rem;
    font-weight: 600;
    color: #15223b;
}

#vauModal .vau-step-subtitle[b-c1dwuafk6o] {
    font-size: .75rem;
}

#vauModal .vau-validation-card[b-c1dwuafk6o],
#vauModal .vau-status-card[b-c1dwuafk6o] {
    border: 1px solid #e3e8f2;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

#vauModal .vau-source-header[b-c1dwuafk6o],
#vauModal .vau-check-item[b-c1dwuafk6o] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .95rem 1rem;
    border-bottom: 1px solid #edf1f7;
}

#vauModal .vau-source-icon[b-c1dwuafk6o] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #18a058, #0f7d45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vauModal .vau-check-icon[b-c1dwuafk6o] {
    width: 24px;
    text-align: center;
    color: #198754;
}

#vauModal .vau-check-item.active .vau-check-icon[b-c1dwuafk6o] {
    color: #0d6efd;
}

#vauModal .vau-check-item.disabled[b-c1dwuafk6o] {
    color: #aab5c6;
    background: #fbfcfe;
}

    #vauModal .vau-check-item.disabled .vau-check-icon[b-c1dwuafk6o],
    #vauModal .vau-check-item.disabled small[b-c1dwuafk6o] {
        color: #aab5c6;
    }

#vauModal .vau-pending-dot[b-c1dwuafk6o] {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e6;
    border-radius: 50%;
}

#vauModal .vau-status-card[b-c1dwuafk6o] {
    padding: 1rem;
}

#vauModal .vau-progress-value[b-c1dwuafk6o] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0d6efd;
}

#vauModal .vau-stats-box[b-c1dwuafk6o] {
    border: 1px solid #e7ecf5;
    border-radius: 8px;
    padding: .75rem;
}

#vauModal .vau-stat-row[b-c1dwuafk6o] {
    display: flex;
    justify-content: space-between;
    font-size: .82rem;
    padding: .35rem 0;
}

/*Responsive*/
@media (min-width:1000px) and (max-width:1500px){
    #vauModal > .modal-dialog[b-c1dwuafk6o] {
        margin-left: calc(220px + 1%);
    }
}

@media (max-width:1000px){
    #vauModal > .modal-dialog > .modal-content > .modal-body > .d-grid[b-c1dwuafk6o] {
        grid-template-columns: 1fr;
    }
}
/* /Areas/Admin/Views/SuperAdmin/_VauStatusCard.cshtml.rz.scp.css */
/*Default*/
#vauModal .vau-progress-ring[b-feyvvykm37] {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: conic-gradient(var(--bs-primary) 0 0%, #dfe5ee 1% 100%);
}

#vauModal .vau-progress-ring[b-feyvvykm37]::before {
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--bs-light);
}

#vauModal .vau-progress-ring > div[b-feyvvykm37] {
    position: relative;
    text-align: center;
}
/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.logo-badge[b-44g107htmj] {
    width: 34px;
    height: 34px;
}

.form-control:focus[b-44g107htmj], .form-select:focus[b-44g107htmj] {
    box-shadow: 0 0 0 0.1rem rgba(47,111,176,0.15);
    border-color: #2f6fb0;
}

.form-check[b-44g107htmj] { margin-top: 6px; }

.login-actions[b-44g107htmj] {
    padding: 12px 16px 16px 16px;
    border-top: 1px solid #eef2f6;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-secondary-ghost[b-44g107htmj] {
    background: #f7fafc;
    border: 1px solid #e3e8ee;
    color: #222;
    padding: 8px 18px;
    border-radius: 6px;
}

.text-danger[b-44g107htmj] { font-size: 0.875rem; }

/* keep existing minimal helpers */
.muted[b-44g107htmj] { color: #7b8794; }

/*Responsive*/
@media (min-width:1000px) and (max-width:1200px){
    .offset-md-3[b-44g107htmj] {
        margin-left: 50%;
    }
}
/* /Areas/Identity/Pages/Account/_EtichetteMctcLink.cshtml.rz.scp.css */
/*Default*/
.guest-purchase[b-5a6vlx429o] {
    width: 378px;
}

.trust-feature[b-5a6vlx429o] {
    justify-items: center;
}

/*Responsive*/
@media (min-width:1000px) and (max-width:1200px) {
    .offset-md-3[b-5a6vlx429o] {
        margin-left: 50%;
    }
}
/* /Areas/Identity/Pages/Account/_Intro.cshtml.rz.scp.css */
/*Default*/
.d-grid[b-2d9iyqswrb] {
    max-width: 600px;
    background-color:var(--scaem-color-night);
}
/*Responsive*/
@media (max-width:1150px){
    .d-grid[b-2d9iyqswrb] {
        position: relative !important;
        height: auto !important;
    }
}
/* /Areas/Identity/Pages/Account/_NerdLayout.cshtml.rz.scp.css */
:root[b-58q37rrtwt] {
    --bg: #0d1117;
    --bg-soft: #161b22;
    --panel: #11161d;
    --border: #2d333b;
    --text: #e6edf3;
    --muted: #8b949e;
    --blue: #58a6ff;
    --blue-strong: #1f6feb;
    --green: #3fb950;
    --amber: #d29922;
    --shadow: rgba(0, 0, 0, 0.35);
}

.setup-shell[b-58q37rrtwt] {
    margin: 0;
    color: var(--text);
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    background: linear-gradient(326deg, #4378c4b8, transparent);
    height: 100vh;
    min-height: 100vh;
    flex-direction: column;
    padding: 32px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setup-grid[b-58q37rrtwt] {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 28px;
    align-items: center;
    color: var(--bs-blue);
}

.setup-side[b-58q37rrtwt] {
    padding: 12px 8px;
}

.brand[b-58q37rrtwt],
.form-label[b-58q37rrtwt],
.badge-tech[b-58q37rrtwt],
.meta-label[b-58q37rrtwt],
.meta-value[b-58q37rrtwt],
.setup-footer[b-58q37rrtwt] {
    font-family: "JetBrains Mono", "Fira Code", Consolas, monospace;
}

.brand[b-58q37rrtwt] {
    color: var(--blue);
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.setup-side h1[b-58q37rrtwt] {
    margin: 0 0 12px;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
}

.lead[b-58q37rrtwt] {
    max-width: 560px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.5;
}

.accent[b-58q37rrtwt] {
    color: var(--blue);
    font-weight: 700;
}

.side-panel[b-58q37rrtwt] {
    max-width: 420px;
    background: rgba(22, 27, 34, 0.85);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 18px 50px var(--shadow);
    color: var(--bs-primary);
}

.meta-row[b-58q37rrtwt] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(139, 148, 158, 0.12);
}

    .meta-row:last-child[b-58q37rrtwt] {
        border-bottom: none;
    }

.meta-label[b-58q37rrtwt] {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.meta-value[b-58q37rrtwt] {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--text);
}

.meta-value.ok[b-58q37rrtwt] {
    color: var(--green);
}

.meta-value.warn[b-58q37rrtwt] {
    color: var(--amber);
}

.setup-card[b-58q37rrtwt] {
    background: rgba(22, 27, 34, 0.92);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 0 0 1px rgba(88, 166, 255, 0.03), 0 24px 60px var(--shadow);
    backdrop-filter: blur(8px);
    color: var(--bs-green);
}

.card-top[b-58q37rrtwt] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.badge-tech[b-58q37rrtwt] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--green);
    border: 1px solid rgba(63, 185, 80, 0.4);
    background: rgba(63, 185, 80, 0.08);
}

.form-group[b-58q37rrtwt] {
    margin-bottom: 18px;
}

.form-label[b-58q37rrtwt] {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.nerd-input[b-58q37rrtwt] {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #0d1117;
    color: var(--text);
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nerd-input[b-58q37rrtwt]::placeholder {
    color: #6e7681;
}

.nerd-input:focus[b-58q37rrtwt] {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(88, 166, 255, 0.16);
    transform: translateY(-1px);
}

.nerd-input[readonly][b-58q37rrtwt] {
    color: #c9d1d9;
    background: linear-gradient(0deg, rgba(88,166,255,0.03), rgba(88,166,255,0.03)), #0d1117;
    cursor: default;
}

.btn-nerd[b-58q37rrtwt] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, var(--blue-strong), var(--blue));
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 28px rgba(31, 111, 235, 0.28);
}

.btn-nerd:hover[b-58q37rrtwt] {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.btn-nerd:active[b-58q37rrtwt] {
    transform: translateY(0);
}

.setup-footer[b-58q37rrtwt] {
    width: 100%;
    max-width: 1100px;
    margin: 18px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    color: var(--muted);
    font-size: 12px;
}

.setup-footer nav[b-58q37rrtwt] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.setup-footer a[b-58q37rrtwt] {
    color: var(--blue);
    text-decoration: none;
}

.setup-footer a:hover[b-58q37rrtwt] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .setup-grid[b-58q37rrtwt] {
        grid-template-columns: 1fr;
    }

    .setup-side h1[b-58q37rrtwt] {
        font-size: 38px;
    }

    .setup-card[b-58q37rrtwt] {
        padding: 22px;
    }

    .setup-footer[b-58q37rrtwt] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Views/EtichetteMctc/EtichetteTT956.cshtml.rz.scp.css */
/*Default*/
.d-grid[b-tagfh0rz4f] {
    grid-template-columns: 1fr .2fr;
}

#card-etichette[b-tagfh0rz4f]{
    min-width: 700px !important;
    min-height:625px;
}

/*Responsive*/
@media (max-width:1200px) {
    .d-grid[b-tagfh0rz4f] {
        grid-template-columns: 1fr;
    }
}
/* /Views/EtichetteMctc/Status.cshtml.rz.scp.css */
/*Default*/
.d-grid[b-80cw2zcvta] {
    grid-template-columns: 1fr;
}

#card-etichette[b-80cw2zcvta] {
    min-width: 700px !important;
    min-height: 625px;
}

/*Responsive*/
/* /Views/EtichetteMctc/_Details.cshtml.rz.scp.css */
/*Default*/
#product.d-grid[b-9dhvebhht3] {
    grid-template-columns: .3fr .6fr 1fr;
}

.d-grid.details-labelstt-956[b-9dhvebhht3] {
    grid-template-columns: .05fr 1fr;
}
/* /Views/EtichetteMctc/_FooterEtichetteMctc.cshtml.rz.scp.css */
/*Default*/
.d-grid[b-3nry52hjua] {
    grid-template-columns: .3fr 1fr;
}
/* /Views/EtichetteMctc/_HeaderEtichetteMctc.cshtml.rz.scp.css */
/*Default*/
.d-grid[b-cgg2z8tcud] {
    grid-template-columns: 1fr 1fr;
}
/*Responsive*/
@media (max-width:1200px){
    .d-grid[b-cgg2z8tcud] {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:800px){
    .d-grid[b-cgg2z8tcud] {
        grid-template-columns: 1fr;
    }
}
@media (max-width:600px){
    .d-sm-none[b-cgg2z8tcud] {
        display:none;
    }
}
/* /Views/EtichetteMctc/_LabelsTt956.cshtml.rz.scp.css */
/*Default*/
.card[b-e26cvnew4t] {
    transition: all .25s ease;
}

.card:hover[b-e26cvnew4t] {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12) !important;
}

.card.border-primary[b-e26cvnew4t] {
    transform: scale(1.03);
}

.card .btn[b-e26cvnew4t] {
    width: 100%;
}

/* /Views/EtichetteMctc/_PaymentDatas.cshtml.rz.scp.css */
/*Default*/
.payment-card[b-0yhn2a7z59] {
    min-height: 127px;
    min-width: 600px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s ease-in-out;
}

.payment-card:hover[b-0yhn2a7z59] {
    border-color: #0d6efd;
    box-shadow: 0 .25rem .75rem rgba(13, 110, 253, .08);
}

.payment-card > .card-body > .btn.d-grid[b-0yhn2a7z59]{
    grid-template-columns:1fr 1fr;
}

.payment-radio[b-0yhn2a7z59] {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    border: 1px solid #b7c4d6;
    border-radius: 50%;
    position: relative;
}

.payment-content[b-0yhn2a7z59] {
    flex: 1 1 auto;
}

.payment-title[b-0yhn2a7z59] {
    color: #17324d;
    font-weight: 700;
    margin-bottom: .25rem;
}

.payment-description[b-0yhn2a7z59] {
    color: #5f6f89;
    font-size: .9rem;
    line-height: 1.35;
}

.payment-brands[b-0yhn2a7z59] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .9rem;
    margin-left: -12px;
}

.payment-brands span[b-0yhn2a7z59] {
    display: inline-flex;
    align-items: center;
    min-height: 1.35rem;
    padding: .15rem .45rem;
    border: 1px solid #d7dfeb;
    border-radius: .25rem;
    background: #f8fafc;
    color: #17324d;
    font-size: .75rem;
    font-weight: 700;
}

.payment-icon[b-0yhn2a7z59] {
    flex: 0 0 auto;
    color: #c6ceda;
    font-size: 2.25rem;
}

.payment-method-input:checked + .payment-card[b-0yhn2a7z59] {
    border-color: #0d6efd;
    background: #f8fbff;
    box-shadow: 0 0 0 1px rgba(13, 110, 253, .25);
}

.payment-method-input:checked + .payment-card .payment-radio[b-0yhn2a7z59] {
    border-color: #0d6efd;
    background: #0d6efd;
}

.payment-method-input:checked + .payment-card .payment-radio[b-0yhn2a7z59]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.payment-method-input:checked + .payment-card .payment-icon[b-0yhn2a7z59] {
    color: #0d6efd;
}

.payment-icon > img[b-0yhn2a7z59] {
    border-radius: 50% 0% 50% 0%;
    box-shadow: 2px 2px 0px 0px;
}
/* /Views/EtichetteMctc/_Product.cshtml.rz.scp.css */
/*Default*/
#product.d-grid[b-fzehwoq3oy] {
    grid-template-columns: .3fr .6fr 1fr;
}

.d-grid.details-labelstt-956[b-fzehwoq3oy] {
    grid-template-columns: .3fr 70%;
}

/* /Views/EtichetteMctc/_ShippingAddress.cshtml.rz.scp.css */
.card-body[b-cp9vfpw0dj]{
    line-height:5px;
}
/* /Views/EtichetteMctc/_Summary.cshtml.rz.scp.css */
/*Default*/
#summary-grid.d-grid[b-8aql759f4a]{
    grid-template-columns:1.5fr .5fr;
}
/*Responsive*/
@media (max-width:1100px){
#summary-grid.d-grid[b-8aql759f4a]{
    grid-template-columns:1fr;
}
}
/* /Views/EtichetteMctc/_TaxAddress.cshtml.rz.scp.css */
.card-body[b-1wrtduf6cs]{
    line-height:5px;
}
/* /Views/Main/Index.cshtml.rz.scp.css */
/*Default*/
.services.d-grid[b-vp5u2zv1m6] {
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
}

/*Responsive*/
@media (min-width:1100px) and (max-width:1340px){
    .services.d-grid[b-vp5u2zv1m6] {
        grid-template-columns: .29fr .29fr .29fr;
    }
}
@media (max-width:1100px){
    .services.d-grid[b-vp5u2zv1m6] {
        grid-template-columns: .28fr .28fr .28fr;
    }
}
@media (max-width:1000px){
    .services.d-grid[b-vp5u2zv1m6] {
        grid-template-columns: .35fr .35fr .35fr;
    }
}
@media (max-width:800px){
    .services.d-grid[b-vp5u2zv1m6] {
        grid-template-columns: .5fr .5fr;
    }
}
@media (max-width:600px){
    .services.d-grid[b-vp5u2zv1m6] {
        grid-template-columns: 1fr;
    }
}
/* /Views/Shared/_Aside.cshtml.rz.scp.css */
/*Default*/
.sidebar[b-yuwfd1st1v] {
    min-width: 72px;
    width: 220px;
    max-width: 220px;
    background: linear-gradient(180deg,#2f506f,#3f6383);
    color: #fff;
    transition: width 200ms ease;
    overflow: hidden;
}

.sidebar.collapsed[b-yuwfd1st1v] {
    width: 72px !important;
}

.brand[b-yuwfd1st1v] {
    background: linear-gradient(45deg, #486aa5, transparent)!important;
    min-height:51.188px;
    height:51.188px;
    max-height:51.188px;
}

.badge.logo.logo-badge[b-yuwfd1st1v] {
    box-shadow: 1px 1px var(--bs-dark);
}

.text-logo[b-yuwfd1st1v] {
    text-shadow: 1px 1px var(--bs-dark);
}

/* Animation */
.sidebar .nav-link.active[b-yuwfd1st1v] {
    transition: 0.3s;
}

span.nav-text[b-yuwfd1st1v] {
    transition: transform 0.3s;
    display: inline-block;
}

a.nav-link:hover .nav-text[b-yuwfd1st1v] {
    transform: translateX(5px);
    text-shadow: 1px 0px 3px var(--scaem-bg-hover);
}

a.nav-link:hover[b-yuwfd1st1v]{
    background-color:rgba(255,255,255,0.15) !important;
}

/* Responsive */
@media (max-width: 1025px) {
    .sidebar[b-yuwfd1st1v] {
        width: 72px;
    }

    .sidebar .text-logo:not(.logo)[b-yuwfd1st1v] {
        display: none;
    }

    .logo[b-yuwfd1st1v]{
        font-size:x-large;
    }
}

@media (max-width: 550px) {
    .brand[b-yuwfd1st1v] {
        padding-left: .6rem;
    }
}
/* /Views/Shared/_ErrorModal.cshtml.rz.scp.css */
/*Default*/
.wrev-swal-popup[b-yq25vuox7j] {
    width: min(430px, calc(100vw - 2rem));
    padding: 2rem 2rem 1.75rem;
    border-radius: .5rem;
    box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .18);
}

.wrev-swal-icon[b-yq25vuox7j] {
    margin: .25rem auto 1rem;
}

.wrev-swal-title[b-yq25vuox7j] {
    padding: 0;
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 700;
}

.wrev-swal-text[b-yq25vuox7j] {
    margin: .75rem 0 1.5rem;
    color: #4b5563;
    font-size: .95rem;
    line-height: 1.45;
}

.wrev-swal-confirm[b-yq25vuox7j] {
    min-height: 46px;
    margin: 0;
    border-radius: .375rem;
}

.wrev-swal-close[b-yq25vuox7j] {
    color: #6b7280;
    box-shadow: none !important;
}

.wrev-swal-footer[b-yq25vuox7j] {
    margin-top: 1rem;
    border-top: 0;
}

.wrev-swal-footer a[b-yq25vuox7j] {
    color: #2f6fd6;
    font-weight: 600;
    text-decoration: none;
}

.wrev-swal-footer a:hover[b-yq25vuox7j] {
    text-decoration: underline;
}
/* /Views/Shared/_FooterLayout.cshtml.rz.scp.css */
/*Responsive*/
@media (orientation:portrait) and (max-width:360px){
    footer[b-1prij1jx38] {
        position: relative !important;
    }
}
/* /Views/Shared/_IconBtn.cshtml.rz.scp.css */
/*Default*/
.icon-btn:hover[b-fb9jicrkus] {
    justify-content: space-around !important;
}
/* /Views/Shared/_IconCircle.cshtml.rz.scp.css */
/*Default*/
.badge.rounded-circle[b-t3490t21z7] {
    background-color: #edeff3;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
*[b-9rnyirfhki] {
    
    box-sizing: border-box;
}

/* Layout base */
.app-shell[b-9rnyirfhki] {
    min-height: 100vh;
}

.topbar[b-9rnyirfhki] {
    background: #fff;
}

.search-input[b-9rnyirfhki] {
    max-width: 720px;
    width: 60%;
}

.card-panel[b-9rnyirfhki] {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 4px rgba(22,40,50,.08);
    padding: 1rem;
}

.panel-title[b-9rnyirfhki] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .75rem;
}

.calendar-placeholder[b-9rnyirfhki] {
    min-height: 520px;
    background: linear-gradient(#fff,#fff);
    border-radius: .45rem;
    border: 1px solid #e6e9ee;
}

.right-panel .btn[b-9rnyirfhki] {
    width: 100%;
}
/* small helpers */
.muted[b-9rnyirfhki] {
    color: #7b8794;
}

footer[b-9rnyirfhki] {
    min-height: 35px;
}
/* /Views/Shared/_NavItemInNavPills.cshtml.rz.scp.css */
/*Default*/
.active[b-fuqflzn7r1] {
    color: var(--bs-primary);
}

.nav-pills > .nav-item > .d-flex.flex-grow-1 > .d-flex.rounded-circle[b-fuqflzn7r1]{
    width:40px;
    height:40px;
}

.nav-pills-divider[b-fuqflzn7r1] {
    border-top: 2px solid var(--border);
    width: 10vw;
}

/*Responsive*/
@media (max-width:1000px){
    .mx-sm-5[b-fuqflzn7r1] {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .d-sm-none[b-fuqflzn7r1]{
        display:none!important;
    }
}
/* /Views/Shared/_Profile.cshtml.rz.scp.css */
.profile-dropdown[b-ae7v3i85x9] {
    position: relative;
}

.profile-toggle[b-ae7v3i85x9] {
    border: 0;
    background: transparent;
    padding: 0.35rem 0.5rem;
    border-radius: 0.875rem;
    color: #25324b;
    box-shadow: none !important;
}

.profile-toggle:hover[b-ae7v3i85x9],
.profile-toggle:focus[b-ae7v3i85x9],
.profile-toggle.show[b-ae7v3i85x9] {
    background-color: #f5f7fb;
    color: #25324b;
}

.profile-toggle[b-ae7v3i85x9]::after {
    margin-left: 0.35rem;
    vertical-align: middle;
    border-top: 0.3em solid #7b8798;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.profile-avatar-wrapper[b-ae7v3i85x9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar[b-ae7v3i85x9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #dce3ee;
}

.profile-meta[b-ae7v3i85x9] {
    min-width: 92px;
    line-height: 1.1;
}

.profile-name[b-ae7v3i85x9] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #25324b;
}

.profile-status[b-ae7v3i85x9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #7b8798;
    margin-top: 0.2rem;
}

.status-dot[b-ae7v3i85x9] {
    width: 8px;
    height: 8px;
    background-color: #27c46b;
    border-radius: 50%;
    display: inline-block;
}

.profile-menu[b-ae7v3i85x9] {
    width: 320px;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 0.9rem !important;
    background: #ffffff;
    border: 1px solid #e7edf5 !important;
    box-shadow: 0 18px 45px rgba(22, 34, 51, 0.10), 0 2px 8px rgba(22, 34, 51, 0.06) !important;
}

.profile-menu[data-bs-popper][b-ae7v3i85x9] {
    top: calc(100% + 10px);
}

.profile-menu[b-ae7v3i85x9]::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 28px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-left: 1px solid #e7edf5;
    border-top: 1px solid #e7edf5;
    transform: rotate(45deg);
    z-index: 0;
}

.profile-menu-header[b-ae7v3i85x9] {
    position: relative;
    z-index: 1;
    padding: 1rem 1rem 0.9rem;
    background: #ffffff;
}

.profile-menu-avatar[b-ae7v3i85x9] {
    flex: 0 0 auto;
}

.profile-menu-avatar-img[b-ae7v3i85x9] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    background: #d8f3ea;
    box-shadow: 0 0 0 1px #dce3ee;
}

.profile-menu-user[b-ae7v3i85x9] {
    min-width: 0;
}

.profile-menu-user-name[b-ae7v3i85x9] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #25324b;
    line-height: 1.2;
}

.profile-menu-user-email[b-ae7v3i85x9] {
    font-size: 0.88rem;
    color: #8a94a6;
    margin-top: 0.18rem;
    word-break: break-word;
}

.profile-menu-user-link[b-ae7v3i85x9] {
    display: inline-block;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4f7df3;
    text-decoration: none;
}

.profile-menu-user-link:hover[b-ae7v3i85x9] {
    color: #345fd1;
    text-decoration: underline;
}

.profile-menu-section[b-ae7v3i85x9] {
    padding: 0.35rem 0;
}

.profile-menu-divider[b-ae7v3i85x9] {
    height: 1px;
    background: #edf2f7;
    margin: 0;
}

.profile-menu-item[b-ae7v3i85x9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    font-size: 0.96rem;
    font-weight: 500;
    color: #334155;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.profile-menu-item i[b-ae7v3i85x9] {
    font-size: 1.05rem;
    color: #6b778c;
    width: 18px;
    text-align: center;
}

.profile-menu-item:hover[b-ae7v3i85x9],
.profile-menu-item:focus[b-ae7v3i85x9] {
    background-color: var(--scaem-bg-hover);
    color: var(--scaem-color-hover);
}

.profile-menu-item:hover i[b-ae7v3i85x9],
.profile-menu-item:focus i[b-ae7v3i85x9] {
    color: #4f5f7a;
}

.profile-menu-item-danger[b-ae7v3i85x9] {
    color: #ef4b4b;
}

.profile-menu-item-danger i[b-ae7v3i85x9] {
    color: #ef4b4b;
}

.profile-menu-item-danger:hover[b-ae7v3i85x9],
.profile-menu-item-danger:focus[b-ae7v3i85x9] {
    background-color: #fff5f5;
    color: #dc3f3f;
}

.profile-menu-item-danger:hover i[b-ae7v3i85x9],
.profile-menu-item-danger:focus i[b-ae7v3i85x9] {
    color: #dc3f3f;
}

@media (max-width: 575.98px) {
    .profile-menu[b-ae7v3i85x9] {
        width: 290px;
    }

    .profile-menu[b-ae7v3i85x9]::before {
        right: 22px;
    }
}
/* /Views/Shared/_SearchAutocomplete.cshtml.rz.scp.css */
#search-suggestions[b-40ni87103h] {
    max-height: 320px;
    overflow-y: auto;
    margin-top: 30px;
    max-width: calc(100% - 42px);
}
/* /Views/Support/Index.cshtml.rz.scp.css */
.support-header[b-ayarbi9rhd] {
    gap: 20px;
}

.support-header h1[b-ayarbi9rhd] {
    margin: 0 0 8px 0;
    font-size: 32px;
    font-weight: 700;
}

.support-subtitle[b-ayarbi9rhd] {
    margin: 0;
    color: #667085;
    font-size: 15px;
}

.system-status[b-ayarbi9rhd] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 10px 14px;
    white-space: nowrap;
    font-size: 14px;
}

.status-dot[b-ayarbi9rhd] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #12b76a;
}

.alert-success-box[b-ayarbi9rhd] {
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #ecfdf3;
    color: #027a48;
    border: 1px solid #abefc6;
}

.hero-section[b-ayarbi9rhd] {
    background: linear-gradient(135deg, #1f4d8f 0%, #386bb3 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 36px;
    margin-bottom: 24px;
}

.hero-content h2[b-ayarbi9rhd] {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 700;
}

.hero-content p[b-ayarbi9rhd] {
    margin: 0 0 24px 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
}

.search-box[b-ayarbi9rhd] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.search-box input[b-ayarbi9rhd] {
    flex: 1 1 420px;
    min-width: 260px;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
}

.search-box button[b-ayarbi9rhd],
.primary-button[b-ayarbi9rhd],
.secondary-button[b-ayarbi9rhd],
.link-button[b-ayarbi9rhd] {
    cursor: pointer;
    transition: .2s ease;
}

.search-box button[b-ayarbi9rhd],
.primary-button[b-ayarbi9rhd] {
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    background: #ffffff;
    color: #1f4d8f;
    font-weight: 600;
}

.search-box button:hover[b-ayarbi9rhd],
.primary-button:hover[b-ayarbi9rhd] {
    transform: translateY(-1px);
    opacity: .96;
}

.quick-actions[b-ayarbi9rhd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.action-card[b-ayarbi9rhd] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
}

.action-icon[b-ayarbi9rhd] {
    font-size: 28px;
    margin-bottom: 14px;
}

.action-card h3[b-ayarbi9rhd] {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.action-card p[b-ayarbi9rhd] {
    margin: 0 0 14px 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.action-card a[b-ayarbi9rhd],
.link-button[b-ayarbi9rhd] {
    color: #2f6fd6;
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
}

.action-card a:hover[b-ayarbi9rhd],
.link-button:hover[b-ayarbi9rhd] {
    text-decoration: underline;
}

.kb-section[b-ayarbi9rhd],
.popular-section[b-ayarbi9rhd],
.support-cta[b-ayarbi9rhd] {
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
}

.section-title-row[b-ayarbi9rhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.section-title-row h2[b-ayarbi9rhd] {
    margin: 0;
    font-size: 24px;
}

.section-label[b-ayarbi9rhd] {
    color: #667085;
    font-size: 14px;
}

.kb-grid[b-ayarbi9rhd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.kb-column[b-ayarbi9rhd] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kb-block[b-ayarbi9rhd] {
    border: 1px solid #edf1f7;
    border-radius: 16px;
    padding: 18px;
    background: #fbfcfe;
}

.kb-block h3[b-ayarbi9rhd] {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.kb-block ul[b-ayarbi9rhd] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kb-block li + li[b-ayarbi9rhd] {
    margin-top: 10px;
}

.kb-block a[b-ayarbi9rhd] {
    text-decoration: none;
    color: #2f6fd6;
    font-weight: 500;
}

.kb-block a:hover[b-ayarbi9rhd] {
    text-decoration: underline;
}

.article-list[b-ayarbi9rhd] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.article-item[b-ayarbi9rhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    padding: 16px 18px;
    background: #fbfcfe;
    transition: .2s ease;
}

.article-item:hover[b-ayarbi9rhd] {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
}

.article-item strong[b-ayarbi9rhd] {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.article-item p[b-ayarbi9rhd] {
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.article-meta[b-ayarbi9rhd] {
    white-space: nowrap;
    font-size: 13px;
    color: #475467;
    background: #eef4ff;
    padding: 8px 10px;
    border-radius: 999px;
}

.support-cta[b-ayarbi9rhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.support-cta h2[b-ayarbi9rhd] {
    margin: 0 0 8px 0;
    font-size: 24px;
}

.support-cta p[b-ayarbi9rhd] {
    margin: 0;
    color: #667085;
}

.primary-button[b-ayarbi9rhd] {
    background: #2f6fd6;
    color: #ffffff;
    padding: 12px 18px;
}

.secondary-button[b-ayarbi9rhd] {
    background: #ffffff;
    color: #344054;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 12px 18px;
}

.secondary-button:hover[b-ayarbi9rhd] {
    background: #f9fafb;
}

.modal-overlay[b-ayarbi9rhd] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 20px;
}

.modal-overlay.open[b-ayarbi9rhd] {
    display: flex;
}

.modal-box[b-ayarbi9rhd] {
    width: 100%;
    max-width: 720px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}

.modal-header[b-ayarbi9rhd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #edf1f7;
}

.modal-header h3[b-ayarbi9rhd] {
    margin: 0;
    font-size: 22px;
}

.modal-close[b-ayarbi9rhd] {
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #667085;
}

.support-form[b-ayarbi9rhd] {
    padding: 24px;
}

.form-row[b-ayarbi9rhd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group[b-ayarbi9rhd] {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.form-group label[b-ayarbi9rhd] {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.form-group input[b-ayarbi9rhd],
.form-group select[b-ayarbi9rhd],
.form-group textarea[b-ayarbi9rhd] {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
    background: #ffffff;
}

.form-group input:focus[b-ayarbi9rhd],
.form-group select:focus[b-ayarbi9rhd],
.form-group textarea:focus[b-ayarbi9rhd] {
    border-color: #2f6fd6;
    box-shadow: 0 0 0 4px rgba(47, 111, 214, 0.12);
}

.form-group textarea[b-ayarbi9rhd] {
    resize: vertical;
    min-height: 140px;
}

.field-validation[b-ayarbi9rhd] {
    margin-top: 6px;
    color: #d92d20;
    font-size: 13px;
}

.validation-summary[b-ayarbi9rhd] {
    margin-bottom: 16px;
    color: #d92d20;
}

.validation-summary ul[b-ayarbi9rhd] {
    margin: 0;
    padding-left: 18px;
}

.form-actions[b-ayarbi9rhd] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .quick-actions[b-ayarbi9rhd] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .support-page[b-ayarbi9rhd] {
        padding: 16px;
    }

    .support-header[b-ayarbi9rhd],
    .support-cta[b-ayarbi9rhd],
    .section-title-row[b-ayarbi9rhd] {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-actions[b-ayarbi9rhd],
    .kb-grid[b-ayarbi9rhd],
    .form-row[b-ayarbi9rhd] {
        grid-template-columns: 1fr;
    }

    .article-item[b-ayarbi9rhd] {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box[b-ayarbi9rhd] {
        flex-direction: column;
    }

    .search-box input[b-ayarbi9rhd],
    .search-box button[b-ayarbi9rhd] {
        width: 100%;
    }
}
