/* _content/HrAppCore/Pages/Boards/Qna.razor.rz.scp.css */
body[b-r6gk3x5037] {
}
.category-item[b-r6gk3x5037] {
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #e2f0d9;
    height: auto;
    width: 100%;
    border-radius: 30px;
    position: relative;
    box-shadow: 2px 3px 5px grey;
}
    .category-item:active[b-r6gk3x5037] {
        margin-top: 1rem;
        margin-left: 0.2rem;
        box-shadow: none;
    }
.c-content[b-r6gk3x5037] {
    padding-top: 0.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1rem;
    margin-left: 1rem;
}

.c-title[b-r6gk3x5037] {
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.c-manager[b-r6gk3x5037] {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.limit-date[b-r6gk3x5037] {
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: brown;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    padding: 3px;
}
/* _content/HrAppCore/Pages/Boards/QnaCategoryBoard.razor.rz.scp.css */
.category-list[b-sgnhaip3xi] {
    justify-content: flex-start;
}
    .category-list > div:nth-child(5n+2)[b-sgnhaip3xi] {
        background-color: #fbe5d6;
    }
    .category-list > div:nth-child(5n+3)[b-sgnhaip3xi] {
        background-color: #fff2cc;
    }
    .category-list > div:nth-child(5n+4)[b-sgnhaip3xi] {
        background-color: #deebf7;
    }
    .category-list > div:nth-child(5n+5)[b-sgnhaip3xi] {
        background-color: #d6dce5;
    }
.category-item[b-sgnhaip3xi] {
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #e2f0d9;
    height: auto;
    width: 100%;
    border-radius: 30px;
    position: relative;
    box-shadow: 2px 3px 5px grey;
}
    .category-item:active[b-sgnhaip3xi] {
        margin-top: 1rem;
        margin-left: 0.2rem;
        box-shadow: none;
    }
.c-content[b-sgnhaip3xi] {
    padding-top: 0.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1rem;
    margin-left: 1rem;
}
.c-title[b-sgnhaip3xi] {
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
.c-manager[b-sgnhaip3xi] {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
.limit-date[b-sgnhaip3xi] {
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: brown;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    padding: 3px;
}
.end-stamp[b-sgnhaip3xi] {
    position: absolute;
    background-color: rgba(175, 178, 173, 0.8);
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 70%;
    z-index: 1;
}
.end-message[b-sgnhaip3xi] {
    transform: rotate(-15deg) translate(-20%, -50%);
    font-size: 1.4rem;
    top: 25%;
    left: 20%;
    opacity: 1;
    position: absolute;
    font-weight: bold;
    color: #fd0303;
    z-index: 2;
}
.end-description[b-sgnhaip3xi] {
    font-size: 0.8rem;
    top: 80%;
    left: 40%;
    opacity: 1;
    font-weight: bold;
    transform: translateY( -50%);
    position: absolute;
    z-index: 2;
    color: #fd0303;
}
/* _content/HrAppCore/Pages/CheckList.razor.rz.scp.css */
.scrollable-table[b-vk640erd35] {
    overflow-x: auto; /* 가로 스크롤을 활성화합니다. */
    width: 100%; /* 컨테이너의 너비를 조정하세요. */
    max-width: 100%; /* 최대 너비를 설정합니다. */
}

table[b-vk640erd35] {
    width: 100%; /* 테이블의 너비를 설정합니다. */
    border-collapse: collapse; /* 셀 간의 간격을 없앱니다. */
}

table[b-vk640erd35], th[b-vk640erd35], td[b-vk640erd35] {
    border: 1px solid #ddd; /* 테두리 스타일을 정의합니다. */
}

.checkbox-container[b-vk640erd35] {
    display: block; /* 체크박스와 라벨을 위한 블록 레이아웃 */
    text-align: center; /* 가운데 정렬 */
}
/* _content/HrAppCore/Pages/SeasonChangeData.razor.rz.scp.css */
.modal[b-7zqpcb9z0d] {
    display: flex;
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background-color: rgba(10, 10, 10, 0.86);
}

.modal-background[b-7zqpcb9z0d] {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.modal-content[b-7zqpcb9z0d] {
    position: relative;
    z-index: 1004;
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 640px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

ul[b-7zqpcb9z0d] {
    list-style: none;
    padding: 0;
    margin: 0;
}

li[b-7zqpcb9z0d] {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

li:hover[b-7zqpcb9z0d] {
    background-color: #f6f6f6;
}

.modal-close[b-7zqpcb9z0d] {
    position: absolute;
    z-index: 1005;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

    .modal-close[b-7zqpcb9z0d]:before, .modal-close[b-7zqpcb9z0d]:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #333;
        opacity: 0.2;
        height: 2px;
        width: 24px;
    }

.modal-close[b-7zqpcb9z0d]:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* _content/HrAppCore/Pages/SeasonTeamDataPage.razor.rz.scp.css */
.modal[b-j5n2no3cc5] {
    display: flex;
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background-color: rgba(10, 10, 10, 0.86);
}

.modal-background[b-j5n2no3cc5] {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.modal-content[b-j5n2no3cc5] {
    position: relative;
    z-index: 1004;
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 640px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

ul[b-j5n2no3cc5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

li[b-j5n2no3cc5] {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

li:hover[b-j5n2no3cc5] {
    background-color: #f6f6f6;
}

.modal-close[b-j5n2no3cc5] {
    position: absolute;
    z-index: 1005;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

    .modal-close[b-j5n2no3cc5]:before, .modal-close[b-j5n2no3cc5]:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #333;
        opacity: 0.2;
        height: 2px;
        width: 24px;
    }

.modal-close[b-j5n2no3cc5]:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* _content/HrAppCore/Pages/TeamTree.razor.rz.scp.css */
.tree ul[b-goxmha7l27] {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li[b-goxmha7l27] {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /* 연결선 */
    .tree li[b-goxmha7l27]::before, .tree li[b-goxmha7l27]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li[b-goxmha7l27]::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .tree li:only-child[b-goxmha7l27]::after, .tree li:only-child[b-goxmha7l27]::before {
        display: none;
    }

    .tree li:only-child[b-goxmha7l27] {
        padding-top: 0;
    }

    .tree li:first-child[b-goxmha7l27]::before, .tree li:last-child[b-goxmha7l27]::after {
        border: 0 none;
    }

    .tree li:last-child[b-goxmha7l27]::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child[b-goxmha7l27]::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

/* 노드 스타일 */
.tree ul ul[b-goxmha7l27]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a[b-goxmha7l27] {
    border: 1px solid #ccc;
    padding: 10px 15px;
    text-decoration: none;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /* 링크 호버 시 */
    .tree li a:hover[b-goxmha7l27], .tree li a:hover + ul li a[b-goxmha7l27] {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }

        /* 선택된 노드 */
        .tree li a:hover + ul li[b-goxmha7l27]::after,
        .tree li a:hover + ul li[b-goxmha7l27]::before,
        .tree li a:hover + ul[b-goxmha7l27]::before,
        .tree li a:hover + ul ul[b-goxmha7l27]::before {
            border-color: #94a0b4;
        }
/* _content/HrAppCore/Shared/MainLayout.razor.rz.scp.css */
.page[b-4acdawgsns] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4acdawgsns] {
    flex: 1;
}

.sidebar[b-4acdawgsns] {
    background-image: linear-gradient(180deg, rgb(249, 127, 142) 0%, #f7465b 70%);
}
    .sidebar[b-4acdawgsns]::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
.top-row[b-4acdawgsns] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4acdawgsns]  a, .top-row .btn-link[b-4acdawgsns] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4acdawgsns] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4acdawgsns] {
        display: none;
    }

    .top-row.auth[b-4acdawgsns] {
        justify-content: space-between;
    }

    .top-row a[b-4acdawgsns], .top-row .btn-link[b-4acdawgsns] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4acdawgsns] {
        flex-direction: row;
    }

    .sidebar[b-4acdawgsns] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4acdawgsns] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4acdawgsns], article[b-4acdawgsns] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HrAppCore/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-glqsjvgqyz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-glqsjvgqyz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-glqsjvgqyz] {
    font-size: 1.1rem;
}

.oi[b-glqsjvgqyz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-glqsjvgqyz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-glqsjvgqyz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-glqsjvgqyz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-glqsjvgqyz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-glqsjvgqyz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-glqsjvgqyz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-glqsjvgqyz] {
        display: none;
    }

    .collapse[b-glqsjvgqyz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
