@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/WebApp/Components/Account/Pages/Login.razor.rz.scp.css */
/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 500px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    margin: auto;
}


.form-group {
    margin-bottom: 1rem;
}
*/
/*.form-label {
    width: 100px;*/ /* Adjust the width as needed */
/*}*/

.pr-7rem[b-qjk23bzui9] {
    padding-right: 7rem;
}

.pr-9rem[b-qjk23bzui9] {
    padding-right: 9rem;
}

.loginh1[b-qjk23bzui9] {
    padding-right: 4.5rem;
}

.login-center[b-qjk23bzui9] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4.5rem;
}

/* 画面幅が768px以下になったら padding-right を無効化 */
@media (max-width: 768px) {
    .login-center[b-qjk23bzui9] {
        padding-right: 0;
    }

    .loginh1[b-qjk23bzui9] {
        padding-right: 0;
    }
}

.wrapper[b-qjk23bzui9] {
    margin-top: 80px;
    margin-bottom: 20px;
}

.form-signin[b-qjk23bzui9] {
    max-width: 420px;
    padding: 30px 38px 33px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);
}

.form-signin-heading[b-qjk23bzui9] {
    text-align: center;
    margin-bottom: 25px;
}

.form-control[b-qjk23bzui9] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"][b-qjk23bzui9] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"][b-qjk23bzui9] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-block[b-qjk23bzui9] {
    width: 100%;
    padding: 3px;
    display: flex;
    justify-content: center;
}

.btn-login[b-qjk23bzui9], .btn-reset[b-qjk23bzui9]{
    width: 150px;
    margin: 2px 2px 2px 2px;
}

p.footer br[b-qjk23bzui9] {
    line-height: initial;
}
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
/*header {
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
*/

#logo[b-fq3qcrodmt] {
    height: inherit;
}

footer[b-fq3qcrodmt] {
    height: 10vh;
    background: #435869;
    font-family: 'Playfair Display', serif;
    color: white;
    text-align: center;
}

.page[b-fq3qcrodmt] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*height: 90vh;*/
}

main[b-fq3qcrodmt] {
    flex: 1;
}

.sidebar[b-fq3qcrodmt] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #435869;
}

