/* /Layout/MainLayout.razor.rz.scp.css */

.page[b-jtv1fwl2b9] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 2, 0.25)),url("/Images/bakgrund-hus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    height: 100vh;
    overflow-y: auto;
}


main[b-jtv1fwl2b9] {
    flex: 1;
}

.sidebar[b-jtv1fwl2b9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jtv1fwl2b9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jtv1fwl2b9]  a, .top-row[b-jtv1fwl2b9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jtv1fwl2b9]  a:hover, .top-row[b-jtv1fwl2b9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jtv1fwl2b9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jtv1fwl2b9] {
        justify-content: space-between;
    }

    .top-row[b-jtv1fwl2b9]  a, .top-row[b-jtv1fwl2b9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jtv1fwl2b9] {
        flex-direction: row;
    }

    .sidebar[b-jtv1fwl2b9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jtv1fwl2b9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jtv1fwl2b9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jtv1fwl2b9], article[b-jtv1fwl2b9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavBarMenu.razor.rz.scp.css */
body[b-dfpyirvwbd] {
}
.navbar-center[b-dfpyirvwbd] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
/* /Pages/ChooseOrganization.razor.rz.scp.css */
body[b-s8stqeocr1] {
}
.k-svg-icon.k-icon-xxxl[b-s8stqeocr1] {
    color: black;
    opacity: 25;
}

.k-scrollview[b-s8stqeocr1] {
    border-style: none;
}

.custom-logo-for-card[b-s8stqeocr1] {
    border-radius:50%; 
    width:60%; 
    height:60%;
}

.card[b-s8stqeocr1] {
    background-color: #232f31 !important;
    color: #fefefe;
    width: 14rem;
    border-radius: 10%;
}
.custom-spinner[b-s8stqeocr1] {
    width: 10rem;
    height: 10rem;
    color: deepskyblue;
    border-width: 0.75rem;
}

.custom-scrollbar[b-s8stqeocr1] {
    overflow-y: scroll; /* Ensure scrolling is enabled */
}

    .custom-scrollbar[b-s8stqeocr1]::-webkit-scrollbar {
        width: 5px;
        height: 6px;
    }

    .custom-scrollbar[b-s8stqeocr1]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 2px solid #333;
    }

    .custom-scrollbar[b-s8stqeocr1]::-webkit-scrollbar-track {
        background: #333;
    }
/* /Pages/DevicesPage.razor.rz.scp.css */
highlightCellBackGround[b-igb4akyijr] {
    background-color: lightyellow;
}

expiredStatusRowFormatting[b-igb4akyijr] {
    background-color: red !important;
}

positiveValuesRowFormatting[b-igb4akyijr] {
    color: green;
}


@keyframes flash-b-igb4akyijr {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.flashing-icon[b-igb4akyijr] {
    animation: flash-b-igb4akyijr 1.5s infinite;
    color: orange; /* You can change the color */
    font-size: 20px; /* Adjust size */
}


[b-igb4akyijr] .k-filter-menu-container > span:nth-child(n+3) {
    display: none;
}

[b-igb4akyijr] .k-toolbar-md {
    border: 0px;
}

[b-igb4akyijr] .k-grid {
    padding: 0;
}

[b-igb4akyijr] body {
    overflow: hidden;
}

[b-igb4akyijr] .custom-scrollbar .k-grid-content {
    overflow-y: scroll; /* Ensure scrolling is enabled */
}

    [b-igb4akyijr] .custom-scrollbar .k-grid-content::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    [b-igb4akyijr] .custom-scrollbar .k-grid-content::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 2px solid #333;
    }

    [b-igb4akyijr] .custom-scrollbar .k-grid-content::-webkit-scrollbar-track {
        background: #333;
    }

ul.horizontal-list[b-igb4akyijr] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    ul.horizontal-list li[b-igb4akyijr] {
        margin-right: 0.2rem;
    }

.active-filter .k-grid-header-menu[b-igb4akyijr] {
    background-color: var(--kendo-color-primary);
    color: var(--kendo-color-on-primary);
}

    .active-filter .k-grid-header-menu:hover[b-igb4akyijr] {
        background-color: var(--kendo-color-primary);
    }

/* template for comment column*/
.custom-ellipsis[b-igb4akyijr],

[b-igb4akyijr].k-grid td.custom-ellipsis,

[b-igb4akyijr].k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Pages/ErrorPage.razor.rz.scp.css */

.page[b-xw0jmmp9u4] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 2, 0.25)), url("/Images/myPage-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    height: 100vh;
    overflow-y: auto;
}

.custom-card[b-xw0jmmp9u4] {
    max-width: 20rem;
    margin: auto;
}
/* /Pages/OrganizationSettings.razor.rz.scp.css */
body[b-2ebarn462y] {
}
.fancy-logo[b-2ebarn462y] {
    width: auto;
    height: 10rem;
    border-radius: 50%;
    background-color:rgba(0,0,0,0.5);
    padding:0 0 0 0;

}
[b-2ebarn462y] input[type="file"] {
    color: #f8f9fa;
}

.custom-card[b-2ebarn462y] {
    background-color: rgba(52,58,64,.95);
    width: 50rem;
    min-width:50%;
    border-radius: 1rem;
}
@media (max-width: 800px) {
    .custom-card[b-2ebarn462y] {
        width: 100%;
    }
}


.custom-scrollbar[b-2ebarn462y] {
    overflow-y: auto;
}

    .custom-scrollbar[b-2ebarn462y]::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.25rem;
    }

    .custom-scrollbar[b-2ebarn462y]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: .1rem solid #333;
    }

    .custom-scrollbar[b-2ebarn462y]::-webkit-scrollbar-track {
        background: #333;
    }
/* /Pages/SuperPage.razor.rz.scp.css */
.scroll-at-8[b-k6iq2qcr67] {
    max-height: calc(8 * 2.5rem);
    overflow-y: auto;
}
/* /Pages/UserSettings.razor.rz.scp.css */

.custom-text-field[b-u2emg6wmlv] {
   background-color: rgba(255, 255, 255); 
   border: 1px solid;
}
.custom-card[b-u2emg6wmlv] {
    max-width: 33rem;
    border-radius: 1rem;
    background-color: rgba(52,58,64,.95);
}

