@import '_content/ArxRiver.Components/ArxRiver.Components.nnh9ngwmnz.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dibzmir27r.bundle.scp.css';

/* /Features/Algorithms/Algorithms.razor.rz.scp.css */
.key-decoration-alg[b-rmm073bvsl] {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    padding: 5px;
}

.value-decoration-alg[b-rmm073bvsl] {
    padding: 5px;
    font-size: 1.2rem;
}
/* /Features/Architecture/Architecture.razor.rz.scp.css */
.dp-title[b-tpwjz5d5zt] {
    padding-top: 20px;
    margin: 5px 5px;
    font-size: 1.4rem;
    font-weight: 500;
    color: darkgreen;
    text-decoration: underline;
}

.dp-title-1[b-tpwjz5d5zt] {
    padding-top: 10px;
    margin: 5px 5px;
    font-size: 1.2rem;
    font-weight: 300;
    color: black;
}

.dp-content[b-tpwjz5d5zt] {
    margin: 5px 5px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}
/* /Features/Articles/Article.razor.rz.scp.css */
[b-xhk2v8bb8s] .rounded {
    height: 80vh !important;
    border: 14px solid crimson !important;
    border-radius: 10px !important;
}

[b-xhk2v8bb8s] .colored-border {
    border: 4px solid red !important;
}
/* /Features/DataStructures/DataStructures.razor.rz.scp.css */
body[b-2qp73p4qwn] {
    margin-bottom: 40px;
}


table[b-2qp73p4qwn] {
    width: 100%;
    border-collapse: collapse;
}

th[b-2qp73p4qwn] {
    /* background-color: steelblue; */
    color: white;
    padding: 5px;
    text-align: center;

}

td[b-2qp73p4qwn] {
    padding: 4px;
    border: 1px solid #ddd;
}

tr:nth-child(even)[b-2qp73p4qwn] {
    background-color: #f2f2f2; 
}

tr:hover[b-2qp73p4qwn] {
    background-color: #ddd;
}

.header[b-2qp73p4qwn] {
    background-color: steelblue;
    color: white;
    padding: 20px; 
    text-align: center; 
    font-size: 24px; 
    font-weight: bold;
}
/* /Features/DesignPatterns/DesignPatterns.razor.rz.scp.css */
@media (max-width: 600px) {
.responsive-stack[b-dqus426629] {
    flex-direction: column;
}
}

@media (min-width: 601px) {
    .responsive-stack[b-dqus426629] {
        flex-direction: row;
    }
}
/* /Features/DesignPrinciples/DesignPrinciples.razor.rz.scp.css */
.custom-bullet[b-h9yyfozkww] {
    list-style-type: disc; /* Options: circle, square, disc */
    padding-left: 20px;
    font-size: 18px;
    color: #0078D4; /* Fluent UI Blue */
}

.custom-bullet li[b-h9yyfozkww] {
    margin-bottom: 8px;
}

fluent-tab:hover[b-h9yyfozkww] {
    color: brown;
}


.key-decoration[b-h9yyfozkww] {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
}

.value-decoration[b-h9yyfozkww] {
    font-size: 1.2rem;
}
/* /Features/DesignPrinciples/PolsPrinciple.razor.rz.scp.css */
/* /Features/HireADev/HireDeveloper.razor.rz.scp.css */
[b-j66wal7wnk] .full-width,

[b-j66wal7wnk] .full-width fluent-card {
    width: 600px;
    height: 300px
}

[b-j66wal7wnk] > .right-gradient {
    --scroll-fade-next: var(--fill-color)
}

[b-j66wal7wnk] > .both-gradient {
    --scroll-fade-next: var(--fill-color);
    --scroll-fade-previous: var(--fill-color)
}

[b-j66wal7wnk] .arx-card {
    width: 450px;
    height: 200px;
}
/* /Features/Home.Razor.rz.scp.css */
.my-svg[b-rnxgej3s5y] {
    width: 200px;
    height: 200px;
    fill: #4CAF50;
    stroke: #333;
    stroke-width: 2;
}

.my-svg:hover[b-rnxgej3s5y] {
    fill: #FF5722;
}


[b-rnxgej3s5y] .container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100vh; /* Full viewport height */
    width: 100vw;
}

