﻿
body{
    background-color:black;
}

.content{
    padding:25px 25px 25px 17px;
}

header {
    background-color: black !important;
    border-bottom: 1px solid #2e2d2d;
}

.navmenu, .sitenav, .fluent-nav-menu {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
    font-family: 'Segoe UI', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    border-right: 1px solid #2a2a2a;
}

.fluent-nav-menu.collapsed .fluent-nav-link {
    padding: 0px !important;
}

.fluent-nav-menu.collapsed .nav-menu-title {
    display: none;
}

.nav-menu-title {
    padding: 25px 15px 25px 15px;
}

.fluent-nav-link {
    color: #e0e0e0 !important;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    transition: background-color 0.2s;
}
    .fluent-nav-link.active {
        background-color: #1f1f1f !important;
        color: #00ffe0 !important;
    }

    .fluent-nav-link:hover {
        background-color: #1f1f1f !important;
        color: #00ffe0 !important;
    }

.fluent-nav-group__title {
    color: #a0a0a0 !important;
    font-weight: bold;
    padding-left: 12px;
}





.positioning-region,
.content-region {
    background-color: transparent !important;
    color: #e0e0e0 !important;
    border-radius: 6px !important;
    transition: none !important;
}

/* Icon Color */
.fluent-nav-icon {
    fill: #aaaaaa !important;
}


.chart-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.table-red {
    font-size:18px;
    color: #FF0066;
}

.table-green {
    font-size: 18px;
    color: #92D050;
}

.more-button {
    align-items: center;
    justify-content: center;
    min-width: 75px;
    padding: 4px;
}

    .more-button::part(control) {
        background-color: #5B3DFE;
        font-size: 14px;
        color: lightgray;
        border-radius: 999px;
        min-width: 75px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 12px;
        font-weight: 600;
    }

    .more-button[aria-disabled="true"]::part(control) {
        background-color: #404040 !important;
        color: gray !important;
        opacity: 0.6;
    }




/*Table?*/
.custom-table-colum {
    min-width: max-content;
    min-height: max-content;
    height: 60px;
    font-size: 18px;
    color: lightgray;
}

/*DropDown*/
.custom-select {
    max-width: 200px;
    min-width: 125px;
}
    .custom-select::part(control) {
        padding: 4px 16px;
        background-color: #111111;
        overflow: visible !important;
        border-radius: 18px;
        border: 1px solid gray;
        color: lightgray;
    }

    .custom-select::part(listbox) {
        padding: 4px 0;
        max-height: 175px !important;
    }

/*Button*/
.custom-button::part(control) {
    background-color: #5744E5;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border: none;
    min-width: 80px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

	.custom-button.selected {
		background-color: #0078D4;
		color: white;
	}

.custom-button-cancel::part(control) {
    background-color: #403f3f;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 14px;
    border: none;
    min-width: 80px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-fluentgrid {
    gap: 12px;
}

/*password*/
.password-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-eye-icon {
    position: absolute;
    right: 15px;
    cursor: pointer;
}


/*Grid*/
.custom-grid {
    font-size: 14px;
    border-spacing: 0;
    width: 100%;
    background-color: #111318;
    overflow-y: auto;
}
    .custom-grid .custom-table-column {
        padding: 12px 16px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

    .custom-grid th {
        background-color: #1E2125;
        color: #ccc;
        font-weight: 600;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content:center;
        vertical-align: middle;
        min-width: 80px;
        padding: 0px !important;
    }

    .custom-grid td {
        border-bottom: 1px solid #333;
        background-color: #111318;
        color: white;
        min-width: 80px;
        padding: 5px !important;
    }

    .custom-grid tr:hover td {
        background-color: #1a1d22;
    }

    .fluent-grid {
        height: 100%;
        min-height: 0;
        background-color: transparent;
    }

.custom-colum {
    height: 60px !important;
    font-size: 18px;
    position: relative;
}

/*Table Line*/
.fluent-data-grid th {
    border-right: 1px solid #333;
}

.fluent-data-grid td {
    border-right: 1px solid #333;
}

    .fluent-data-grid th:last-child,
    .fluent-data-grid td:last-child {
        border-right: none;
    }


/* All Scroll */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1A1A2B;
}

::-webkit-scrollbar-thumb {
    background-color: #5B4BFF;
    border-radius: 6px;
    border: 2px solid #1A1A2B;
}
    ::-webkit-scrollbar-thumb:hover {
        background-color: #7C6AFF;
    }



/* Card */
.card-top {
    display: flex;
    flex-direction: column;
    background-color: #111111;
    min-height: 450px;
    max-height: 1000px;
}

/*Fluent-number-field*/
.custom-number-field::part(control) {
    text-align: right;
    width:70px;
}

.custom-number-field::part(controls) {
    display: none;
}

/*TextField-Right*/
.custom-textfield-right::part(control) {
    text-align: right;
}

/*Dialog*/
.fluent-dialog-main::part(control) {
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background-color: #111111;
    width: 380px !important;
}

.fluent-dialog-main::part(positioning-region) {
    background-color: rgb(0,0,0,0.7)
}

.fluent-dialog-header {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    min-height:45px;
}

.fluent-dialog-body {
    height:100% !important;
    flex:1 !important;
    color: #e0e0e0;
}

.fluent-dialog-footer {
    display: flex;
    padding: 15px 15px 15px 15px !important;
    justify-content: center !important;
    align-items: center !important;
}

.fluent-dialog-header fluent-button,
.fluent-dialog-header button {
    position: absolute !important;
    top: 8px;
    left: auto;
    right: 8px;
}


.card-Loding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none;
    z-index: 999;
    border-radius: 4px;
}

/* 다이얼로그 또는 화면에 창을 뛰울때 로딩을 사용할경우 해당razor 을 감싸는 div 의 스타일 */
.loading-container {
    position: relative;
    height: 100%;
}

/* 로딩 창 화면중앙  */
.custom-Loding {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
/* 로딩 중일 때 원래 다이얼로그 숨김*/
.dialog-content-hidden {
    display: none;
}