/* /Pages/AddItemPage.razor.rz.scp.css */
@font-face {
    font-family: 'HamburgSymbols';
    src: url('/font/HamburgSymbols.ttf') format('truetype');
    /* Add additional formats if needed (e.g., woff, woff2) */
}

.ql-container[b-xhia1qjk47] {
    height: 150px;
}

.astrology-btn[b-xhia1qjk47] {
    margin: 5px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    color: #495057;
}

    .astrology-btn:hover[b-xhia1qjk47] {
        background-color: #e9ecef;
    }

.group-title[b-xhia1qjk47] {
    font-size: 1rem;
    margin-bottom: 10px;
}

.row[b-xhia1qjk47] {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; /* Negative margin to counteract padding */
}

    .row > *[b-xhia1qjk47] {
        flex: 1 0 100px; /* Adjust the width as needed */
        margin: 5px;
    }

/* Apply the custom font to Planet and Sign buttons */
.planet-btn[b-xhia1qjk47],
.sign-btn[b-xhia1qjk47] {
    font-family: 'HamburgSymbols', sans-serif;
    font-weight: bold;
    font-size: 18px; /* Adjust the size as needed */
}

.text-btn[b-xhia1qjk47] {
    font-weight: bold;
    font-size: 18px; /* Adjust the size as needed */
}
/* /Pages/TestPage.razor.rz.scp.css */
.c-container-test *[b-fc4tqmslpp] {
    box-sizing: border-box;
}

.c-container-test[b-fc4tqmslpp] {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f1f1f1; /* Set your desired background color */
    font-family: 'Poppins', sans-serif;
    /*display: flex;*/
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    padding: 0.5rem;
    min-height: 100vh;
}

aside[b-fc4tqmslpp] {
    width: 30%;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

    aside form[b-fc4tqmslpp] {
        width: 100%;
        padding: 1rem;
        position: relative;
    }

main[b-fc4tqmslpp] {
    width: 70%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 15px;
}

input[type="text"][b-fc4tqmslpp], input[type="date"][b-fc4tqmslpp], input[type="time"][b-fc4tqmslpp], input[type="date"][b-fc4tqmslpp] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0.4rem 0;
}

input[type="number"][b-fc4tqmslpp] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0.4rem 0;
    width: 30%;
}

input:focus[b-fc4tqmslpp] {
    border: 1px solid #222;
}

.city[b-fc4tqmslpp] {
    display: flex;
    flex-direction: column;
    padding: .4rem;
    cursor: pointer;
}

    .city:hover[b-fc4tqmslpp] {
        background-color: #eee;
    }

input:hover[b-fc4tqmslpp] {
    background-color: #f1f1f1;
}

#controller[b-fc4tqmslpp] {
    position: relative;
}

select[b-fc4tqmslpp] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    width: 100%;
    display: block;
    margin: 1rem 0;
    border: 1px solid #eee;
}

.city-menu[b-fc4tqmslpp],
[b-fc4tqmslpp] .city-menu {
    position: absolute;
    background-color: white;
    right: 0;
    top: 3rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background-color: #f9fafb;
    width: 100%;
    overflow: hidden;
    /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.5);
}

    .city-menu p[b-fc4tqmslpp],
    [b-fc4tqmslpp] .city-menu p {
        color: #222;
        padding: 0 1rem;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        border-bottom: 1px solid gainsboro;
        margin: 0;
        padding: 5px 15px;
    }

        .city-menu p:hover[b-fc4tqmslpp],
        [b-fc4tqmslpp] .city-menu p:hover {
            background-color: #f1f1f1;
        }

.primary-btn[b-fc4tqmslpp] {
    border: none;
    outline: none;
    border-radius: 0.5rem;
    padding: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-color: #27272a;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    color: #f1f1f1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.calculate[b-fc4tqmslpp] {
    margin-top: 1rem;
    padding: 0.8rem;
}

.primary-btn:hover[b-fc4tqmslpp] {
    background-color: #18181b
}

.action[b-fc4tqmslpp] {
    /* padding: 0.5rem; */
    text-decoration: none;
}

.show-chart[b-fc4tqmslpp] {
    display: inline-block;
    text-decoration: none;
    padding: 0.5rem;
    font-size: 14px;
}

/*div label {
    background-color: #27272a;
    margin-right: 0.5rem;
    padding: 0.5rem;
    color: #f1f1f1;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    div label:hover {
        background-color: #18181b
    }*/

/*th, td {
    padding: 15px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    font-weight: 600;
}

thead {
    background-color: #3f3f46;
}*/

main[b-fc4tqmslpp] {
    overflow: hidden;
}

.save[b-fc4tqmslpp] {
    margin-top: 1.5rem;
    display: block;
    /*accent-color: black;*/
    cursor: pointer;
}

    .save input[b-fc4tqmslpp] {
        cursor: pointer;
    }

.inputContainer[b-fc4tqmslpp] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

img[b-fc4tqmslpp] {
    width: 100%;
}

aside form div[b-fc4tqmslpp] {
    display: flex;
    flex-wrap: wrap;
}

    aside form div label[b-fc4tqmslpp] {
        margin: 0.3rem;
    }