[b-rnxgej3s5y] img {
    max-width: 100%; 
}

[b-rnxgej3s5y] .centered-image {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    border: 5px solid #3498db; 
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
    border-radius: 15px;
    width: 100vw; 
}
/* /Features/LanguageRelated/Linq/LinqOperators.razor.rz.scp.css */
:root[b-uy8qcgjiyf] {
    --bg: #020617;
    --border: #38bdf8;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --accent: #38bdf8;
    --deferred: #22c55e;
    --immediate: #f97316;
    --dark-gray: #374151;
}

h1[b-uy8qcgjiyf] {
  letter-spacing: -0.02em;
}

.subtitle[b-uy8qcgjiyf] {
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.controls[b-uy8qcgjiyf] {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

input[type="search"][b-uy8qcgjiyf] {
  flex: 1;
  padding: 0.6rem;
  background: #80d0f4;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 8px;
}

button[b-uy8qcgjiyf] {
  padding: 0.6rem 1rem;
  background: #020617;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 8px;
  cursor: pointer;
}

button:hover[b-uy8qcgjiyf] {
  border-color: var(--accent);
}

section[b-uy8qcgjiyf] {
  margin-bottom: 3rem;
}

h2[b-uy8qcgjiyf] {
  cursor: pointer;
  border-left: 4px solid var(--accent);
  padding-left: 0.75rem;
}

table[b-uy8qcgjiyf] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1rem;
}

thead th[b-uy8qcgjiyf] {
    position: sticky;
    top: 0;
    background: var(--dark-gray);
    color: var(--muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

th[b-uy8qcgjiyf], td[b-uy8qcgjiyf] {
    padding: 0.75rem 1rem;
}


tbody td code[b-uy8qcgjiyf] {
    display: inline-block;
    padding: 0.8rem 0.8rem;
    background: #dee0e3;
    color: #111827;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
}

tbody tr[b-uy8qcgjiyf] {
  transition: background 0.15s ease, transform 0.15s ease;
}

tbody tr:hover[b-uy8qcgjiyf] {
  background: #f99e5f;
  transform: translateX(0px);
}

.badge[b-uy8qcgjiyf] {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.deferred[b-uy8qcgjiyf] {
  background: rgba(34,197,94,0.15);
  color: var(--deferred);
}

.immediate[b-uy8qcgjiyf] {
  background: rgba(249,115,22,0.15);
  color: var(--immediate);
}

.copy[b-uy8qcgjiyf] {
  margin-left: 0.5rem;
  color: var(--accent);
  font-size: 0.75rem;
  cursor: pointer;
}

.hidden[b-uy8qcgjiyf] {
  display: none;
}

@media print {
  .controls[b-uy8qcgjiyf],
  .copy[b-uy8qcgjiyf] {
    display: none;
  }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8bggn5pau7] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px;
}

main[b-8bggn5pau7] {
    flex: 1;
}

.sidebar[b-8bggn5pau7] {
    background-image: linear-gradient(to bottom, rgb(6, 9, 111) 0%, #6699FF 70%);
}

.top-row[b-8bggn5pau7] {
    background: linear-gradient(to right, #000066, #6699FF);
    border-bottom: 1px solid #FFFF00;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8bggn5pau7]  a, .top-row[b-8bggn5pau7]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.top-row[b-8bggn5pau7]  a:hover, .top-row[b-8bggn5pau7]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-8bggn5pau7]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-8bggn5pau7] {
        justify-content: space-between;
    }

    .top-row[b-8bggn5pau7]  a, .top-row[b-8bggn5pau7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8bggn5pau7] {
        flex-direction: row;
    }

    .sidebar[b-8bggn5pau7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8bggn5pau7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8bggn5pau7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8bggn5pau7], article[b-8bggn5pau7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d5vz63bfnv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-d5vz63bfnv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d5vz63bfnv] {
    font-size: 1.1rem;
}

.bi[b-d5vz63bfnv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d5vz63bfnv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-d5vz63bfnv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-d5vz63bfnv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-d5vz63bfnv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d5vz63bfnv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d5vz63bfnv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d5vz63bfnv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-d5vz63bfnv]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-d5vz63bfnv]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-d5vz63bfnv] {
        display: none;
    }

    .collapse[b-d5vz63bfnv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-d5vz63bfnv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
