@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/GridComponent/Grid.razor.rz.scp.css */
th.sortable[b-bbzn6d4uh0] {
    cursor: pointer;
}

.grid[b-bbzn6d4uh0] {
    border: 1px solid #ccc;
    border-radius:4px;
}

.card .grid[b-bbzn6d4uh0]{
    border: none;
}
/* /Components/GridComponent/GridButton.razor.rz.scp.css */
/* /Components/Input/SwitchToggle.razor.rz.scp.css */
.toggles [disabled] + label[b-iso34h3e62],
.toggles [disabled]:hover + label[b-iso34h3e62] {
  color: #999;
}
.toggles [type="checkbox"][b-iso34h3e62] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
.toggles [type="checkbox"] + label[b-iso34h3e62] {
  display: block;
  position: relative;
  padding: 0.5em;
  padding-left: 4em;
  max-width: calc(100% - 2em);
}
.toggles [type="checkbox"]:focus + label[b-iso34h3e62],
.toggles [type="checkbox"]:hover + label[b-iso34h3e62] {
  color: #00f;
}
.toggles [type="checkbox"]:focus + label[b-iso34h3e62]::before,
.toggles [type="checkbox"]:hover + label[b-iso34h3e62]::before {
  box-shadow: 0 0 0.5em #333;
}
.toggles [type="checkbox"]:focus + label[b-iso34h3e62]::after,
.toggles [type="checkbox"]:hover + label[b-iso34h3e62]::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(0,0,0,.25)'/%3E%3C/svg%3E");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}
.toggles [type="checkbox"] + label[b-iso34h3e62]::before,
.toggles [type="checkbox"] + label[b-iso34h3e62]::after {
  content: "";
  position: absolute;
  height: 1.5em;
  transition: all 0.25s ease;
}
.toggles [type="checkbox"] + label[b-iso34h3e62]::before {
  left: 0;
  top: 0.2em;
  width: 3em;
  border: 0.2em solid #767676;
  background: #767676;
  border-radius: 1.1em;
}
.toggles [type="checkbox"] + label[b-iso34h3e62]::after {
  left: 0;
  top: 0.25em;
  background-color: #fff;
  background-position: center center;
  border-radius: 50%;
  width: 1.5em;
  border: 0.15em solid #767676;
}
.toggles [type="checkbox"]:checked + label[b-iso34h3e62]::after {
  left: 1.6em;
  border-color: #e3000f;
  color: #e3000f;
}
.toggles [type="checkbox"]:indeterminate + label[b-iso34h3e62]::after {
  left: 0.8em;
}
.toggles [type="checkbox"]:indeterminate + label[b-iso34h3e62]::before {
  background-color: #ddd;
}
.toggles [type="checkbox"]:checked + label[b-iso34h3e62]::before {
  background-color: #e3000f;
  border-color: #e3000f;
}
.toggles [type="checkbox"][disabled] + label[b-iso34h3e62]::before {
  background-color: transparent;
  border-color: #ddd;
}
.toggles [type="checkbox"][disabled] + label[b-iso34h3e62]::after {
  border-color: #ddd;
}
.toggles [disabled]:hover + label[b-iso34h3e62] {
  color: #999;
  /* case for CSS custom property if not supporting IE/Edge */
}
.toggles [type="checkbox"][disabled]:hover + label[b-iso34h3e62]::before {
  box-shadow: none;
}
.toggles [type="checkbox"][disabled]:hover + label[b-iso34h3e62]::after {
  background-image: none;
}
/* Put toggles on the right like the iOS the kids like */
.toggles.flip [type="checkbox"] + label[b-iso34h3e62]::before,
.toggles.flip [type="checkbox"] + label[b-iso34h3e62]::after {
  left: auto;
  right: 0;
}
.toggles.flip [type="checkbox"] + label[b-iso34h3e62]::after {
  left: auto;
  right: 1.6em;
}
.toggles.flip [type="checkbox"]:checked + label[b-iso34h3e62]::after {
  right: 0;
}
.toggles.flip [type="checkbox"]:indeterminate + label[b-iso34h3e62]::after {
  right: 0.8em;
}
.toggles.flip [type="checkbox"] + label[b-iso34h3e62] {
  padding-left: 0;
  padding-right: 4em;
}
/* Windows High Contrast Mode Support */
@media screen and (-ms-high-contrast: active) {
  .toggles [type="checkbox"]:focus + label[b-iso34h3e62]::before,
  .toggles [type="checkbox"]:hover + label[b-iso34h3e62]::before {
    outline: 1px dotted windowText;
    outline-offset: 0.25em;
  }
  .toggles [type="checkbox"] + label[b-iso34h3e62]::after {
    background-color: windowText;
  }
  .toggles [type="checkbox"][disabled] + label[b-iso34h3e62]::after {
    background-color: transparent;
  }
}
/* Reduced motion */
@media screen and (prefers-reduced-motion: reduce) {
  .toggles [type="checkbox"] + label[b-iso34h3e62]::before,
  .toggles [type="checkbox"] + label[b-iso34h3e62]::after {
    transition: none;
  }
}
/* Dark mode */
@media screen and (prefers-color-scheme: dark) {
  form[b-iso34h3e62] {
    background-color: #101010;
  }
  .toggles[b-iso34h3e62] {
    color: #fff;
  }
  fieldset.toggles[b-iso34h3e62] {
    border: 0.1em solid rgba(255, 255, 255, 0.15);
  }
  .toggles [type="checkbox"]:focus + label[b-iso34h3e62],
  .toggles [type="checkbox"]:hover + label[b-iso34h3e62] {
    color: #99f;
  }
  .toggles [type="checkbox"] + label[b-iso34h3e62]::before {
    border-color: #808080;
    background: #808080;
  }
  .toggles [type="checkbox"] + label[b-iso34h3e62]::after {
    background-color: #101010;
  }
  .toggles [type="checkbox"]:not([disabled]):indeterminate + label[b-iso34h3e62]::before {
    background-color: #444;
  }
  .toggles [type="checkbox"]:focus + label[b-iso34h3e62]::after,
  .toggles [type="checkbox"]:hover + label[b-iso34h3e62]::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgba(255,255,255,.25)'/%3E%3C/svg%3E");
  }
  .toggles [type="checkbox"][disabled] + label[b-iso34h3e62]::before,
  .toggles [type="checkbox"][disabled] + label[b-iso34h3e62]::after {
    border-color: #555;
  }
}
/* RTL */
/* https://twitter.com/dror3go/status/1102946375396982784 */
*[dir="rtl"] .toggles [type="checkbox"] + label[b-iso34h3e62] {
  padding-left: 0;
  padding-right: 4em;
}
*[dir="rtl"] .toggles [type="checkbox"] + label[b-iso34h3e62]::before,
*[dir="rtl"] .toggles [type="checkbox"] + label[b-iso34h3e62]::after {
  left: auto;
  right: 0;
}
*[dir="rtl"] .toggles [type="checkbox"] + label[b-iso34h3e62]::after {
  right: 0;
}
*[dir="rtl"] .toggles [type="checkbox"]:checked + label[b-iso34h3e62]::after {
  right: 1.6em;
}
*[dir="rtl"] .toggles [type="checkbox"]:indeterminate + label[b-iso34h3e62]::after {
  right: 0.8em;
}
/* Put toggles on the right like the iOS the kids like */
*[dir="rtl"] .toggles.flip [type="checkbox"] + label[b-iso34h3e62]::before,
*[dir="rtl"] .toggles.flip [type="checkbox"] + label[b-iso34h3e62]::after {
  left: 0;
  right: auto;
}
*[dir="rtl"] .toggles.flip [type="checkbox"] + label[b-iso34h3e62]::after {
  right: auto;
  left: 1.6em;
}
*[dir="rtl"] .toggles.flip [type="checkbox"]:checked + label[b-iso34h3e62]::after {
  left: 0;
}
*[dir="rtl"] .toggles.flip [type="checkbox"]:indeterminate + label[b-iso34h3e62]::after {
  left: 0.8em;
}
*[dir="rtl"] .toggles.flip [type="checkbox"] + label[b-iso34h3e62] {
  padding-right: 0;
  padding-left: 4em;
}
/* Print styles */
@media print {
  .toggles [type="checkbox"] + label[b-iso34h3e62]::before,
  .toggles [type="checkbox"] + label[b-iso34h3e62]::after,
  .toggles [type="checkbox"][disabled] + label[b-iso34h3e62] {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
/* /Components/LoadingBar.razor.rz.scp.css */
.loading[b-6ln5sw4lcz] {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5px
}

.loading_line_wrapper[b-6ln5sw4lcz] {
    width: 100%;
    height: 3px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto
}

.loading_line[b-6ln5sw4lcz] {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    transform-origin: 100% 0%;
    animation: kf_loading_line-b-6ln5sw4lcz 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite
}

    .loading_line .loading_line_inner[b-6ln5sw4lcz] {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(2,0,36,0) 0%, red 11%, red 87%, rgba(0,0,0,0) 100%); 
        transform-origin: 0% 0%
    }

.loading_line_inner--1[b-6ln5sw4lcz] {
    opacity: 0;
    animation: kf_loading_line_inner--1-b-6ln5sw4lcz 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite
}

.loading_line_inner--2[b-6ln5sw4lcz] {
    opacity: 1;
    animation: kf_loading_line_inner--2-b-6ln5sw4lcz 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite
}

.loading_line_inner[b-6ln5sw4lcz] {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background-color: red;
    transform-origin: 0% 0%
}

@keyframes kf_loading_line-b-6ln5sw4lcz {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(0)
    }
}