.top-row[b-fq3qcrodmt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fq3qcrodmt]  a:hover, .top-row[b-fq3qcrodmt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fq3qcrodmt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*Code I added - Start*/
.bottom-row[b-fq3qcrodmt] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    /*+++ �t�b�^�[�c�T�C�Y0�ɂ��ĕ\�����Ȃ� +++*/
    /*    height: 3.5rem;
    max-height: 3.5rem;*/
    height: 0rem;
    max-height: 0rem;
    /*--- �t�b�^�[�c�T�C�Y0�ɂ��ĕ\�����Ȃ� ---*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 5;
}

    /*Select all a elements where parent is a .bottom-row*/
    .bottom-row > a[b-fq3qcrodmt] {
        display: flex;
        color: rgb(33, 37, 41);
        /*color and text-decor used to not show it as link*/
        text-decoration: none;
        /*fontsize is the same copied from navbar-brand style inside NavMenu.razor.css*/
        font-size: 1.1rem;
    }

/*Optionally this selector will also work: main article.content*/
/*main > .content {*/
    /*7rem comes from adding 3.5rem of top-row and 3.5rem of bottom-row*/
    /*height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}*/

/*Optionally this selector will also work: main article.content*/
/*main > .content {
    overflow-y: auto;
    margin-bottom: 3.5rem;
}
*/

/*Code I added - Start*/
.page main[b-fq3qcrodmt] {
    display: flex;
    flex-direction: column;
    padding: 0 0 3.7rem 4.5rem;
    padding-bottom: 3.7rem;
}

@media (max-width: 640.98px) {
/*    .top-row {
        justify-content: space-between;
    }
*/
    .top-row[b-fq3qcrodmt] {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .top-row[b-fq3qcrodmt]  a, .top-row[b-fq3qcrodmt]  .btn-link {
        margin-left: 0;
    }

    .page main[b-fq3qcrodmt] {
        padding: 0 0 3.7rem 0;
    }

/*        .page main .top-row {
            flex: 0 0 3.5rem;
        }
*/    /*Code I added - End*/
}


@media (min-width: 641px) {
    .page[b-fq3qcrodmt] {
        /*flex-direction: row;*/
        flex-direction: column;
    }

    .sidebar[b-fq3qcrodmt] {
        /*+++ 20240716 �C�� +++*/
        /*width: 250px;*/
        /*width: 4.5rem;*/
        width: 3.8rem;
        /*--- 20240716 �C�� ---*/
        /*+++ 20250112 �C�� +++*/
        /*calc(100vh - 3.5rem)*/
        /*+++ �t�b�^�[�c�T�C�Y0�ɂ��ĕ\�����Ȃ� +++*/
        /*height: calc(100vh - 3.5rem);*/
        height: calc(100vh - 0rem);
        /*--- �t�b�^�[�c�T�C�Y0�ɂ��ĕ\�����Ȃ� ---*/
        /*--- 20250112 �C�� ---*/
        /*height: 100%;*/
        /*position: sticky;*/
        position: fixed;
        top: 0;
        left: 0;
        /*+++ 20240716 �ǉ� +++*/
        border-bottom-right-radius: 0;
        box-shadow: 0 2px 4px 0px rgb(0 0 0 / 30%);
        transition: width 0.1s ease-out;
        background-color: #435869;
        padding: 0;
        z-index: 5;
        /*--- 20240716 �ǉ� ---*/
        /*+++ 20250321 �ǉ� +++*/
        /*overflow: hidden;*/ /* �ʏ펞�̓X�N���[���o�[��\�� */
        /*--- 20250321 �ǉ� ---*/
    }

        /*+++ 20240716 �ǉ� +++*/
        .sidebar:hover[b-fq3qcrodmt] {
            width: 24rem;
            /*+++ 20250321 �ǉ� +++*/
            /*overflow-y: auto !important;*/ /* �c�X�N���[����L���ɂ��� */
            /*--- 20250321 �ǉ� ---*/
        }

        /* Webkit�iChrome, Edge, Safari�j�p�̃X�N���[���o�[���ׂ����� */
        /*.sidebar:hover::-webkit-scrollbar {
                width: 6px;*/ /* �X�N���[���o�[���ׂ� */
        /*}

            .sidebar:hover::-webkit-scrollbar-thumb {
                background-color: rgba(255, 255, 255, 0.5);*/ /* �X�N���[���o�[�̐F */
        /*border-radius: 3px;*/ /* �p���ۂ߂� */
        /*}

            .sidebar:hover::-webkit-scrollbar-track {
                background: rgba(0, 0, 0, 0.1);*/ /* �X�N���[���o�[�̔w�i */
        /*}*/

        /* Firefox�p */
        /*.sidebar:hover {
            scrollbar-width: thin;
        }*/

        /* �X�N���[�����Ƀo�[���������邩�m�F */
        /*.nav-scrollable {
        max-height: 90vh;*/ /* �X�N���[������̈�𖾊m�ɐݒ� */
        /*overflow-y: auto;
    }*/

        .sidebar span[b-fq3qcrodmt] {
            font-family: 'Playfair Display', serif;
            font-weight: normal;
            font-size: 1.4rem;
            padding: 10px;
        }

        .sidebar:hover .navbar-brand[b-fq3qcrodmt] {
            visibility: visible;
        }

        /* �z�o�[���O�ꂽ�u�ԂɊۂ݂�0�ɂ��� */
/*        .sidebar.round:not(:hover) {
            border-bottom-right-radius: 0 !important;
        }
*/
        .sidebar.rounded[b-fq3qcrodmt] {
            border-bottom-right-radius: 1.5rem !important;
            /*��ԉ��̂Ƃ������p��*/
        }
    /*--- 20240716 �ǉ� ---*/

    .top-row[b-fq3qcrodmt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fq3qcrodmt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fq3qcrodmt], article[b-fq3qcrodmt] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-fq3qcrodmt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fq3qcrodmt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('css/fonts/playfair-display-v30-latin-regular.woff2') format('woff2');
}

/*+++ ���[�U�[���̕\�� +++*/
.user-name-icon[b-fq3qcrodmt] {
    white-space: nowrap;
}

    .user-name-icon .ms-Icon[b-fq3qcrodmt] {
        margin-right: 4px;
    }
/*--- ���[�U�[���̕\�� ---*/


/*+++ SignalR�̗�O�����ׁ̈A�����[�h�𑣂��G���[�\�����J�X�^�}�C�Y +++*/
#blazor-error-ui[b-fq3qcrodmt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}

#blazor-error-ui-message[b-fq3qcrodmt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-fq3qcrodmt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/*--- SignalR�̗�O�����ׁ̈A�����[�h�𑣂��G���[�\�����J�X�^�}�C�Y ---*/

/*+++ �{�^�����e�L�X�g�����N���ɂ��� +++*/
.link-style-button[b-fq3qcrodmt] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #007bff; /* �u���E�U����̃����N�F�ɋ߂��� */
    text-decoration: underline;
    cursor: pointer;
}

    .link-style-button:hover[b-fq3qcrodmt] {
        color: #0056b3; /* �z�o�[���̔Z���� */
        text-decoration: underline;
    }
/*--- �{�^�����e�L�X�g�����N���ɂ��� ---*/

/* _content/WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mw927cfqhi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-mw927cfqhi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mw927cfqhi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mw927cfqhi] {
    font-size: 1.1rem;
    visibility: visible;
}

.bi[b-mw927cfqhi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-mw927cfqhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.flex-form[b-mw927cfqhi] {
    display: flex;
    flex-wrap: nowrap; /* �܂�Ԃ��Ȃ��悤�ɐݒ� */
    overflow: hidden; /* �X�N���[���͔�\�� */
}

    .flex-form input[b-mw927cfqhi],
    .flex-form button[b-mw927cfqhi] {
        flex: 0 0 auto; /* �v�f�̕��������ɐݒ� */
        margin-right: 10px; /* �Ԋu��ǉ� */
        flex-wrap: nowrap; /* �܂�Ԃ��Ȃ��悤�ɐݒ� */
    }

