/* /Components/Toast.razor.rz.scp.css */
/*Toast*/
.cs-toast[b-3l6l185jfq]
{
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    width: 25rem;
    top: 4rem;
    border-radius: 1rem;
    right: 2rem;
    /* MLV Changed */
    /* position: absolute; */
    position: fixed;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
}

.cs-toast-icon[b-3l6l185jfq]
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
    background-color: transparent;
}

.cs-toast-close[b-3l6l185jfq]
{
    color: white;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.cs-toast-body[b-3l6l185jfq]
{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.cs-toast-body p[b-3l6l185jfq]
{
    margin-bottom: 0;
}

.cs-toast-visible[b-3l6l185jfq]
{
    display: flex;
    flex-direction: row;
    animation: fadein-b-3l6l185jfq 1.5s;
}

@keyframes fadein-b-3l6l185jfq
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@media (max-width: 992px)
{
    .cs-toast[b-3l6l185jfq]
    {
        width: 90%; /* 85% of the window width */
        left: 50%; /* Center the toast horizontally */
        top: 50%; /* Center the toast vertically */
        transform: translate(-50%, -50%); /* Offset both horizontally and vertically */
        position: absolute; /* Ensure the element is positioned relative to the viewport */
        right: initial; /* Remove the right positioning */
    }

    .cs-toast-icon[b-3l6l185jfq]
    {
        font-size: 1.5rem; /* Smaller icon size */
    }

    .cs-toast-body[b-3l6l185jfq]
    {
        font-size: 0.9rem; /* Smaller font size for the toast body */
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ukrxkf4cg8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ukrxkf4cg8] {
    flex: 1;
}

.sidebar[b-ukrxkf4cg8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ukrxkf4cg8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ukrxkf4cg8]  a, .top-row[b-ukrxkf4cg8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ukrxkf4cg8]  a:hover, .top-row[b-ukrxkf4cg8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ukrxkf4cg8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ukrxkf4cg8] {
        display: none;
    }

    .top-row.auth[b-ukrxkf4cg8] {
        justify-content: space-between;
    }

    .top-row[b-ukrxkf4cg8]  a, .top-row[b-ukrxkf4cg8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ukrxkf4cg8] {
        flex-direction: row;
    }

    .sidebar[b-ukrxkf4cg8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ukrxkf4cg8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ukrxkf4cg8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ukrxkf4cg8] {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    article[b-ukrxkf4cg8]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-dark .navbar-nav .nav-link[b-otrq8bq1u8]
{
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover[b-otrq8bq1u8]
{
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.active[b-otrq8bq1u8]
{
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-toggle[b-otrq8bq1u8]::after
{
    display: none;
}

.dropdown-menu[b-otrq8bq1u8]
{
    background-color: rgba(0,0,0,0.4);
    border: none;
}

.dropdown-item[b-otrq8bq1u8]
{
    font-size: 0.9rem;
}

.dropdown-item:hover[b-otrq8bq1u8]
{
    background-color: rgba(255,255,255,0.1);
}

.dropdown-item.active[b-otrq8bq1u8],
.dropdown-item:active[b-otrq8bq1u8]
{
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 992px)
{
    .navbar[b-otrq8bq1u8]
    {
        width: 80%;
    }

    .navbar-dark .navbar-toggler-icon[b-otrq8bq1u8]
    {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu[b-otrq8bq1u8]
    {
        position: absolute;
        z-index: 1000;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item[b-otrq8bq1u8]
    {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover[b-otrq8bq1u8]
    {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active[b-otrq8bq1u8],
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active[b-otrq8bq1u8]
    {
        color: white;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse[b-otrq8bq1u8]
    {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background-color: #cc3333;
    }

    .nav-item[b-otrq8bq1u8]
    {
        padding-left: 10px;
    }
}