.date[b-fc4tqmslpp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time[b-fc4tqmslpp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    body[b-fc4tqmslpp] {
        flex-direction: column;
    }

    aside[b-fc4tqmslpp] {
        width: 100%;
    }

    main[b-fc4tqmslpp] {
        width: 100%;
    }
}

/*---*/

.c-test-container[b-fc4tqmslpp] {
    display: flex;
}

aside[b-fc4tqmslpp] {
    margin-right: 30px;
}

main[b-fc4tqmslpp] {
    position: relative;
}

.dataTables_wrapper[b-fc4tqmslpp] {
    max-height: 475px;
    overflow: auto;
}

    .dataTables_wrapper .dataTables_length select[b-fc4tqmslpp] {
        display: inline-block;
        width: auto;
    }

#city_full_title_box[b-fc4tqmslpp],
[b-fc4tqmslpp] #city_full_title_box {
    display: none;
    position: absolute;
    background-color: white;
    padding-top: 5px;
    top: 10px;
    left: 5px;
    padding-left: 5px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 15px);
    height: 30px;
}

#city_full_title[b-fc4tqmslpp],
[b-fc4tqmslpp] #city_full_title {
    width: calc(100% - 30px);
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.city_full_title_close[b-fc4tqmslpp],
[b-fc4tqmslpp] .city_full_title_close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ececec;
    cursor: pointer;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
/* /Pages/TransitPage.razor.rz.scp.css */
.c-container-test *[b-efdvimdsyi] {
    box-sizing: border-box;
}

.c-container-test[b-efdvimdsyi] {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f1f1f1; /* Set your desired background color */
    font-family: 'Poppins', sans-serif;
    /*display: flex;*/
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
    padding: 0.5rem;
    min-height: 100vh;
}

aside[b-efdvimdsyi] {
    width: 30%;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

    aside form[b-efdvimdsyi] {
        width: 100%;
        padding: 1rem;
        position: relative;
    }

main[b-efdvimdsyi] {
    width: 70%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 15px;
}

input[type="text"][b-efdvimdsyi], input[type="date"][b-efdvimdsyi], input[type="time"][b-efdvimdsyi], input[type="date"][b-efdvimdsyi] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0.4rem 0;
}

input[type="number"][b-efdvimdsyi] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0.4rem 0;
    width: 30%;
}

input:focus[b-efdvimdsyi] {
    border: 1px solid #222;
}

.city[b-efdvimdsyi] {
    display: flex;
    flex-direction: column;
    padding: .4rem;
    cursor: pointer;
}

    .city:hover[b-efdvimdsyi] {
        background-color: #eee;
    }

input:hover[b-efdvimdsyi] {
    background-color: #f1f1f1;
}

#controller[b-efdvimdsyi] {
    position: relative;
}

select[b-efdvimdsyi] {
    border: none;
    font-size: 0.9rem;
    outline: none;
    padding: .5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    width: 100%;
    display: block;
    margin: 1rem 0;
    border: 1px solid #eee;
}

.city-menu[b-efdvimdsyi],
[b-efdvimdsyi] .city-menu {
    position: absolute;
    background-color: white;
    right: 0;
    top: 3rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background-color: #f9fafb;
    width: 100%;
    overflow: hidden;
    /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);*/
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.5), 0 2px 4px -2px rgb(0 0 0 / 0.5);
}

    .city-menu p[b-efdvimdsyi],
    [b-efdvimdsyi] .city-menu p {
        color: #222;
        padding: 0 1rem;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        border-bottom: 1px solid gainsboro;
        margin: 0;
        padding: 5px 15px;
    }

        .city-menu p:hover[b-efdvimdsyi],
        [b-efdvimdsyi] .city-menu p:hover {
            background-color: #f1f1f1;
        }

.primary-btn[b-efdvimdsyi] {
    border: none;
    outline: none;
    border-radius: 0.5rem;
    padding: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-color: #27272a;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    color: #f1f1f1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.calculate[b-efdvimdsyi] {
    margin-top: 1rem;
    padding: 0.8rem;
}

.primary-btn:hover[b-efdvimdsyi] {
    background-color: #18181b
}

.action[b-efdvimdsyi] {
    /* padding: 0.5rem; */
    text-decoration: none;
}

.show-chart[b-efdvimdsyi] {
    display: inline-block;
    text-decoration: none;
    padding: 0.5rem;
    font-size: 14px;
}

/*div label {
    background-color: #27272a;
    margin-right: 0.5rem;
    padding: 0.5rem;
    color: #f1f1f1;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    div label:hover {
        background-color: #18181b
    }*/

/*th, td {
    padding: 15px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    font-weight: 600;
}

thead {
    background-color: #3f3f46;
}*/

main[b-efdvimdsyi] {
    overflow: hidden;
}

.save[b-efdvimdsyi] {
    margin-top: 1.5rem;
    display: block;
    /*accent-color: black;*/
    cursor: pointer;
}

    .save input[b-efdvimdsyi] {
        cursor: pointer;
    }

.inputContainer[b-efdvimdsyi] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

img[b-efdvimdsyi] {
    width: 100%;
}