[b-mw927cfqhi] a {
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
    padding: 0.5rem;
    color: #e1e1e1;
    text-decoration: none;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

    [b-mw927cfqhi] a.active {
        color: #a6ffb4;
    }

    [b-mw927cfqhi] a:hover:not(.active) {
        color: white;
    }

span[b-mw927cfqhi] {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 1.2rem;
}


.nav-item[b-mw927cfqhi] {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mw927cfqhi] {
        /*padding-top: 1rem;*/
        padding-top: 0.3rem;
    }

/*    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

*/  
    .nav-item:last-of-type[b-mw927cfqhi] {
        padding-bottom: 0.3rem;
    }

    .nav-item[b-mw927cfqhi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding-left: 20px;
    }

.nav-item[b-mw927cfqhi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mw927cfqhi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mw927cfqhi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mw927cfqhi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mw927cfqhi] {
        display: none;
    }

/*    .top-row {
        display: none;
    }
*/
    .nav-scrollable[b-mw927cfqhi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        /*+++ 20250112 �C�� +++*/
        height: calc(100vh - 7rem);
        /*height: calc(100% - 3.5rem);*/
        /*--- 20250112 �C�� ---*/
        overflow-y: auto;

/*
        overflow-x: hidden;
        overflow-y: hidden;
*/
        /* �X�N���[���o�[���\�� (�W�� + WebKit �u���E�U�Ή�) */
        /*scrollbar-width: none;*/ /* Firefox */
    }

        .nav-scrollable[b-mw927cfqhi]::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

        /* Webkit�iChrome, Edge, Safari�j�p�̃X�N���[���o�[���ׂ����� */
        .nav-scrollable:hover[b-mw927cfqhi]::-webkit-scrollbar {
            width: 6px; /* �X�N���[���o�[���ׂ� */
        }

        .nav-scrollable:hover[b-mw927cfqhi]::-webkit-scrollbar-thumb {
            background-color: rgba(255, 255, 255, 0.5); /* �X�N���[���o�[�̐F */
            border-radius: 3px; /* �p���ۂ߂� */
        }

        .nav-scrollable:hover[b-mw927cfqhi]::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1); /* �X�N���[���o�[�̔w�i */
        }

        /* Firefox�p */
        .nav-scrollable:hover[b-mw927cfqhi] {
            scrollbar-width: thin;
        }

        /*.nav-scrollable.rounded {
            border-bottom-right-radius: 1.2rem;*/ /* ��ԉ��̂Ƃ������p�� */
        /*}*/

    .nav-item button[b-mw927cfqhi] {
        min-width: 250px; /* �K�v�ɉ����Ē��� */
    }

/*    .container-fluid-slidertop {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
*/

    #menuCollapse ul[b-mw927cfqhi] {
        display: flex;
        flex-direction: column;
    }

    .navbar-brand[b-mw927cfqhi] {
        visibility: hidden;
        margin-left: 40px;
    }

    .sidebar:hover .navbar-brand[b-mw927cfqhi] {
        visibility: visible;
    }

    span.logout[b-mw927cfqhi] {
        padding-left: 16px;
    }
}
/* _content/WebApp/Components/Pages/TasksManagement/ConfirmFormTask.razor.rz.scp.css */
fieldset[b-jjx4yjjn4e] {
    border: 1px solid #ccc;
    margin-top: 8px;
}

legend[b-jjx4yjjn4e] {
    font-size: 1.2rem;
    font-weight: bold;
}

.gap-3[b-jjx4yjjn4e] {
    gap: 1rem;
}

.form-label[b-jjx4yjjn4e] {
    font-size: 0.9rem;
    font-weight: 500;
}

.nowrap-label[b-jjx4yjjn4e] {
    white-space: nowrap;
}

.bb-table-sticky > thead > tr[b-jjx4yjjn4e] {
    background-color: #f8f9fa; /* trに背景色を設定 */
}

    .bb-table-sticky > thead > tr > th[b-jjx4yjjn4e] {
        background-color: inherit; /* thで背景色を継承 */
    }

@media (max-width: 768px) {
    .container[b-jjx4yjjn4e] {
        flex-direction: column; /* 横並びから縦並びに変更 */
    }

    .fieldset[b-jjx4yjjn4e] {
        width: 100%; /* 幅を100%に拡張 */
    }
}

