@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/C_ShowingPagination.razor.rz.scp.css */
.page-item .page-link[b-r0u4ixq4hz] {
    height: 32px;
    padding: 0.25rem .75rem;
    font-size: .875rem;
}

.page-item.active .page-link[b-r0u4ixq4hz] {
    background-color: #5c636a;
    border-color: #5c636a;
}
/* /Components/C_TreeView.razor.rz.scp.css */
.item[b-vzkmiwq4ue] {
    display: flex;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
}

    .item:hover[b-vzkmiwq4ue] {
        background-color: azure !important;
    }

    .item.selected[b-vzkmiwq4ue] {
        background-color: lightblue !important;
    }

    .item > .arrow[b-vzkmiwq4ue], .arrow-placeholder[b-vzkmiwq4ue] {
        min-width: 16px;
        user-select: none;
    }

        .item > .arrow:hover[b-vzkmiwq4ue] {
            color: steelblue;
        }

.item-large[b-vzkmiwq4ue] {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
/* /Pages/ServicePages/SV_Company_PromotionPopup.razor.rz.scp.css */
.input-height[b-vtcnogca74] {
    height: 40px;
}
/* /Pages/ServicePages/SV_Register.razor.rz.scp.css */
.accordion-item[b-i8wqtotnp0] {
    border-top: 1px solid rgba(0,0,0,.125);
}
/* /Pages/ServicePages/SV_Register_TermsService.razor.rz.scp.css */
.terms-title[b-5ncizjj3sx] {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 1rem;
}

.terms-item[b-5ncizjj3sx] {
    font-size: 22px;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.terms-content[b-5ncizjj3sx] {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 0.5rem;
}

    .terms-content b[b-5ncizjj3sx] {
        font-weight: 600;
    }

    .terms-content .terms-subcontent[b-5ncizjj3sx] {
        padding-bottom: 0.5rem;
    }

    .terms-content .terms-list-item[b-5ncizjj3sx] {
        padding-left: 1rem;
    }
/* /Pages/SystemPages/SY_Action_ListAll.razor.rz.scp.css */
.noti-avatar[b-4vaty6f2fx] {
    padding-left: 20px;
    position: relative;
}
/* /Pages/SystemPages/SY_Login.razor.rz.scp.css */
.card[b-jmlbvwd81g] {
    min-width: 330px;
}

a[b-jmlbvwd81g] {
    text-decoration: none;
}
/* /Pages/SystemPages/SY_Notice_ListAll.razor.rz.scp.css */
.noti-avatar[b-phbve3n7lt] {
    padding-left: 20px;
    position: relative;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-e0bojo8k9s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e0bojo8k9s] {
    flex: 1;
}



.top-row[b-e0bojo8k9s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e0bojo8k9s]  a, .top-row[b-e0bojo8k9s]  .btn-link {
        white-space: nowrap;
        margin-left: 0;
        text-decoration: none;
    }

    .top-row[b-e0bojo8k9s]  a:hover, .top-row[b-e0bojo8k9s]  .btn-link:hover {
        text-decoration: none;
    }

    .top-row[b-e0bojo8k9s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.container-fluid[b-e0bojo8k9s] {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 0;
    padding-left: 0;
}

.logo[b-e0bojo8k9s] {
    padding: .3rem .7rem;
}

.nav-right-sidebar[b-e0bojo8k9s] {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 30px;
    right: 0;
    background-color: #fff;
    transition: 0.25s;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .nav-right-sidebar.show[b-e0bojo8k9s] {
        border-left: 1px solid #D3D8DE;
        width: 500px !important;
    }

.nav-right-sidebar .title-sidebar[b-e0bojo8k9s] {
    font-size: 23px !important;
    font-weight: bold;
    color: #1b3553;
}

.nav-right-sidebar .nav-link[b-e0bojo8k9s] {
    font-size: 15px;
    font-weight: 700;
}

    .nav-right-sidebar .nav-link.active[b-e0bojo8k9s] {
        color: #0c5ab6 !important;
    }

.closebtn[b-e0bojo8k9s] {
    opacity: 0.3;
}

    .closebtn:hover[b-e0bojo8k9s] {
        opacity: 1;
    }

    .closebtn[b-e0bojo8k9s]:before, .closebtn[b-e0bojo8k9s]:after {
        position: absolute;
        right: 30px;
        top: 10px;
        content: ' ';
        height: 25px;
        width: 3px;
        background-color: #1B3553;
    }

    .closebtn[b-e0bojo8k9s]:before {
        transform: rotate(45deg);
    }

    .closebtn[b-e0bojo8k9s]:after {
        transform: rotate(-45deg);
    }


.nav-tabs .nav-link[b-e0bojo8k9s] {
    border: none;
}

.tab-outline .nav-tabs .nav-link:focus[b-e0bojo8k9s],
.nav-tabs .nav-link:hover[b-e0bojo8k9s] {
    border-bottom: 2px solid #0c5ab6 !important;
    color: #0c5ab6 !important;
}

.bell-popup-button[b-e0bojo8k9s] {
    text-transform: none;
    background-color: transparent;
    border: none;
}

.list-noti-header[b-e0bojo8k9s] {
    border-bottom: 1px solid #D3D8DE;
}

    .list-noti-header .bell-popup-button[b-e0bojo8k9s] {
        padding: 0;
        margin: 6px 8px;
    }

        .list-noti-header .bell-popup-button .bell-popup-button-label[b-e0bojo8k9s] {
            font-size: .875rem;
            font-weight: 600;
            color: #9094c9;
        }

    .list-noti-header .noti-unread[b-e0bojo8k9s] {
        display: inline-flex;
        position: relative;
        flex-shrink: 0;
        border: none;
        vertical-align: middle;
    }

    .list-noti-header .active .bell-popup-button-label[b-e0bojo8k9s] {
        font-weight: 600 !important;
        color: black !important;
    }


.list-content[b-e0bojo8k9s] {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
    line-height: 1.5;
}

    .list-content .help-item[b-e0bojo8k9s] {
        padding: 5px;
        border-top: 1px solid #D3D8DE;
    }

    .list-content .help-item2[b-e0bojo8k9s] {
        display: flex;
        padding: 5px;
    }

.list-content-footer[b-e0bojo8k9s] {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 55px;
    background: transparent;
}

    .list-content-footer .help-item[b-e0bojo8k9s] {
        display: flex;
        padding: 10px;
        border-top: 1px solid #D3D8DE;
        align-items: center;
        font-size: 19px;
        font-weight: bold;
    }

.list-noti-content[b-e0bojo8k9s] {
    height: calc(100vh - 235px);
    overflow-y: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
    line-height: 1.5;
}

    .list-noti-content .noti-item[b-e0bojo8k9s] {
        display: flex;
        padding: 10px 12px;
        border-bottom: 1px solid #D3D8DE;
        align-items: center;
    }

        .list-noti-content .noti-item .noti-avatar[b-e0bojo8k9s] {
            padding-right: 20px;
            position: relative;
        }

        .list-noti-content .noti-item .noti-description[b-e0bojo8k9s] {
            width: 100%;
        }

        .list-noti-content .noti-item .noti-content[b-e0bojo8k9s] {
            justify-content: space-between;
            display: flex;
            font-size: .875rem;
        }

        .list-noti-content .noti-item .noti-title[b-e0bojo8k9s] {
            justify-content: space-between;
            display: flex;
            font-size: .875rem;
            font-weight: 700;
        }

        .list-noti-content .noti-item .comment[b-e0bojo8k9s] {
            font-size: .8125rem;
        }

        .list-noti-content .noti-item .btn[b-e0bojo8k9s] {
            font-size: .8125rem;
        }

.list-noti-footer[b-e0bojo8k9s] {
    border-top: 1px solid #D3D8DE;
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 55px;
    width: 95%;
    background-color: white;
}

    .list-noti-footer .bell-popup-button[b-e0bojo8k9s] {
        padding: 0;
        margin: 4px 8px 8px 8px;
    }

        .list-noti-footer .bell-popup-button .bell-popup-button-label[b-e0bojo8k9s] {
            font-size: .875rem;
            font-weight: 600;
            color: #9094c9;
        }

.bell-count[b-e0bojo8k9s] {
    transform: scale(1) translate(100%, -200%);
    transform-origin: 100% 0%;
}

.bell-count-unread[b-e0bojo8k9s] {
    top: 12px;
    right: -5px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
}

.bell-count[b-e0bojo8k9s] {
    height: 20px;
    display: flex;
    padding: 0 6px;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: 0.75rem;
    min-width: 20px;
    box-sizing: border-box;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1;
    align-content: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    background-color: #f44336;
}

.menu-culture[b-e0bojo8k9s] {
    min-width: 4rem;
}

.menu-account[b-e0bojo8k9s] {
    margin-left: -60px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e0bojo8k9s] {
        display: none;
    }

    .top-row.auth[b-e0bojo8k9s] {
        justify-content: space-between;
    }

    .top-row[b-e0bojo8k9s]  a, .top-row[b-e0bojo8k9s]  .btn-link {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .right-sidebar-close-btn[b-e0bojo8k9s]:before, .right-sidebar-close-btn[b-e0bojo8k9s]:after {
        top: -35px !important;
        height: 15px !important;
        left: 90vw !important;
        padding: 2px !important;
    }

    span.add-new-btn[b-e0bojo8k9s] {
        top: -25px;
    }

    .news-title-span[b-e0bojo8k9s], .news-title-span-unread[b-e0bojo8k9s] {
        max-width: 480px;
    }
}

@media (min-width: 641px) {
    .page[b-e0bojo8k9s] {
        flex-direction: row;
    }

    .top-row[b-e0bojo8k9s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-e0bojo8k9s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-e0bojo8k9s], article[b-e0bojo8k9s] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .nav-right-sidebar[b-e0bojo8k9s] {
        top: 56px;
    }
}


/*#region Language Toggle Button */

.switch[b-e0bojo8k9s] {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

    .switch > span[b-e0bojo8k9s] {
        position: absolute;
        top: 8px;
        pointer-events: none;
        font-family: 'Helvetica', Arial, sans-serif;
        font-weight: normal;
        font-size: .875rem;
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
        width: 50%;
        text-align: center;
    }

input.check-toggle-round-flat:checked ~ .off[b-e0bojo8k9s] {
    color: slategray;
}

input.check-toggle-round-flat:checked ~ .on[b-e0bojo8k9s] {
    color: #fff;
}

.switch > span.on[b-e0bojo8k9s] {
    left: 0;
    padding-left: 2px;
    color: slategray;
}

.switch > span.off[b-e0bojo8k9s] {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle[b-e0bojo8k9s] {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .check-toggle + label[b-e0bojo8k9s] {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

input.check-toggle-round-flat + label[b-e0bojo8k9s] {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: slategray;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

    input.check-toggle-round-flat + label[b-e0bojo8k9s]:before, input.check-toggle-round-flat + label[b-e0bojo8k9s]:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.check-toggle-round-flat + label[b-e0bojo8k9s]:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: slategray;
        -webkit- -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
    }

    input.check-toggle-round-flat + label[b-e0bojo8k9s]:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 46px;
        background-color: #fff;
        -webkit-border-radius: 52px;
        -moz-border-radius: 52px;
        -ms-border-radius: 52px;
        -o-border-radius: 52px;
        border-radius: 52px;
        -webkit-transition: margin 0.2s;
        -moz-transition: margin 0.2s;
        -o-transition: margin 0.2s;
        transition: margin 0.2s;
    }

input.check-toggle-round-flat:checked + label[b-e0bojo8k9s] {
}

    input.check-toggle-round-flat:checked + label[b-e0bojo8k9s]:after {
        margin-left: 44px;
    }

/*#endregion */


/*#region Tab */

.underline-tab .nav.nav-tabs .nav-link[b-e0bojo8k9s] {
    padding: 5px 49px;
    margin-right: 5px;
    margin-left: 10px;
}

/*#endregion */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dpbp6lhipv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dpbp6lhipv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dpbp6lhipv] {
    font-size: 1.1rem;
    cursor: pointer;
}

.oi[b-dpbp6lhipv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dpbp6lhipv] {
    font-size: 0.9rem;
}

    .nav-item[b-dpbp6lhipv]  a, .nav-item[b-dpbp6lhipv]  .nav-label {
        color: #d7d7d7;
        /*border-radius: 4px;*/
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dpbp6lhipv]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

            .nav-item[b-dpbp6lhipv]  a.active::after {
                /*content: "*";*/
                /*margin-left: 1em;*/
            }

        .nav-item[b-dpbp6lhipv]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-sub-item[b-dpbp6lhipv] {
    padding-left: 1rem !important
}

.sidebar[b-dpbp6lhipv] {
    background-image: linear-gradient(180deg, rgba(0,3,13,1) 0%, rgba(3,9,43,1) 100%);
}

.submenu[b-dpbp6lhipv] {
    background-image: linear-gradient(180deg, rgba(46,45,47,1) 0%, rgba(106,104,104,1) 50%, rgba(37,37,37,1) 100%);
    z-index: 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dpbp6lhipv] {
        display: none;
    }

    .sidebar[b-dpbp6lhipv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .collapse[b-dpbp6lhipv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .submenu.hidden[b-dpbp6lhipv], .mobile-only[b-dpbp6lhipv] {
        width: 0px;
        display: none;
    }

    .navbar-minmax[b-dpbp6lhipv] {
        position: absolute;
        z-index: 80;
    }

    .arrow.reversed[b-dpbp6lhipv] {
        transform: rotate(180deg);
    }
}

@media (max-width: 640px) {
    .pc-only[b-dpbp6lhipv] {
        display: none;
    }

    .sidebar[b-dpbp6lhipv] {
        width: auto !important;
    }
}
