/* auth */
.login-title{
    color: var(--gray-900, #FFF);

    /* Text 2XL/B */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 34px; /* 141.667% */
}

.text-white-mode{
    color: var(--gray-900, #FFF) !important;

    /* Text S/R */
    font-family: Pretendard !important;
    font-style: normal !important;
    line-height: 20px !important; /* 142.857% */
}

mat-form-field.login-input .mat-form-field-flex {
    background: #2A2D36 !important;
    color: var(--gray-500, #6E7385) !important;
}

mat-form-field.login-input .mat-form-field-flex {
    background: #2A2D36 !important;
    color: var(--gray-500, #6E7385) !important;
}

mat-form-field.login-input.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-input-element{
    color: #ffffff !important;
}

mat-form-field.login-input.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex{
    color: var(--gray-500, #6E7385) !important;

    /* Text S/R */
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */

    display: flex;
    /*padding: 10px 15px;*/
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 7px;
    border-width: 0.5px !important;
    background: #2A2D36 !important;
}

mat-form-field.login-input.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex{
    background: #2A2D36 !important;
}

mat-form-field.login-input.mat-form-field-appearance-fill.mat-focused .mat-form-field-wrapper .mat-form-field-flex{
    background: #2A2D36 !important;
    color: var(--gray-500, #6E7385) !important;
}

mat-form-field.login-input .mat-form-field-wrapper .mat-form-field-flex {
    background: #2A2D36 !important;
    color: var(--gray-500, #6E7385) !important;
}

mat-form-field.login-input .mat-form-field-infix input {
    background: #2A2D36 !important;
    color: var(--gray-500, #6E7385) !important;
}


.high-menu.sticky{
    background: #2A2D36 !important;
    justify-content: space-between !important;
}

.high-menu-icon{
    color: #fff !important;
}

:root {
    --fuse-vertical-navigation-width: 200px;
}

/* fuse-vertical-navigation */
fuse-vertical-navigation {
    position: sticky;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    top: 0;
    width: var(--fuse-vertical-navigation-width);
    min-width: var(--fuse-vertical-navigation-width);
    max-width: var(--fuse-vertical-navigation-width);
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: 200;
}

/* fuse-vertical-navigation-animations-enabled */
.fuse-vertical-navigation-animations-enabled,
.fuse-vertical-navigation-animations-enabled .fuse-vertical-navigation-wrapper {
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-property: visibility, margin-left, margin-right, transform, width, max-width, min-width;
}

/* Mode over */
.fuse-vertical-navigation-mode-over {
    position: fixed;
    top: 0;
    bottom: 0;
}

.fuse-vertical-navigation-position-left.fuse-vertical-navigation-mode-side {
    margin-left: calc(-1 * var(--fuse-vertical-navigation-width));
}

.fuse-vertical-navigation-position-left.fuse-vertical-navigation-mode-side.fuse-vertical-navigation-opened {
    margin-left: 0;
    background: #181A20 !important;
}

.fuse-vertical-navigation-position-left.fuse-vertical-navigation-mode-over {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.fuse-vertical-navigation-position-left.fuse-vertical-navigation-mode-over.fuse-vertical-navigation-opened {
    transform: translate3d(0, 0, 0);
}

.fuse-vertical-navigation-position-left .fuse-vertical-navigation-wrapper {
    left: 0;
}

.fuse-vertical-navigation-position-right.fuse-vertical-navigation-mode-side {
    margin-right: calc(-1 * var(--fuse-vertical-navigation-width));
}

.fuse-vertical-navigation-position-right.fuse-vertical-navigation-mode-side.fuse-vertical-navigation-opened {
    margin-right: 0;
}

.fuse-vertical-navigation-position-right.fuse-vertical-navigation-mode-over {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.fuse-vertical-navigation-position-right.fuse-vertical-navigation-mode-over.fuse-vertical-navigation-opened {
    transform: translate3d(0, 0, 0);
}

.fuse-vertical-navigation-position-right .fuse-vertical-navigation-wrapper {
    right: 0;
}

.fuse-vertical-navigation-inner {
    position: relative;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    box-shadow: none;
}

.fuse-vertical-navigation-inner .fuse-vertical-navigation-wrapper {
    position: relative;
    overflow: visible;
    height: auto;
}

.fuse-vertical-navigation-inner .fuse-vertical-navigation-content {
    overflow: visible !important;
}

/* Wrapper */
.fuse-vertical-navigation .fuse-vertical-navigation-wrapper {
    position: absolute;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    background: inherit;
    box-shadow: inset -1px 0 0 var(--fuse-border);
}

/* Content overrides */
.fuse-vertical-navigation-content {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.fuse-vertical-navigation-content > fuse-vertical-navigation-divider-item {
    margin: 0;
}

.fuse-vertical-navigation-content > fuse-vertical-navigation-group-item {
    margin-top: 5px;
}

/* Aside */
.fuse-vertical-navigation-aside-wrapper {
    position: absolute;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: var(--fuse-vertical-navigation-width);
    width: var(--fuse-vertical-navigation-width);
    height: 100%;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 400ms;
    transition-property: left, right;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    background: inherit;
}

.fuse-vertical-navigation-position-right .fuse-vertical-navigation-aside-wrapper {
    left: auto;
    right: var(--fuse-vertical-navigation-width);
}

.fuse-vertical-navigation-aside-wrapper > fuse-vertical-navigation-aside-item {
    padding: 24px 0;
}

.fuse-vertical-navigation-aside-wrapper > fuse-vertical-navigation-aside-item > .fuse-vertical-navigation-item-wrapper {
    display: none !important;
}

/* Overlay */
.fuse-vertical-navigation-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 170;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.fuse-vertical-navigation-overlay + .fuse-vertical-navigation-aside-overlay {
    background-color: transparent;
}

.fuse-vertical-navigation-aside-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 169;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* .console */
.console {
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 10px;
}

/* nav .common-tab */
nav div.common-tab {
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    gap: 0.2rem;
    grid-gap: 0.2rem;
    font-size: 12px;
    color: #ffffff;
    background: #A9A9F5;
}

nav div.common-tab .link-icon {
    fill: #ffffff !important;
    color: #ffffff !important;
}

nav div.common-tab .common-tab-label {
    opacity: 0.7;
}

/* nav .common-tab.active */
nav div.common-tab.active {
    color: #000000;
    background: linear-gradient(to bottom, #f7f7f7, #ffffff);
    font-size: 12px;
    font-weight: bolder !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 5px solid #473FCD;
}

nav div.common-tab.active .link-icon {
    fill: #000000 !important;
    color: #000000 !important;
    transform: scale(1) !important;
    padding-bottom: 0.25rem;
}

.header-title{
    color: var(--gray-900, #FFF);

    /* Text L/B */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.menu-view{
    border-right: 1px solid var(--gray-200, #2A2D36);
    background: var(--gray-100, #1F2128);
}

.sub-menu-view{
    background: var(--background, #181A20);
}

.news-sm-card{
    border-radius: 12px;
    background: var(--gray-200, #2A2D36);
    display: flex;
    padding: 20px 24px;
    margin: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
    align-self: stretch;
    position: relative;
}

.news-sm-text{
    flex: 1;
}

.news-sm-content {
    overflow: hidden;
    color: var(--gray-600, #A1A6B8);
    text-overflow: ellipsis;

    /* Caption L/R */
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.news-sm-title {
    color: #F6F7FA !important;
    /* Text S/B */
    font-family: Pretendard !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important; /* 142.857% */
}
.news-sm-subtitle {
    font-size: 12px;
    color: gray;
}
.news-sm-icon img {
    width: 24px;
    height: 24px;
}

.news-sm-date-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-sm-date {
    font-size: 13px;
    color: #999;
}

.news-sm-icon {
    width: 18px;
    height: 18px;
}

.sm-icon {
    width: 18px;
    height: 18px;
}

.bookmark-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*padding: 12px 20px;*/
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 500;
    color: #d4d6db;
    gap: 8px;
    margin: 10px;
}

.bookmark-filter img {
    width: 20px;
    height: 20px;
}

body.light .mat-drawer-side, body .light .mat-drawer-side{
    border-right: 2px solid var(--gray-200, #eaeaea) !important;
}

/*sign-out*/
.sign-out-background{
    background: var(--background, #181A20);
}

.sign-out-card{
    background: var(--gray-100, #1F2128);
    color: #ffffff !important;
}

.news-detail-card {
    padding: 20px;
    margin: 10px !important;
    border-radius: 12px;
    border: 1px solid var(--brand-500, #8660D1);
    background: var(--background, #181A20);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.notice-detail-card{
    padding: 20px;
    margin: 10px !important;
    border-radius: 12px;
    border: 1px solid var(--brand-500, #8660D1);
    background: var(--background, #181A20);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 90vh; /* 또는 100% 대신 상대적 높이 */
    overflow: hidden;
}

.news-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.news-detail-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.news-detail-date-close {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-detail-date {
    font-size: 0.9rem;
    color: #ccc;
}

.news-detail-close {
    background: none;
    border: none;
    color: #ccc;
    font-size: 1.2rem;
    cursor: pointer;
}

.news-detail-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.news-detail-content ul {
    list-style: disc;
    padding-left: 20px;
}

.news-detail-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/*mypage*/
.account-page {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1e1f24;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.left-panel {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
    background-color: #18191e;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: width 0.3s ease-in-out;
}

.left-panel.collapsed {
    width: 300px;
    max-width: 300px;
}

.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.username {
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0;
}

.email {
    font-size: 14px;
    color: #aaa;
}

.edit-button {
    margin: 12px 0 24px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 카드 전체 스타일 */
.menu-card {
    background-color: #2a2d36 !important;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #444;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.menu-card.active {
    border-color: #8f68ff;
    background-color: #353742 !important;
}

.menu-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

.menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-icon {
    width: 20px;
    height: 20px;
}

.menu-text {
    color: #ffffff !important;
    font-size: 15px;
    white-space: nowrap;
}

.arrow-icon {
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

.right-panel {
    flex: 1;
    padding: 40px 30px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
}

.panel-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.chat-card {
    background-color: #2c2e33;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    color: #ddd;
}

.chat-date {
    font-size: 13px;
    margin-bottom: 6px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-detail-content ul {
    list-style: disc;
    padding-left: 20px;
}

.chat-detail-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.news-card {
    background-color: #2c2e33;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    color: #ddd;
}

.news-date {
    font-size: 13px;
    margin-bottom: 6px;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-content {
    font-size: 15px;
    line-height: 1.5;
}

/*teams-archive*/
.archive-container {
    width: 100%;
    padding: 20px 32px;
    box-sizing: border-box;
    color: white;
}

.archive-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.search-input {
    background-color: #2a2d36;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    width: 280px;
}

.add-button {
    background-color: #7b61ff;
    color: white;
    border: none;
    padding: 10px 16px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.archive-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.archive-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0; /* ✅ 줄 간격 축소 */
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
}

.item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.item-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    word-break: break-word;
}

.item-sub {
    color: #9a9a9a;
    font-size: 13px;
}

.item-actions {
    display: flex;
    gap: 8px;
    align-items: center; /* ✅ 세로 정렬 일치 */
}

.archive-edit-button,
.archive-delete-button {
    padding: 6px 12px;
    font-size: 13px;
    height: 32px;
    line-height: 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    box-sizing: border-box;
    font-weight: 500;
}

.archive-edit-button {
    background-color: #444;
    color: white;
    border: none;
}

.archive-delete-button {
    background-color: transparent;
    color: #ff5c5c;
    border: 1px solid #ff5c5c;
}

/*teams-qna*/
.teams-qna {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1f2127;
    color: white;
}

/* 왼쪽 영역 */
.teams-qna-left {
    width: 40%;
    padding: 24px;
    background-color: #1f2127;
    border-right: 1px solid #333;
    overflow-y: auto;
}

.teams-qna-search {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: #2a2d36;
    border: none;
    color: white;
    margin-bottom: 24px;
}

.teams-qna-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.teams-qna-item {
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.teams-qna-item:hover {
    background-color: #2f2f2f;
}

.teams-qna-question {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
}

.q-icon {
    color: #a288ff;
    font-weight: bold;
}

.q-title {
    color: white;
}

.teams-qna-subtitle {
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}

/* 오른쪽 영역 */
.teams-qna-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #121317;
    padding: 24px;
}

/* 질문 상단 */
.teams-qna-detail-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.teams-qna-description {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
}

/* 채팅 영역 */
.teams-qna-chat-box {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 4px;
}

.teams-qna-comment {
    /*background-color: #2a2d36;*/
    border-radius: 16px;
    padding: 0px;
    max-width: 100%;
    color: #000000;
}

.teams-qna-comment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.teams-qna-comment-info {
    display: flex;
    flex-direction: column;
}

.name-role {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
}

.badge {
    background-color: #7b61ff;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 6px;
}

.department {
    font-size: 12px;
    color: #bbb;
}

.teams-qna-comment-body {
    font-size: 14px;
    color: #000000;
}

/* 답글 입력 */
.teams-qna-reply {
    display: flex;
    margin-top: 16px;
    border-top: 1px solid #333;
    padding-top: 12px;
}

.teams-qna-reply-input {
    flex-grow: 1;
    padding: 10px 14px;
    border-radius: 8px;
    background-color: #2a2d36;
    color: white;
    border: none;
}

.teams-qna-reply-button {
    background: transparent;
    color: #aaa;
    font-size: 20px;
    padding: 0 14px;
    border: none;
    cursor: pointer;
}

/* 공통적으로 색상 명확하게 처리 */
.q-title,
.teams-qna-description,
.teams-qna-subtitle,
.teams-qna-comment-body,
.teams-qna-comment-info strong,
.teams-qna-comment-info .department {
    color: #000000 !important;
}

/*team-dashboard*/
.dashboard {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1f2127;
    color: white;
    overflow: hidden;
}

/* 왼쪽: 대시보드 영역 */
.dashboard-left {
    width: 65%;
    padding: 24px;
    background-color: #1f2127;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #333;
}

.dashboard-left .dashboard-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.dashboard-graph {
    flex-grow: 1;
    background-color: #2a2d36;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
}

/* 오른쪽: AI 챗봇 영역 */
.dashboard-right {
    width: 35%;
    padding: 24px;
    background-color: #121317;
    display: flex;
    flex-direction: column;
    color: white;
}

.dashboard-header {
    margin-bottom: 12px;
}

.dashboard-role {
    background-color: #2f2f39;
    color: #a288ff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.dashboard-question {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0;
    color: #ffffff;
}

.dashboard-explanation {
    background-color: #1d1f24;
    color: #999;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 16px;
}

.dashboard-chat-container {
    background-color: #2a2d36;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.dashboard-chat-input {
    background: transparent;
    border: none;
    resize: none;
    color: #ccc;
    font-size: 14px;
    outline: none;
    margin-bottom: 12px;
    min-height: 60px;
}

.dashboard-chat-toolbar {
    display: flex;
    gap: 16px;
}

.dashboard-chat-toolbar button {
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}

/*library-my*/
.library-my {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    /*background-color: #1e1f24;*/
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

/* HEADER */
.library-my-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #2c2c2c;
}

.library-my-tabs {
    display: flex;
    gap: 8px;
}

.library-my-tab {
    padding: 8px 16px;
    background-color: #2c2c2c;
    border: none;
    border-radius: 8px;
    color: #aaa;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.library-my-tab.selected {
    background-color: #101010;
    color: white;
    font-weight: 600;
}

.library-my-search-upload {
    display: flex;
    gap: 12px;
    align-items: center;
}

.library-my-search-box {
    display: flex;
    align-items: center;
    background-color: #2c2c2c;
    padding: 6px 12px;
    border-radius: 8px;
}

.library-my-search-icon {
    margin-right: 6px;
    color: #aaa;
}

.library-my-search-box input {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    width: 200px;
}

/* UPLOAD BUTTON */
.library-my-upload-button {
    background-color: #8660d1;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}
.library-my-upload-button:hover {
    background-color: #6f4ec6;
}

/* CONTENT */
.library-my-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}

/* DOCUMENT ROW */
.library-my-document-row {
    border-top: 1px solid #2c2c2c;
    padding: 16px 0;
    cursor: pointer;
}

.library-my-document-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.library-my-doc-icon {
    font-size: 20px;
}

.library-my-doc-info {
    flex: 1;
}

.library-my-doc-title {
    font-weight: 600;
    font-size: 16px;
}

.library-my-doc-date {
    font-size: 14px;
    color: #aaa;
}

.library-my-doc-bookmark {
    margin-right: 8px;
}

.library-my-doc-expand-arrow {
    font-size: 14px;
    color: #aaa;
}

/* ACTION BUTTONS (확장 영역) */
.library-my-document-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    margin-left: 40px;
}

.library-my-action-button {
    padding: 6px 12px;
    border: 1px solid #3c3c3c;
    background-color: #2a2a2a;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.library-my-action-button.delete {
    border-color: #aa4b4b;
    color: #ff6b6b;
}

/* EMPTY STATE */
.library-my-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    color: #aaa;
}

.library-my-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.library-my-empty-message {
    font-size: 16px;
}

.library-my-keyword {
    color: #8660d1;
}

/* FOOTER */
.library-my-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 24px;
    border-top: 1px solid #2c2c2c;
    background-color: #1F2127;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.library-my-footer-message {
    color: #888;
    font-size: 14px;
}

.library-my-footer-buttons {
    display: flex;
    gap: 12px;
}

.library-my-footer-buttons .action-button {
    padding: 6px 12px;
    border: 1px solid #3c3c3c;
    background-color: #2a2a2a;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.library-my-footer-buttons .action-button.delete {
    border-color: #aa4b4b;
    color: #ff6b6b;
}

.custom-dialog-container .mat-dialog-container {
    padding: 24px;
    background-color: #1f2127;
    color: #ffffff;
    border-radius: 12px;
}