.custom-fieldset[b-jjx4yjjn4e] {
    border: 2px solid #007bff;
    padding: 10px;
    margin: 10px 0;
}

/* 無効状態のスタイルを変更 */
fieldset:disabled[b-jjx4yjjn4e] {
    opacity: 0.5; /* グレーアウト */
}

.checkbox-container[b-jjx4yjjn4e] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.custom-modal[b-jjx4yjjn4e] {
    background-color: rgba(0, 0, 0, 0.75); /* もう少し暗く */
}
/* _content/WebApp/Components/Pages/TasksManagement/GridTasks.razor.rz.scp.css */
/*.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
*/

/*.modal-content .loading-overlay {*/
    /*position: absolute;*/
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}*/

.loading-content[b-o94629s3ec] {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-left: 2rem; /* 左端にくっつきすぎないように少し余白をつける */
}
/* _content/WebApp/Components/Pages/TasksManagement/InputFormTask.razor.rz.scp.css */
fieldset[b-wt4gahniob] {
	border: 1px solid #ccc;
	margin-top: 8px;
}

legend[b-wt4gahniob] {
	font-size: 1.2rem;
	font-weight: bold;
}

.gap-3[b-wt4gahniob] {
	gap: 1rem;
}

.form-label[b-wt4gahniob] {
	font-size: 0.9rem;
	font-weight: 500;
}

.nowrap-label[b-wt4gahniob] {
	white-space: nowrap;
}

.bb-table-sticky > thead > tr[b-wt4gahniob] {
	background-color: #f8f9fa; /* trに背景色を設定 */
}

	.bb-table-sticky > thead > tr > th[b-wt4gahniob] {
		background-color: inherit; /* thで背景色を継承 */
	}

@media (max-width: 768px) {
	.container[b-wt4gahniob] {
		flex-direction: column; /* 横並びから縦並びに変更 */
	}

	.fieldset[b-wt4gahniob] {
		width: 100%; /* 幅を100%に拡張 */
	}
}

.custom-fieldset[b-wt4gahniob] {
	border: 2px solid #007bff;
	padding: 10px;
	margin: 10px 0;
}

/* 無効状態のスタイルを変更 */
fieldset:disabled[b-wt4gahniob] {
	opacity: 0.5; /* グレーアウト */
}

.checkbox-container[b-wt4gahniob] {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}

.custom-modal[b-wt4gahniob] {
	background-color: rgba(0, 0, 0, 0.75); /* もう少し暗く */
}
/* _content/WebApp/Components/Pages/TasksManagement/TreeViewItem.razor.rz.scp.css */
/* リストマーカーを消す */
li[b-xv39sezpb5] {
    list-style: none;
}

ul[b-xv39sezpb5] {
    list-style: none;
    padding-left: 15px;
}

/* フォルダ・ファイルのデザイン統一 */
.item[b-xv39sezpb5] {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 16px;
    color: black; /* 白くならないように */
}

.icon[b-xv39sezpb5] {
    margin-right: 8px;
    font-size: 18px;
    color: #007bff; /* アイコンを青色に */
}

.details[b-xv39sezpb5] {
    font-size: 14px;
    color: gray;
    margin-left: auto;
}

.cursor-pointer[b-xv39sezpb5] {
    cursor: pointer;
}

.hidden-top-directory[b-xv39sezpb5] {
    display: none;
}
/* _content/WebApp/Components/Pages/TestingMenu/ManualHtml.razor.rz.scp.css */
code[class*=language-][b-tufpt0wjxp],
pre[class*=language-][b-tufpt0wjxp] {
    color: #333;
    background: 0 0;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.4;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-][b-tufpt0wjxp] {
    padding: .8em;
    overflow: auto;
    border-radius: 3px;
    background: #f5f5f5
}

:not(pre) > code[class*=language-][b-tufpt0wjxp] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
    background: #f5f5f5
}

.token.blockquote[b-tufpt0wjxp],
.token.comment[b-tufpt0wjxp] {
    color: #969896
}

.token.cdata[b-tufpt0wjxp] {
    color: #183691
}

.token.doctype[b-tufpt0wjxp],
.token.macro.property[b-tufpt0wjxp],
.token.punctuation[b-tufpt0wjxp],
.token.variable[b-tufpt0wjxp] {
    color: #333
}

.token.builtin[b-tufpt0wjxp],
.token.important[b-tufpt0wjxp],
.token.keyword[b-tufpt0wjxp],
.token.operator[b-tufpt0wjxp],
.token.rule[b-tufpt0wjxp] {
    color: #a71d5d
}

.token.attr-value[b-tufpt0wjxp],
.token.regex[b-tufpt0wjxp],
.token.string[b-tufpt0wjxp],
.token.url[b-tufpt0wjxp] {
    color: #183691
}