@keyframes kf_loading_line_inner--1-b-6ln5sw4lcz {
    0% {
        transform: scaleX(0)
    }

    25% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(1)
    }
}

@keyframes kf_loading_line_inner--2-b-6ln5sw4lcz {
    0% {
        transform: scaleX(0)
    }

    25% {
        transform: scaleX(0)
    }

    50% {
        transform: scaleX(1)
    }

    100% {
        transform: scaleX(1)
    }
}
/* /Components/SearchBox/ArticleSearch.razor.rz.scp.css */
.search-box[b-782hfss9ii] {
    position: relative;
    min-width:30%;
}

.search-icon[b-782hfss9ii] {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .search-icon i[b-782hfss9ii] {
        color: #888;
        font-size: 14px;
    }

.search-results[b-782hfss9ii] {
    position: absolute;
    width:100%;
    top: 100%; 
    pointer-events:auto;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    max-height: 250px;
    overflow-y: auto;
    font-size: 15px;
    z-index: 100;
}

.search-in-progress[b-782hfss9ii]{
    position: absolute;
    width:100%;
    top:100%;

}

.search-input[b-782hfss9ii] {
    padding-left: 30px; 
    width:100%;
}

/* /Components/SearchBox/SearchBox.razor.rz.scp.css */
.searchbox[b-eedt1nykw7] {
  display: grid;
  grid-row-gap: 2px;
}

.label[b-eedt1nykw7] {
  font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #242424;
  line-height: 20px;
  text-align: left;
}

.input-wrapper[b-eedt1nykw7] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #ffffff;
  border-bottom-color: #707070;
  gap: 2px;
  border-radius: 10px;
}