aside form div[b-efdvimdsyi] {
    display: flex;
    flex-wrap: wrap;
}

    aside form div label[b-efdvimdsyi] {
        margin: 0.3rem;
    }

.date[b-efdvimdsyi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time[b-efdvimdsyi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    body[b-efdvimdsyi] {
        flex-direction: column;
    }

    aside[b-efdvimdsyi] {
        width: 100%;
    }

    main[b-efdvimdsyi] {
        width: 100%;
    }
}

/*---*/

.c-test-container[b-efdvimdsyi] {
    display: flex;
}

aside[b-efdvimdsyi] {
    margin-right: 30px;
}

main[b-efdvimdsyi] {
    position: relative;
}

.dataTables_wrapper[b-efdvimdsyi] {
    max-height: 475px;
    overflow: auto;
}

    .dataTables_wrapper .dataTables_length select[b-efdvimdsyi] {
        display: inline-block;
        width: auto;
    }

#city_full_title_box[b-efdvimdsyi],
[b-efdvimdsyi] #city_full_title_box {
    display: none;
    position: absolute;
    background-color: white;
    padding-top: 5px;
    top: 10px;
    left: 5px;
    padding-left: 5px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 15px);
    height: 30px;
}

#city_full_title[b-efdvimdsyi],
[b-efdvimdsyi] #city_full_title {
    width: calc(100% - 30px);
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
}

.city_full_title_close[b-efdvimdsyi],
[b-efdvimdsyi] .city_full_title_close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ececec;
    cursor: pointer;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

.item-container[b-efdvimdsyi] {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.item-header[b-efdvimdsyi] {
    font-weight: bold;
    font-size: 1.4em;
    color: #333;
}

.item-code[b-efdvimdsyi] {
    color: #999;
    margin-top: 5px;
}

.item-description[b-efdvimdsyi] {
    margin-top: 15px;
    color: #444;
}

.item-metadata[b-efdvimdsyi] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 15px;
}

.metadata-block[b-efdvimdsyi] {
    display: flex;
    align-items: center;
    font-size: 0.95em;
    color: #555;
}

    .metadata-block span[b-efdvimdsyi] {
        margin-left: 8px;
    }

.icon[b-efdvimdsyi] {
    font-size: 1.2em;
    color: #666;
}
/* Glyph style for metadata */
.aspect-icon[b-efdvimdsyi]::before {
    content: "\2609"; /* Glyph for the Sun symbol */
}

.score-icon[b-efdvimdsyi]::before {
    content: "\2605"; /* Glyph for a Star */
}

.start-date-icon[b-efdvimdsyi]::before {
    content: "\1F4C5"; /* Calendar symbol (some browsers) */
}

.end-date-icon[b-efdvimdsyi]::before {
    content: "\1F4C6"; /* Calendar symbol */
}

.max-date-icon[b-efdvimdsyi]::before {
    content: "\231A"; /* Clock symbol */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c98jezkirm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c98jezkirm] {
    flex: 1;
}

.sidebar[b-c98jezkirm] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #007bff 0%, #06c 70%);
}

.top-row[b-c98jezkirm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c98jezkirm]  a, .top-row[b-c98jezkirm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c98jezkirm]  a:hover, .top-row[b-c98jezkirm]  .btn-link:hover {
        }

        .top-row[b-c98jezkirm]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c98jezkirm] {
        justify-content: space-between;
    }

        .top-row[b-c98jezkirm]  a, .top-row[b-c98jezkirm]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c98jezkirm] {
        flex-direction: row;
    }

    .sidebar[b-c98jezkirm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c98jezkirm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-c98jezkirm]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c98jezkirm], article[b-c98jezkirm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wfeiz89inf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wfeiz89inf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wfeiz89inf] {
    font-size: 1.1rem;
}

.bi[b-wfeiz89inf] {
    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-wfeiz89inf] {
    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-wfeiz89inf] {
    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-wfeiz89inf] {
    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-wfeiz89inf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wfeiz89inf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wfeiz89inf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wfeiz89inf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-wfeiz89inf]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-wfeiz89inf]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-wfeiz89inf] {
        display: none;
    }

    .collapse[b-wfeiz89inf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-wfeiz89inf] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/TestLayout.razor.rz.scp.css */
.page[b-c5vi3mldtw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c5vi3mldtw] {
    flex: 1;
}

.sidebar[b-c5vi3mldtw] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #007bff 0%, #06c 70%);
}

.top-row[b-c5vi3mldtw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c5vi3mldtw]  a, .top-row[b-c5vi3mldtw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c5vi3mldtw]  a:hover, .top-row[b-c5vi3mldtw]  .btn-link:hover {
        }

        .top-row[b-c5vi3mldtw]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c5vi3mldtw] {
        justify-content: space-between;
    }

        .top-row[b-c5vi3mldtw]  a, .top-row[b-c5vi3mldtw]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c5vi3mldtw] {
        flex-direction: row;
    }

    .sidebar[b-c5vi3mldtw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c5vi3mldtw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-c5vi3mldtw]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c5vi3mldtw], article[b-c5vi3mldtw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