.token.atrule[b-tufpt0wjxp],
.token.boolean[b-tufpt0wjxp],
.token.code[b-tufpt0wjxp],
.token.command[b-tufpt0wjxp],
.token.constant[b-tufpt0wjxp],
.token.entity[b-tufpt0wjxp],
.token.number[b-tufpt0wjxp],
.token.property[b-tufpt0wjxp],
.token.symbol[b-tufpt0wjxp] {
    color: #0086b3
}

.token.prolog[b-tufpt0wjxp],
.token.selector[b-tufpt0wjxp],
.token.tag[b-tufpt0wjxp] {
    color: #63a35c
}

.token.attr-name[b-tufpt0wjxp],
.token.class[b-tufpt0wjxp],
.token.class-name[b-tufpt0wjxp],
.token.function[b-tufpt0wjxp],
.token.id[b-tufpt0wjxp],
.token.namespace[b-tufpt0wjxp],
.token.pseudo-class[b-tufpt0wjxp],
.token.pseudo-element[b-tufpt0wjxp],
.token.url-reference .token.variable[b-tufpt0wjxp] {
    color: #795da3
}

.token.entity[b-tufpt0wjxp] {
    cursor: help
}

.token.title[b-tufpt0wjxp],
.token.title .token.punctuation[b-tufpt0wjxp] {
    font-weight: 700;
    color: #1d3e81
}

.token.list[b-tufpt0wjxp] {
    color: #ed6a43
}

.token.inserted[b-tufpt0wjxp] {
    background-color: #eaffea;
    color: #55a532
}

.token.deleted[b-tufpt0wjxp] {
    background-color: #ffecec;
    color: #bd2c00
}

.token.bold[b-tufpt0wjxp] {
    font-weight: 700
}

.token.italic[b-tufpt0wjxp] {
    font-style: italic
}

.language-json .token.property[b-tufpt0wjxp] {
    color: #183691
}

.language-markup .token.tag .token.punctuation[b-tufpt0wjxp] {
    color: #333
}

.language-css .token.function[b-tufpt0wjxp],
code.language-css[b-tufpt0wjxp] {
    color: #0086b3
}

.language-yaml .token.atrule[b-tufpt0wjxp] {
    color: #63a35c
}

code.language-yaml[b-tufpt0wjxp] {
    color: #183691
}

.language-ruby .token.function[b-tufpt0wjxp] {
    color: #333
}

.language-markdown .token.url[b-tufpt0wjxp] {
    color: #795da3
}

.language-makefile .token.symbol[b-tufpt0wjxp] {
    color: #795da3
}

.language-makefile .token.variable[b-tufpt0wjxp] {
    color: #183691
}

.language-makefile .token.builtin[b-tufpt0wjxp] {
    color: #0086b3
}

.language-bash .token.keyword[b-tufpt0wjxp] {
    color: #0086b3
}

pre[data-line][b-tufpt0wjxp] {
    position: relative;
    padding: 1em 0 1em 3em
}

    pre[data-line] .line-highlight-wrapper[b-tufpt0wjxp] {
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        display: block;
        width: 100%
    }

    pre[data-line] .line-highlight[b-tufpt0wjxp] {
        position: absolute;
        left: 0;
        right: 0;
        padding: inherit 0;
        margin-top: 1em;
        background: hsla(24, 20%, 50%, .08);
        background: linear-gradient(to right, hsla(24, 20%, 50%, .1) 70%, hsla(24, 20%, 50%, 0));
        pointer-events: none;
        line-height: inherit;
        white-space: pre
    }

        pre[data-line] .line-highlight[b-tufpt0wjxp]:before,
        pre[data-line] .line-highlight[data-end][b-tufpt0wjxp]:after {
            content: attr(data-start);
            position: absolute;
            top: .4em;
            left: .6em;
            min-width: 1em;
            padding: 0 .5em;
            background-color: hsla(24, 20%, 50%, .4);
            color: #f4f1ef;
            font: bold 65%/1.5 sans-serif;
            text-align: center;
            vertical-align: .3em;
            border-radius: 999px;
            text-shadow: none;
            box-shadow: 0 1px #fff
        }

        pre[data-line] .line-highlight[data-end][b-tufpt0wjxp]:after {
            content: attr(data-end);
            top: auto;
            bottom: .4em
        }

