html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e51830;
}

.validation-message {
    color: #e51830;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* MainLayout Top Menu jhlee_20250410 */
.top-menu {
    display: flex;
    align-items: center;
    padding: 0 5px;
    height: 100%;
}

.top-menu-spacer {
    padding: 0 5px;
    flex: 1;
    height: 100%;
}

.top-menu-item {
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 14px;
}

/* Solution CSS jhlee_20250410 */
.solution {
}

/* Solution Header View CSS jhlee_20250421 */
.solution-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 1rem !important;
}

    .solution-header button {
        background-color: #b32121;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
    }

/* Solution Search Bar CSS jhlee_20250421 */
.solution-search {
    overflow: visible !important;
    position: relative !important;
    z-index: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 1.5rem !important;
}

    .solution-search .solution-search-display {
        display: flex;
    }

        .solution-search .solution-search-display input {
            width: 250px;
            margin-right: 10px;
        }

.solution-search-filter button + button{
   margin-left: 10px;
}

/* Solution Container View CSS jhlee_20250421 */
.solution-container {
    font-family: 'Segoe UI', sans-serif;
    max-width: 100%;
    margin: auto;
}

.solution-container-info {
    background: #f9f9fb;
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.solution-container-info-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

    .solution-container-info-title h2 {
        margin: 0;
    }

.solution-container-info-options {
    margin-top: 1rem;
    position: relative;
}

    .solution-container-info-options input {
        padding: 8px;
        margin-left: 1rem;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .solution-container-info-options button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 5px;
        margin-left: 1rem;
    }

.solution-container-info-options-suggestions {
    position: absolute;
    top: 100%; /* input ¹Ù·Î ¾Æ·¡ */
    left: 10rem;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 6px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .solution-container-info-options-suggestions li {
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .solution-container-info-options-suggestions li:hover {
            background-color: #f0f0f0;
        }

/* Solution Table View CSS jhlee_20250421 */
.solution-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ccc;
    font-family: sans-serif;
}

.solution-table-row {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 600px;
}

.solution-table-cell {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 0;
}

.solution-table-name-cell {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 3 1 0; /* name Ä®·³ÀÌ 3¹è ´õ Ä¿Áú ¼ö ÀÖÀ½ */
}

.solution-table-header .solution-table-cell {
    font-weight: bold;
}

.solution-table-header .solution-table-name-cell {
    font-weight: bold;
}

/* Solution Card View CSS jhlee_20250421 */
.solution-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns for 3x4 layout */
    gap: 20px;
}

.solution-card-board {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    background-color: #fff;
    transition: transform 0.2s ease;
}

    .solution-card-board:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

.solution-card-title {
    color: #565656;
    font-weight: 1000;
    margin-bottom: 10px;
}

.solution-card-info {
    margin: 6px 0;
}



/* Solution bottom pagination CSS jhlee_20250421 */
.solution-pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .solution-pagination button {
        padding: 8px 16px;
        font-size: 16px;
        border: 1px solid #ccc;
        background-color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .solution-pagination button:hover {
            background-color: #f0f0f0;
        }

        .solution-pagination button.active {
            background-color: darkblue;
            color: white;
            font-weight: bold;
            border-color: darkblue;
        }

/* Solution Dropdown menu CSS jhlee_20250520 */
.solution-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.solution-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 9999;
    width: 180px;
    padding: 0;
    border: 0px solid #ccc;
    list-style: none;
}

    .solution-dropdown-menu li {
        padding: 8px 16px;
        cursor: pointer;
        font-size: 14px;
    }

        .solution-dropdown-menu li:hover {
            background-color: #f1f1f1;
        }

.solution-dropdown-menu-right {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    z-index: 9999;
    width: 100%;
    padding: 0;
    border: 0px solid #ccc;
    list-style: none;
}

    .solution-dropdown-menu-right li {
        padding: 8px 16px;
        cursor: pointer;
        font-size: 14px;
    }

        .solution-dropdown-menu-right li:hover {
            background-color: #f1f1f1;
        }


/* Project Detail jhlee_20250411*/
.edit-icon {
    cursor: pointer;
    font-size: 1.2rem;
}

.open-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.view-tabs {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.tab {
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

    .tab.active {
        background-color: #007bff;
        color: white;
    }

.label-buttons {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
}

    .label-buttons button {
        padding: 4px 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
