/* _content/L2REBORNSIGNATURE/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-897rklhgvm] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #141428;
    min-height: 100vh;
}

main[b-897rklhgvm] {
    flex: 1;
}

.sidebar[b-897rklhgvm] {
    background-image: linear-gradient(180deg, #080f29 0%, #1c0536 70%);
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.5);
}

.top-row[b-897rklhgvm] {
    background-color: #1f143a;
    border-bottom: 1px solid #3d296c;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-897rklhgvm]  a, .top-row[b-897rklhgvm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #bb99dd;
    }

        .top-row[b-897rklhgvm]  a:hover, .top-row[b-897rklhgvm]  .btn-link:hover {
            color: #ddbcff;
            text-decoration: underline;
        }

        .top-row[b-897rklhgvm]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.content[b-897rklhgvm] {
    background-color: #0c0e22;
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-897rklhgvm] {
        display: none;
    }

    .top-row.auth[b-897rklhgvm] {
        justify-content: space-between;
    }

    .top-row[b-897rklhgvm]  a, .top-row[b-897rklhgvm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-897rklhgvm] {
        flex-direction: row;
    }

    .sidebar[b-897rklhgvm] {
        width: 220px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-897rklhgvm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-897rklhgvm]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-897rklhgvm], article[b-897rklhgvm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/L2REBORNSIGNATURE/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bywtdsluri] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(110, 59, 172, 0.3);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(89, 58, 139, 0.2);
    border-radius: 0.25rem;
}

    .navbar-toggler:checked[b-bywtdsluri] {
        background-color: rgba(110, 59, 172, 0.5);
    }

.top-row[b-bywtdsluri] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(110, 59, 172, 0.3);
}

.navbar-brand[b-bywtdsluri] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    letter-spacing: 1px;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.nav-item[b-bywtdsluri] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bywtdsluri] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bywtdsluri] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bywtdsluri]  .nav-link {
        color: #c5b3e6;
        background: none;
        border: none;
        border-radius: 4px;
        border-left: 3px solid transparent;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.3s ease;
        padding-left: 1rem;
    }

    .nav-item[b-bywtdsluri]  a.active {
        background-color: rgba(110, 59, 172, 0.2);
        color: #ffd700;
        border-left: 3px solid #ffd700;
    }

    .nav-item[b-bywtdsluri]  .nav-link:hover {
        background-color: rgba(110, 59, 172, 0.1);
        color: #ddbcff;
        border-left: 3px solid #bb99dd;
    }

.nav-scrollable[b-bywtdsluri] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bywtdsluri] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bywtdsluri] {
        display: none;
    }

    .nav-scrollable[b-bywtdsluri] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Custom icon styles for sidebar */
.nav-icon[b-bywtdsluri] {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* _content/L2REBORNSIGNATURE/Components/Pages/Home.razor.rz.scp.css */
.item-name-link[b-5ghr55sjom] {
    color: #9966cc;
    font-weight: bold;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

    .item-name-link:hover[b-5ghr55sjom] {
        color: #bb99dd;
        text-decoration: none;
        transform: translateX(3px);
    }

.item-image[b-5ghr55sjom] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border: 1px solid #583a8e;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.filter-buttons[b-5ghr55sjom] {
    background-color: #1a1c3a;
    padding: 8px;
    border-radius: 4px;
    display: inline-flex;
    margin-bottom: 16px;
}

.filter-button[b-5ghr55sjom] {
    background: linear-gradient(to bottom, #3d296c, #2a1b4a);
    border: 1px solid #583a8e;
    color: #c5b3e6;
    padding: 6px 12px;
    margin-right: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .filter-button.active[b-5ghr55sjom] {
        background: linear-gradient(to bottom, #6633cc, #4b2591);
        color: #fff;
        box-shadow: 0 0 10px rgba(102, 51, 204, 0.4);
    }

    .filter-button:hover[b-5ghr55sjom] {
        background: linear-gradient(to bottom, #4b2591, #3d296c);
    }

.search-box[b-5ghr55sjom] {
    position: relative;
    margin-bottom: 16px;
}

.search-icon[b-5ghr55sjom] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9966cc;
}

.search-input[b-5ghr55sjom] {
    padding-left: 40px;
    background-color: #232342;
    border: 1px solid #3d296c;
    color: #e9e9e9;
    border-radius: 4px;
    height: 38px;
}

    .search-input:focus[b-5ghr55sjom] {
        border-color: #6633cc;
        box-shadow: 0 0 0 0.2rem rgba(102, 51, 204, 0.25);
    }

/* Action button styles */
.action-btn[b-5ghr55sjom] {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    background-color: rgba(61, 41, 108, 0.3);
    border: 1px solid rgba(88, 58, 142, 0.5);
    color: #c5b3e6;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .action-btn:hover[b-5ghr55sjom] {
        background-color: rgba(102, 51, 204, 0.2);
        border-color: #6633cc;
        color: #fff;
        transform: translateY(-2px);
    }

    .action-btn.view:hover[b-5ghr55sjom] {
        color: #4fc3f7;
    }

    .action-btn.edit:hover[b-5ghr55sjom] {
        color: #ffd700;
    }

    .action-btn.delete:hover[b-5ghr55sjom] {
        color: #ff5252;
    }

/* Profit/Loss styling */
.profit-positive[b-5ghr55sjom] {
    color: #4CAF50;
    font-weight: bold;
}

.profit-negative[b-5ghr55sjom] {
    color: #FF5252;
    font-weight: bold;
}

/* Chart container styling */
.chart-container[b-5ghr55sjom] {
    background-color: #1a1c3a;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 24px;
}
.btn-group[b-5ghr55sjom] {
    margin-bottom: 16px;
}

    .btn-group .btn[b-5ghr55sjom] {
        background: linear-gradient(to bottom, #3d296c, #2a1b4a);
        border: 1px solid #583a8e;
        color: #c5b3e6;
        transition: all 0.2s ease;
    }

    .btn-group .btn-primary[b-5ghr55sjom] {
        background: linear-gradient(to bottom, #6633cc, #4b2591);
        color: #fff;
        box-shadow: 0 0 10px rgba(102, 51, 204, 0.4);
    }

    .btn-group .btn:hover[b-5ghr55sjom] {
        background: linear-gradient(to bottom, #4b2591, #3d296c);
        color: #ddbcff;
    }

/* Add this to your app.css or Home.razor.css */
.action-button[b-5ghr55sjom] {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: rgba(100, 100, 150, 0.1);
    border: 1px solid rgba(100, 100, 150, 0.3);
    color: #bb99dd;
    margin: 0 2px;
    transition: all 0.2s ease;
}

    .action-button:hover[b-5ghr55sjom] {
        background-color: rgba(100, 100, 150, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .action-button.view:hover[b-5ghr55sjom] {
        color: #4fc3f7;
        border-color: #4fc3f7;
    }

    .action-button.edit:hover[b-5ghr55sjom] {
        color: #ffd700;
        border-color: #ffd700;
    }

    .action-button.delete:hover[b-5ghr55sjom] {
        color: #ff5252;
        border-color: #ff5252;
    }

/* Add proper icon styling */
.bi[b-5ghr55sjom] {
    font-size: 1rem;
}