html div[b-tufpt0wjxp] {
    font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow: initial;
    box-sizing: border-box;
    word-wrap: break-word
}

    html div > :first-child[b-tufpt0wjxp] {
        margin-top: 0
    }

    html div h1[b-tufpt0wjxp],
    html div h2[b-tufpt0wjxp],
    html div h3[b-tufpt0wjxp],
    html div h4[b-tufpt0wjxp],
    html div h5[b-tufpt0wjxp],
    html div h6[b-tufpt0wjxp] {
        line-height: 1.2;
        margin-top: 1em;
        margin-bottom: 16px;
        color: #000
    }

    html div h1[b-tufpt0wjxp] {
        font-size: 2.25em;
        font-weight: 300;
        padding-bottom: .3em
    }

    html div h2[b-tufpt0wjxp] {
        font-size: 1.75em;
        font-weight: 400;
        padding-bottom: .3em
    }

    html div h3[b-tufpt0wjxp] {
        font-size: 1.5em;
        font-weight: 500
    }

    html div h4[b-tufpt0wjxp] {
        font-size: 1.25em;
        font-weight: 600
    }

    html div h5[b-tufpt0wjxp] {
        font-size: 1.1em;
        font-weight: 600
    }

    html div h6[b-tufpt0wjxp] {
        font-size: 1em;
        font-weight: 600
    }

    html div h1[b-tufpt0wjxp],
    html div h2[b-tufpt0wjxp],
    html div h3[b-tufpt0wjxp],
    html div h4[b-tufpt0wjxp],
    html div h5[b-tufpt0wjxp] {
        font-weight: 600
    }

    html div h5[b-tufpt0wjxp] {
        font-size: 1em
    }

    html div h6[b-tufpt0wjxp] {
        color: #5c5c5c
    }

    html div strong[b-tufpt0wjxp] {
        color: #000
    }

    html div del[b-tufpt0wjxp] {
        color: #5c5c5c
    }

    html div a:not([href])[b-tufpt0wjxp] {
        color: inherit;
        text-decoration: none
    }

    html div a[b-tufpt0wjxp] {
        color: #08c;
        text-decoration: none
    }

        html div a:hover[b-tufpt0wjxp] {
            color: #00a3f5;
            text-decoration: none
        }

    html div img[b-tufpt0wjxp] {
        max-width: 100%
    }

    html div > p[b-tufpt0wjxp] {
        margin-top: 0;
        margin-bottom: 16px;
        word-wrap: break-word
    }

    html div > ol[b-tufpt0wjxp],
    html div > ul[b-tufpt0wjxp] {
        margin-bottom: 16px
    }

    html div ol[b-tufpt0wjxp],
    html div ul[b-tufpt0wjxp] {
        padding-left: 2em
    }

        html div ol.no-list[b-tufpt0wjxp],
        html div ul.no-list[b-tufpt0wjxp] {
            padding: 0;
            list-style-type: none
        }

        html div ol ol[b-tufpt0wjxp],
        html div ol ul[b-tufpt0wjxp],
        html div ul ol[b-tufpt0wjxp],
        html div ul ul[b-tufpt0wjxp] {
            margin-top: 0;
            margin-bottom: 0
        }

    html div li[b-tufpt0wjxp] {
        margin-bottom: 0
    }

        html div li.task-list-item[b-tufpt0wjxp] {
            list-style: none
        }

        html div li > p[b-tufpt0wjxp] {
            margin-top: 0;
            margin-bottom: 0
        }

    html div .task-list-item-checkbox[b-tufpt0wjxp] {
        margin: 0 .2em .25em -1.8em;
        vertical-align: middle
    }

        html div .task-list-item-checkbox:hover[b-tufpt0wjxp] {
            cursor: pointer
        }

    html div blockquote[b-tufpt0wjxp] {
        margin: 16px 0;
        font-size: inherit;
        padding: 0 15px;
        color: #5c5c5c;
        background-color: #f0f0f0;
        border-left: 4px solid #d6d6d6
    }

        html div blockquote > :first-child[b-tufpt0wjxp] {
            margin-top: 0
        }

        html div blockquote > :last-child[b-tufpt0wjxp] {
            margin-bottom: 0
        }

    html div hr[b-tufpt0wjxp] {
        height: 4px;
        margin: 32px 0;
        background-color: #d6d6d6;
        border: 0 none
    }

    html div table[b-tufpt0wjxp] {
        margin: 10px 0 15px 0;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        width: 100%;
        overflow: auto;
        word-break: normal;
        word-break: keep-all
    }

        html div table th[b-tufpt0wjxp] {
            font-weight: 700;
            color: #000
        }

        html div table td[b-tufpt0wjxp],
        html div table th[b-tufpt0wjxp] {
            border: 1px solid #d6d6d6;
            padding: 6px 13px
        }

    html div dl[b-tufpt0wjxp] {
        padding: 0
    }

        html div dl dt[b-tufpt0wjxp] {
            padding: 0;
            margin-top: 16px;
            font-size: 1em;
            font-style: italic;
            font-weight: 700
        }

        html div dl dd[b-tufpt0wjxp] {
            padding: 0 16px;
            margin-bottom: 16px
        }

    html div code[b-tufpt0wjxp] {
        font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
        font-size: .85em;
        color: #000;
        background-color: #f0f0f0;
        border-radius: 3px;
        padding: .2em 0
    }

        html div code[b-tufpt0wjxp]::after,
        html div code[b-tufpt0wjxp]::before {
            letter-spacing: -.2em;
            content: '\00a0'
        }

    html div pre > code[b-tufpt0wjxp] {
        padding: 0;
        margin: 0;
        word-break: normal;
        white-space: pre;
        background: 0 0;
        border: 0
    }

    html div .highlight[b-tufpt0wjxp] {
        margin-bottom: 16px
    }

        html div .highlight pre[b-tufpt0wjxp],
        html div pre[b-tufpt0wjxp] {
            padding: 1em;
            overflow: auto;
            line-height: 1.45;
            border: #d6d6d6;
            border-radius: 3px
        }

        html div .highlight pre[b-tufpt0wjxp] {
            margin-bottom: 0;
            word-break: normal
        }

    html div pre code[b-tufpt0wjxp],
    html div pre tt[b-tufpt0wjxp] {
        display: inline;
        max-width: initial;
        padding: 0;
        margin: 0;
        overflow: initial;
        line-height: inherit;
        word-wrap: normal;
        background-color: transparent;
        border: 0
    }

        html div pre code[b-tufpt0wjxp]:after,
        html div pre code[b-tufpt0wjxp]:before,
        html div pre tt[b-tufpt0wjxp]:after,
        html div pre tt[b-tufpt0wjxp]:before {
            content: normal
        }

    html div blockquote[b-tufpt0wjxp],
    html div dl[b-tufpt0wjxp],
    html div ol[b-tufpt0wjxp],
    html div p[b-tufpt0wjxp],
    html div pre[b-tufpt0wjxp],
    html div ul[b-tufpt0wjxp] {
        margin-top: 0;
        margin-bottom: 16px
    }

    html div kbd[b-tufpt0wjxp] {
        color: #000;
        border: 1px solid #d6d6d6;
        border-bottom: 2px solid #c7c7c7;
        padding: 2px 4px;
        background-color: #f0f0f0;
        border-radius: 3px
    }

