@import '_content/BAComponents/BAComponents.j19s1cpqal.bundle.scp.css';

/* /Pages/index.razor.rz.scp.css */
.welcome-section[b-jfqixlvb40] {
    text-align: center !important;
    padding: 20px !important;
}

.top-panel[b-jfqixlvb40] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    background-color: #f8f9fa;
}





.login-button-container[b-jfqixlvb40] {
    align-self: center;
    margin-top: 20px;
}

.welcome-section h1[b-jfqixlvb40] {
    font-size: 32px;
    margin-bottom: 10px;
}

.welcome-section p[b-jfqixlvb40] {
    font-size: 18px;
    margin-bottom: 20px;
}

.login-button-container[b-jfqixlvb40] {
    display: flex;
    justify-content: center;
}

.login-button-index[b-jfqixlvb40] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

    .login-button-index:hover[b-jfqixlvb40] {
        background-color: blueviolet;
    }

.settings-link-container[b-jfqixlvb40] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


    .settings-link-container TelerikButton[b-jfqixlvb40] {
        display: inline-block;
    }

    .settings-link-container a[b-jfqixlvb40] {
        float: right;
    }


/* Add more styles for other cards as needed */
/* /Pages/Items.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xkoyvzutqp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xkoyvzutqp] {
    flex: 1;
}

.sidebar[b-xkoyvzutqp] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: white;
    transition: 0s; /* 0  second transition effect to slide in the sidebar */
}

.top-row[b-xkoyvzutqp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xkoyvzutqp]  a, .top-row[b-xkoyvzutqp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-xkoyvzutqp]  a:hover, .top-row[b-xkoyvzutqp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-xkoyvzutqp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xkoyvzutqp] {
        display: none;
    }

    .top-row.auth[b-xkoyvzutqp] {
        justify-content: space-between;
    }

    .top-row[b-xkoyvzutqp]  a, .top-row[b-xkoyvzutqp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xkoyvzutqp] {
        flex-direction: row;
    }

    .sidebar[b-xkoyvzutqp] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    }

    .top-row[b-xkoyvzutqp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-xkoyvzutqp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-xkoyvzutqp], article[b-xkoyvzutqp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.sidebar-flash-toggle[b-xkoyvzutqp] {
    position: absolute;
    top: 0; /* adjust to move the button to the bottom */
    right: 0;
    background: none;
    border: none;
    color: #000; /* adjust the color as needed */
    font-size: 1.5rem;
    padding: 1rem;
    cursor: pointer;
}

@media (max-width: 640px) {
    .sidebar-flash-toggle[b-xkoyvzutqp] {
        display: none;
    }
}

.sidebar.collapsed[b-xkoyvzutqp] {
    width: 53px; /* or whatever width you want when collapsed */
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tieqdtp9g5] {
    /* background-color: rgba(255, 255, 255, 0.1);*/
    background-color: black;
    display: block; /* visible by default */
}

.top-row[b-tieqdtp9g5] {
    height: 3.5rem;
    background-color: white;
}


.navbar-brand[b-tieqdtp9g5] {
    font-size: 1.1rem;
    color: darkblue;
}
    /* Disable hover effect */
    .navbar-brand:hover[b-tieqdtp9g5] {
        color: darkblue !important;
    }


.oi[b-tieqdtp9g5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tieqdtp9g5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tieqdtp9g5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tieqdtp9g5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tieqdtp9g5]  a {
        color: darkblue;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-tieqdtp9g5]  a.active {
            /* background-color: rgba(255,255,255,0.25);*/
            background-color: white;
            color: darkgoldenrod;
        }

        .nav-item[b-tieqdtp9g5]  a:hover {
            background-color: white;
            color: darkorange;
        }

button.line-on-top[b-tieqdtp9g5] {
    border-top: 1px solid #fff;
}


.nav-scrollable[b-tieqdtp9g5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.container-nav[b-tieqdtp9g5] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sub_div[b-tieqdtp9g5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: auto;
}

.nav-links[b-tieqdtp9g5] {
    flex-grow: 1;
}

.logout-link[b-tieqdtp9g5] {
    border-top: 1px solid white;
    border-top-color: red;
}

    .logout-link[b-tieqdtp9g5]  a:hover {
        background-color: white;
        color: red;
    }

.logout-item[b-tieqdtp9g5] {
    border-top: 1px solid white;
    border-top-color: red;
    margin-top: auto; /* Add this */
}

.divider[b-tieqdtp9g5] {
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 1rem 0;
}

.nav-link-logout[b-tieqdtp9g5] {
    position: absolute;
    bottom: 0;
    background-color: white;
    color: darkred;
    margin-top: auto;
}

.nav-divider[b-tieqdtp9g5] {
    border-top: 1px solid #ffffff;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.logout-button[b-tieqdtp9g5] {
    color: darkred;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    border: none;
    cursor: pointer;
}

    .logout-button:focus[b-tieqdtp9g5], .logout-button:hover[b-tieqdtp9g5] {
        background-color: white;
    }

nav[b-tieqdtp9g5] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-link[b-tieqdtp9g5] {
    color: black;
}

.nav-link-red[b-tieqdtp9g5] {
    color: darkred;
}

.logout-item .nav-link[b-tieqdtp9g5] {
    background-color: white;
    border-top: 1px solid darkred;
}

@media (min-width: 641px) {



    .nav-scrollable[b-tieqdtp9g5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) and (min-width: 0px) {



    .nav-scrollable[b-tieqdtp9g5] {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
}


@media (min-width: 641px) { /* adjust value as needed */
    .navbar-toggler[b-tieqdtp9g5] {
        display: none; /* hide when not in mobile mode */
    }
}

.nav-icon[b-tieqdtp9g5] {
    font-size: 1.2rem; /* Adjust the size of the icon */
    margin-right: 5px; /* Add space between the icon and the text */
    vertical-align: middle; /* Align the icon vertically */
}

.nav-text[b-tieqdtp9g5] {
    vertical-align: middle; /* Align the text vertically */
}

.collapse[b-tieqdtp9g5] {
    display: none;
}


.sub_div[b-tieqdtp9g5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: auto;
}

.top-row-nav[b-tieqdtp9g5] {
    display: flex;
    justify-content: space-between;
}

.container-fluid-nav[b-tieqdtp9g5] {
    color: black !important;
    flex-grow: 1;
    display: flex;
    justify-content: left;
}
/*Overwrite the default, because i wanted 3 lines of the burger to be black*/
.navbar-dark .navbar-toggler[b-tieqdtp9g5] {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.navbar-dark .navbar-toggler-icon[b-tieqdtp9g5] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler:hover[b-tieqdtp9g5] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

