/* _content/silverocks/Shared/MainLayout.razor.rz.scp.css */
/* �������� ���̵�� �⺻ ��Ÿ�� */
.page[b-o7hj9e2x34] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o7hj9e2x34] {
    flex: 1;
    margin-bottom: 80px;
}

.btn-primary[b-o7hj9e2x34] {
    color: #333333;
    background-color: #c0c0c0;
    border-color: #5e5e5e;
}

/* ���̵�� ��� ���� */
.sidebar[b-o7hj9e2x34] {
    background-image: linear-gradient(180deg, #A9A9A9 0%, #808080 70%);
    width: 200px; /* ���� �ʺ� */
    flex-shrink: 0; /* ��� ���� */
}

.copyright[b-o7hj9e2x34] {
    font-size: 12px;
}

/* ��� �� ��Ÿ�� */
.top-row[b-o7hj9e2x34] {
    background-color: #e5e5e5; /* ���� ��� */
    border-bottom: 1px solid #b3b3b3; /* ���� ȸ�� �׵θ� */
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o7hj9e2x34]  a, .top-row[b-o7hj9e2x34]  .btn-link {
        color: #a9a9a9; /* ���� ��ũ ���� */
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-o7hj9e2x34]  a:hover, .top-row[b-o7hj9e2x34]  .btn-link:hover {
            color: #c0c0c0; /* ȣ�� �� ���� �������� ���� */
            text-decoration: underline;
        }

        .top-row[b-o7hj9e2x34]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

footer[b-o7hj9e2x34] {
    position: absolute; /* ȭ�� �ϴܿ� ���� */
    bottom: 0; /* ȭ�� �ϴܿ� ��ġ�ϵ��� ���� */
    width: 100%; /* ��ü �ʺ� ���� */
    text-align: center;
    padding: 0.65rem;
    background-color: rgba(0, 0, 0, 0.1); /* ��� ���� ���� */
    z-index: -1; /* ����� ���� �ڷ� ���� */
}

/* ����ũž ��Ÿ�� */
@media (min-width: 641px) {

    .page[b-o7hj9e2x34] {
        flex-direction: row; /* ����ũž���� ���� ���� */
    }

    .sidebar[b-o7hj9e2x34] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o7hj9e2x34] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-o7hj9e2x34]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-o7hj9e2x34], article[b-o7hj9e2x34] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .copyright[b-o7hj9e2x34] {
        width: calc(100% - 180px);
        margin-left: 180px;
    }
}

/* ����� ��Ÿ�� */
@media (max-width: 640px) {
    .sidebar[b-o7hj9e2x34] {
        min-width: 100%;
    }


    .table[b-o7hj9e2x34] {
        padding: 0px;
        width: 100%; /* ���̺� �ʺ� 100%�� ���� */
    }

    .page[b-o7hj9e2x34] {
        flex-direction: column; /* ����Ͽ��� �÷� ���� */
        font-size: 0.9rem;
    }


    .top-row:not(.auth)[b-o7hj9e2x34] {
        display: none;
    }

    .top-row.auth[b-o7hj9e2x34] {
        justify-content: space-between;
    }

    .top-row[b-o7hj9e2x34]  a, .top-row[b-o7hj9e2x34]  .btn-link {
        margin-left: 0;
    }

    /* Log In ��ư�� �޴� ���� ��ġ */
    .title-info[b-o7hj9e2x34] {
        margin-right: 60px; /* �޴� �����ܰ� ��ư ���̿� ���� �߰� */
    }

    .currency-cell[b-o7hj9e2x34] {
        display: flex;
        flex-direction: column; /* ���η� ��ġ */
        align-items: start; /* ������ ���� ���ĵǵ��� ���� */
    }

        .currency-cell .value[b-o7hj9e2x34] {
            font-size: 1rem; /* ���� ���� ũ�� */
        }

        .currency-cell[b-o7hj9e2x34] {
            font-size: 0.85rem; /* ������� ũ�� ���̱� */
            margin-top: 3px; /* ������� ���� �� ���� ���� */
        }

    .change[b-o7hj9e2x34] {
        font-size: 0.85rem; /* ������� ũ�� ���̱� */
        margin-right:20px;
        margin-top: 3px; /* ������� ���� �� ���� ���� */
    }
}
/* _content/silverocks/Shared/NavMenu.razor.rz.scp.css */
.mobile-only[b-89fqp97mjv] {
    font-size: 21px;
    background: linear-gradient(to right, #ffffff, #e3e3e3);
    -webkit-background-clip: text;
    color: transparent;
}

.navbar-toggler[b-89fqp97mjv] {
    background-color:transparent;
    border: none;
    padding: 1px;
}

.top-row[b-89fqp97mjv] {
    height: 3.5rem;
    background-color: rgba(192, 192, 192, 0.3);
}

.navbar-brand[b-89fqp97mjv] {
    font-size: 1.1rem;
    color: #333333;
}

.oi[b-89fqp97mjv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-89fqp97mjv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-89fqp97mjv] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-89fqp97mjv] {
    padding-bottom: 1rem;
}

    .nav-item[b-89fqp97mjv]  a {
        color: #c0c0c0;
        border-radius: var(--default-border-radius);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
.desktop-only[b-89fqp97mjv] {
    display: inline;
}

.mobile-only[b-89fqp97mjv] {
    display: none;
}
        /* Ȱ��ȭ�� ��ũ�� ���� �迭 ��� */
        .nav-item[b-89fqp97mjv]  a.active {
            color: #333333;
            background-color: rgba(192, 192, 192, 0.3);
        }

        /* ȣ�� �� ���� �迭�� ��ȯ */
        .nav-item[b-89fqp97mjv]  a:hover {
            background-color: rgba(192, 192, 192, 0.2);
            color: #353535;
        }

/* ȭ�� ũ�⿡ ���� ������ ��Ÿ�� */
@media (min-width: 641px) {

    .desktop-only[b-89fqp97mjv] {
        display: inline;
    }

    .mobile-only[b-89fqp97mjv] {
        display: none;
    }
    .navbar-toggler[b-89fqp97mjv] {
        display: none;
    }

    .collapse[b-89fqp97mjv] {
        display: block; /* Never collapse the sidebar for wide screens */
    }
}

/* ����� ȭ��� ���̵�� ��Ÿ�� */
@media (max-width: 640px) {
    .desktop-only[b-89fqp97mjv] {
        display: none;
    }
    .mobile-only[b-89fqp97mjv] {
        display: inline;
    }
    .collapse[b-89fqp97mjv] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; /* ��ü ȭ�� ���̸� ���� */
        overflow-y: auto; /* ��ũ�� ���� */
        background-color: rgba(192, 192, 192, 0.3);
        display: none; /* �ʱ⿡�� ���� */
        z-index: 1000; /* ��ܿ� ��Ÿ������ ���� */
    }

        /* ��� ��ư�� Ŭ���ϸ� ���̵�ٰ� ��Ÿ������ ���� */
        .collapse.show[b-89fqp97mjv] {
            display: block;
        }

    /* ���̵�� �� �׸� ��Ÿ���� ��� ���Ŀ� ���߾� ���� */
    .nav-item[b-89fqp97mjv] {
        padding: 0.5rem 1rem;
        text-align: center;
    }

    /* ��� ��ư ��Ÿ�� */
    .navbar-toggler[b-89fqp97mjv] {
        display: block;
    }
}