@media print {
    html div[b-tufpt0wjxp] {
        background-color: #fff
    }

        html div h1[b-tufpt0wjxp],
        html div h2[b-tufpt0wjxp],
        html div h3[b-tufpt0wjxp],
        html div h4[b-tufpt0wjxp],
        html div h5[b-tufpt0wjxp],
        html div h6[b-tufpt0wjxp] {
            color: #000;
            page-break-after: avoid
        }

        html div blockquote[b-tufpt0wjxp] {
            color: #5c5c5c
        }

        html div pre[b-tufpt0wjxp] {
            page-break-inside: avoid
        }

        html div table[b-tufpt0wjxp] {
            display: table
        }

        html div img[b-tufpt0wjxp] {
            display: block;
            max-width: 100%;
            max-height: 100%
        }

        html div code[b-tufpt0wjxp],
        html div pre[b-tufpt0wjxp] {
            word-wrap: break-word;
            white-space: pre
        }
}

.markdown-preview[b-tufpt0wjxp] {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

    .markdown-preview ul[b-tufpt0wjxp] {
        list-style: disc
    }

        .markdown-preview ul ul[b-tufpt0wjxp] {
            list-style: circle
        }

            .markdown-preview ul ul ul[b-tufpt0wjxp] {
                list-style: square
            }

    .markdown-preview ol[b-tufpt0wjxp] {
        list-style: decimal
    }

        .markdown-preview ol ol[b-tufpt0wjxp],
        .markdown-preview ul ol[b-tufpt0wjxp] {
            list-style-type: lower-roman
        }

            .markdown-preview ol ol ol[b-tufpt0wjxp],
            .markdown-preview ol ul ol[b-tufpt0wjxp],
            .markdown-preview ul ol ol[b-tufpt0wjxp],
            .markdown-preview ul ul ol[b-tufpt0wjxp] {
                list-style-type: lower-alpha
            }

    .markdown-preview .newpage[b-tufpt0wjxp],
    .markdown-preview .pagebreak[b-tufpt0wjxp] {
        page-break-before: always
    }

    .markdown-preview pre.line-numbers[b-tufpt0wjxp] {
        position: relative;
        padding-left: 3.8em;
        counter-reset: linenumber
    }

        .markdown-preview pre.line-numbers > code[b-tufpt0wjxp] {
            position: relative
        }

        .markdown-preview pre.line-numbers .line-numbers-rows[b-tufpt0wjxp] {
            position: absolute;
            pointer-events: none;
            top: 1em;
            font-size: 100%;
            left: 0;
            width: 3em;
            letter-spacing: -1px;
            border-right: 1px solid #999;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .markdown-preview pre.line-numbers .line-numbers-rows > span[b-tufpt0wjxp] {
                pointer-events: none;
                display: block;
                counter-increment: linenumber
            }

                .markdown-preview pre.line-numbers .line-numbers-rows > span[b-tufpt0wjxp]:before {
                    content: counter(linenumber);
                    color: #999;
                    display: block;
                    padding-right: .8em;
                    text-align: right
                }

    .markdown-preview .mathjax-exps .MathJax_Display[b-tufpt0wjxp] {
        text-align: center !important
    }

    .markdown-preview:not([data-for=preview]) .code-chunk .code-chunk-btn-group[b-tufpt0wjxp] {
        display: none
    }

    .markdown-preview:not([data-for=preview]) .code-chunk .status[b-tufpt0wjxp] {
        display: none
    }

    .markdown-preview:not([data-for=preview]) .code-chunk .output-div[b-tufpt0wjxp] {
        margin-bottom: 16px
    }

    .markdown-preview .md-toc[b-tufpt0wjxp] {
        padding: 0
    }

        .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link[b-tufpt0wjxp] {
            display: inline;
            padding: .25rem 0
        }

            .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link div[b-tufpt0wjxp],
            .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link p[b-tufpt0wjxp] {
                display: inline
            }

        .markdown-preview .md-toc .md-toc-link-wrapper.highlighted .md-toc-link[b-tufpt0wjxp] {
            font-weight: 800
        }

.scrollbar-style[b-tufpt0wjxp]::-webkit-scrollbar {
    width: 8px
}

.scrollbar-style[b-tufpt0wjxp]::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.scrollbar-style[b-tufpt0wjxp]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(150, 150, 150, .66);
    border: 4px solid rgba(150, 150, 150, .66);
    background-clip: content-box
}