.input[b-eedt1nykw7] {
  display: inline-flex;
  align-items: center;
}
/* /Components/WizardComponent/WizardControl.razor.rz.scp.css */
*[b-gvjgh466av] {
    margin: 0;
    padding: 0;
}

html[b-gvjgh466av] {
    height: 100%;
}

.row[b-gvjgh466av]{
    width: 100%;
}
.container-fluid[b-gvjgh466av]{
    padding: 0 !important;
}

blazored-modal-content[b-gvjgh466av]{
    padding: 0 !important;
}

blazored-modal-header[b-gvjgh466av]{
    padding: 0 !important;
}

#msform[b-gvjgh466av] {
    text-align: center;
    position: relative;
    /*margin-top: 20px;*/
}

    #msform fieldset .form-card[b-gvjgh466av] {
        /*background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 10px 30px 10px 30px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;*/
        position: relative;
    }

    #msform fieldset[b-gvjgh466av] {
        /*background: white;*/
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        /*padding-bottom: 20px;*/
        position: relative;
    }

        #msform fieldset:not(:first-of-type)[b-gvjgh466av] {
            display: none;
        }

        #msform fieldset .form-card[b-gvjgh466av] {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input[b-gvjgh466av],
    #msform textarea[b-gvjgh466av] {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus[b-gvjgh466av],
        #msform textarea:focus[b-gvjgh466av] {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    #msform .action-button[b-gvjgh466av] {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover[b-gvjgh466av],
        #msform .action-button:focus[b-gvjgh466av] {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    #msform .action-button-previous[b-gvjgh466av] {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover[b-gvjgh466av],
        #msform .action-button-previous:focus[b-gvjgh466av] {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }

select.list-dt[b-gvjgh466av] {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus[b-gvjgh466av] {
        border-bottom: 2px solid skyblue;
    }

.card[b-gvjgh466av] {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title[b-gvjgh466av] {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.radio-group[b-gvjgh466av] {
    position: relative;
    margin-bottom: 25px;
}

.radio[b-gvjgh466av] {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover[b-gvjgh466av] {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected[b-gvjgh466av] {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

.fit-image[b-gvjgh466av] {
    width: 100%;
    object-fit: cover;
}

.wizard-container[b-gvjgh466av] {
    width: 80%;
    margin: 30px auto;
    margin-top:10px;

}

.progressbar[b-gvjgh466av] {
    counter-reset: step;
}

    .progressbar li[b-gvjgh466av] {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 25px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }
    .progressbar strong[b-gvjgh466av] {
        font-size: 16px;
        font-family: Open Sans;
    }

        .progressbar li[b-gvjgh466av]:before {
            width: 50px;
            height: 50px;
            counter-increment: step;
            line-height: 50px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li[b-gvjgh466av]:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 25px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child[b-gvjgh466av]:after {
            content: none;
        }

        .progressbar li.active[b-gvjgh466av] {
            color: green;
        }

            .progressbar li.active[b-gvjgh466av]:before {
                border-color: #55b776;
            }

            .progressbar li.active + li[b-gvjgh466av]:after {
                background-color: #55b776;
            }
/* /Components/WizardComponent/WizardPage.razor.rz.scp.css */
body[b-if9hnis1oj] {
}

#previousPage[b-if9hnis1oj]{

}

#nextPage[b-if9hnis1oj]{

}

.wizard-page-footer[b-if9hnis1oj] {
    /*padding-bottom: 1rem !important;*/
    display: inline-block;
    overflow: auto;
    white-space: nowrap;
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -10px;
}
/* /Pages/Articles/ArticleDetails.razor.rz.scp.css */
.price[b-ucwqujf49x] {
    background-color: red;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .price span[b-ucwqujf49x] {
        position: relative;
        font-weight: normal;
    }

.table-col-padding[b-ucwqujf49x] {
    padding-left: 30px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mrjf1lsu6y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-mrjf1lsu6y] {
    flex: 1;
}



.sidebar[b-mrjf1lsu6y] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    border-right: 1px solid #808080;
    background-color: #fff;
}

.top-row[b-mrjf1lsu6y] {
    background-color: ghostwhite; /*rgba(0,0,0,0.2)*/
    border-bottom: 1px solid #d6d5d5;
    justify-content:flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mrjf1lsu6y]  a, .top-row .btn-link[b-mrjf1lsu6y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mrjf1lsu6y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mrjf1lsu6y] {
        display: none;
    }

    .top-row.auth[b-mrjf1lsu6y] {
        justify-content: space-between;
    }

    .top-row a[b-mrjf1lsu6y], .top-row .btn-link[b-mrjf1lsu6y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mrjf1lsu6y] {
        flex-direction: row;
    }

    .sidebar[b-mrjf1lsu6y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mrjf1lsu6y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-mrjf1lsu6y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (prefers-color-scheme: dark) {
    .sidebar[b-mrjf1lsu6y] {
        background-color: #1e1e2f !important;
    }

    .table[b-mrjf1lsu6y] {
        color: #fff;
    }

    .blazored-modal[b-mrjf1lsu6y] {
        background-color: #1e1e2f;
        border: 1px solid #fff;
    }

    .card[b-mrjf1lsu6y] {
        background-color: #1e1e2f;
        color: #fff;
    }

    .top-row[b-mrjf1lsu6y] {
        background-color: #1e1e2f !important;
    }

        .top-row .nav-item a[b-mrjf1lsu6y] {
            color: #fff !important;
        }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ldt3xdbwko] {
    background-color: #ff0010;
}

.top-row[b-ldt3xdbwko] {
    height: 3.5rem;
    background-color: rgba(255,255,255,0.4);
}

.navbar-brand[b-ldt3xdbwko] {
    font-size: 1.1rem;
    color: #a6a7a8;
}
    .navbar-brand > .grey[b-ldt3xdbwko] {
        color: #a6a7a8;
    }
    .navbar-brand > .red[b-ldt3xdbwko] {
       color: #e3000f;
    }
    .navbar-brand > img[b-ldt3xdbwko] {
        height: auto;
        width: 42px;
    }

    .oi[b-ldt3xdbwko] {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item[b-ldt3xdbwko] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ldt3xdbwko] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ldt3xdbwko] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ldt3xdbwko]  a {
        background-color: rgba(0,0,0,0.15);
        color: #000;
       
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ldt3xdbwko]  a.active {
            color: #fff;
            background-color: #e3000f;
            border-color: #e3000f;
        }

        .nav-item[b-ldt3xdbwko]  a:hover {
            background-color: rgba(0,0,0,0.1);
            color: rgba(0,0,0,0.6);
        }

@media (min-width: 641px) {
    .navbar-toggler[b-ldt3xdbwko] {
        display: none;
    }

    .collapse[b-ldt3xdbwko] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (prefers-color-scheme: dark) {
    .sidebar[b-ldt3xdbwko] {
        background-color: #1e1e2f !important;
    }

    .table[b-ldt3xdbwko] {
        color: #fff;
    }

    .blazored-modal[b-ldt3xdbwko] {
        background-color: #1e1e2f;
        border: 1px solid #fff;
    }

    .card[b-ldt3xdbwko] {
        background-color: #1e1e2f;
        color: #fff;
    }

    .top-row[b-ldt3xdbwko] {
        background-color: #1e1e2f !important;
    }

    .nav-item a[b-ldt3xdbwko] {
        color: #fff !important;
    }
}