html div[for=html-export]:not([data-presentation-mode])[b-tufpt0wjxp] {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: auto
}

    html div[for=html-export]:not([data-presentation-mode]) .markdown-preview[b-tufpt0wjxp] {
        position: relative;
        top: 0;
        min-height: 100vh
    }

@media screen and (min-width:914px) {
    html div[for=html-export]:not([data-presentation-mode]) .markdown-preview[b-tufpt0wjxp] {
        padding: 2em calc(50% - 457px + 2em)
    }
}

@media screen and (max-width:914px) {
    html div[for=html-export]:not([data-presentation-mode]) .markdown-preview[b-tufpt0wjxp] {
        padding: 2em
    }
}

@media screen and (max-width:450px) {
    html div[for=html-export]:not([data-presentation-mode]) .markdown-preview[b-tufpt0wjxp] {
        font-size: 14px !important;
        padding: 1em
    }
}

@media print {
    html div[for=html-export]:not([data-presentation-mode]) #sidebar-toc-btn[b-tufpt0wjxp] {
        display: none
    }
}

html div[for=html-export]:not([data-presentation-mode]) #sidebar-toc-btn[b-tufpt0wjxp] {
    position: fixed;
    bottom: 8px;
    left: 8px;
    font-size: 28px;
    cursor: pointer;
    color: inherit;
    z-index: 99;
    width: 32px;
    text-align: center;
    opacity: .4
}

html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] #sidebar-toc-btn[b-tufpt0wjxp] {
    opacity: 1
}

html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc[b-tufpt0wjxp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 32px 0 48px 0;
    font-size: 14px;
    box-shadow: 0 0 4px rgba(150, 150, 150, .33);
    box-sizing: border-box;
    overflow: auto;
    background-color: inherit
}

    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc[b-tufpt0wjxp]::-webkit-scrollbar {
        width: 8px
    }

    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc[b-tufpt0wjxp]::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent
    }

    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc[b-tufpt0wjxp]::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(150, 150, 150, .66);
        border: 4px solid rgba(150, 150, 150, .66);
        background-clip: content-box
    }

    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc a[b-tufpt0wjxp] {
        text-decoration: none
    }

    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc[b-tufpt0wjxp] {
        padding: 0 16px
    }

        html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link[b-tufpt0wjxp] {
            display: inline;
            padding: .25rem 0
        }

            html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link div[b-tufpt0wjxp],
            html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper .md-toc-link p[b-tufpt0wjxp] {
                display: inline
            }

        html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .md-sidebar-toc .md-toc .md-toc-link-wrapper.highlighted .md-toc-link[b-tufpt0wjxp] {
            font-weight: 800
        }

html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview[b-tufpt0wjxp] {
    left: 300px;
    width: calc(100% - 300px);
    padding: 2em calc(50% - 457px - 300px / 2);
    margin: 0;
    box-sizing: border-box
}

@media screen and (max-width:1274px) {
    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview[b-tufpt0wjxp] {
        padding: 2em
    }
}

@media screen and (max-width:450px) {
    html div[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc] .markdown-preview[b-tufpt0wjxp] {
        width: 100%
    }
}

html div[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .markdown-preview[b-tufpt0wjxp] {
    left: 50%;
    transform: translateX(-50%)
}

html div[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .md-sidebar-toc[b-tufpt0wjxp] {
    display: none
}

.centered-page[b-tufpt0wjxp] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    /* background-color: #FFFFFF;
    color: #000000 */
    /* page-break-after: always; */
}
