@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/ScheduleLookPremium/Common/TemplateDialog.razor.rz.scp.css */
.dialog-outer[b-burtz1ob09] {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(44,44,44, 0.4);
}

.dialog-content[b-burtz1ob09] {
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
    background-color: white;
    border-radius: 4px;
}
/* _content/ScheduleLookPremium/Components/MobileConfigMenu.razor.rz.scp.css */

.config-menu-row[b-cbb6o0sg8w] {
    height: 2rem;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}

    .config-menu-row > .config-icon-column[b-cbb6o0sg8w] {
        width: 56px;
        justify-content: center;
    }

    .config-menu-row > .config-name-column[b-cbb6o0sg8w] {
        width: calc(100% - 56px);
    }

    .config-menu-row:hover[b-cbb6o0sg8w] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
    }
/* _content/ScheduleLookPremium/Components/MobileCreateAppointment.razor.rz.scp.css */
.dialog-panel.create-appointment[b-83kb581pr2] {
    min-width: auto;
    width: 100%;
    min-height: 250px;
    height: 100%;
}

.row-layout.header-row > label[b-83kb581pr2],
.row-layout.header-row > div[b-83kb581pr2],
.row-layout.header-row[b-83kb581pr2] >  span,
.row-layout.header-row[b-83kb581pr2] >  button {
    height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.title-row[b-83kb581pr2] {
    align-items: flex-start;
    height: calc(100% - 48px);
    color: var(--Sp-Font-Main-Color);
}

.header-menu[b-83kb581pr2] {
    min-height: 40px;
    height: auto;
}

    .header-menu > div[b-83kb581pr2] {
        position: relative;
        background-color: var(--Sp-Menubar-BackGround-Color);
        width: 100%;
        min-width: fit-content;
        border-radius: 2px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
        padding: 0px 4px;
        flex-wrap: wrap;
    }

    .header-menu.collapse > div[b-83kb581pr2] {
        height: 40px;
        flex-wrap: nowrap;
    }

    .header-menu.expand > div[b-83kb581pr2] {
        flex-wrap: wrap;
    }

.menu-button[b-83kb581pr2] {
    font-size: 12.8px;
}

.save-row[b-83kb581pr2] {
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
}

.dialog-outer[b-83kb581pr2] {
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(44,44,44, 0.4);
}

.dialog-content[b-83kb581pr2] {
    max-height: 90vh;
    max-height: 90dvh;
    max-width: 90vw;
    overflow: auto;
    background-color: white;
    border-radius: 4px;
}

.publish-icon[b-83kb581pr2] {
    height: 19.2px;
    width: 8px;
    border-radius: 4px;
    border: 1px solid #0465B2;
    margin-left: 4px;
}

.publish-aki[b-83kb581pr2] {
    background-color: white;
}

.publish-hoka[b-83kb581pr2] {
    background-color: #83BEEC;
    background-image: radial-gradient(#fff 50%, transparent 50%);
    background-size: 3px 3px;
}

.publish-kari[b-83kb581pr2] {
    background-color: #83BEEC;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 5px)
}

.publish-ari[b-83kb581pr2] {
    background-color: #83BEEC;
}

.publish-gaisyutu[b-83kb581pr2] {
    border-color: black;
    background-color: rgba(128, 0, 128, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(175, 93, 175, 1) 5px, rgba(175, 93, 175, 1) 6px ),repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(175, 93, 175, 1) 5px, rgba(175, 93, 175, 1) 6px );
}

.dialog-panel.create-appointment .main-menu[b-83kb581pr2] {
    flex: 1;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
    width: 100%;
}

    .dialog-panel.create-appointment .main-menu > div[b-83kb581pr2] {
        height: 100%;
        width: 100%;
    }

        .dialog-panel.create-appointment .main-menu > div > .left-menu[b-83kb581pr2] {
            height: 100%;
            width: 100%;
            max-width: 100%;
            overflow: auto;
        }

.left-menu > .mail-menu-row[b-83kb581pr2] {
    padding: 0 4px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.mail-menu-icon[b-83kb581pr2] {
    width: 36px;
    min-width: 36px;
    justify-content: flex-start;
    align-items: flex-start;
}

    .mail-menu-icon > svg[b-83kb581pr2] {
        margin-top: 4px;
    }

.mail-menu-box[b-83kb581pr2] {
    width: calc(100% - 36px);
    align-items: center;
}

mgt-people-picker[b-83kb581pr2] {
    --input-border: 1px solid var(--Sp-Gray-Border2) !important;
    --input-border-color--hover: var(--Sp-Gray-Border2) !important;
}

/* 時間 */
.left-menu > .mail-menu-row.appointment-datetime[b-83kb581pr2] {
    margin-bottom: 0px;
}

    .left-menu > .mail-menu-row.appointment-datetime .datetime-start[b-83kb581pr2],
    .left-menu > .mail-menu-row.appointment-datetime .datetime-end[b-83kb581pr2] {
        width: fit-content;
        margin-bottom: 8px;
    }

    .left-menu > .mail-menu-row.appointment-datetime .date-start[b-83kb581pr2] {
        width: 120px;
        margin-bottom: 8px;
    }

    .left-menu > .mail-menu-row.appointment-datetime .date-end[b-83kb581pr2] {
        width: 115px;
        margin: 0 2px 8px 2px;
    }

/* 繰り返し、終日、タイムゾーン */
.left-menu > .mail-menu-row.appointment-other[b-83kb581pr2] {
    margin-bottom: 0px;
}

    .left-menu > .mail-menu-row.appointment-other .appointment-other-left[b-83kb581pr2],
    .left-menu > .mail-menu-row.appointment-other .appointment-other-right[b-83kb581pr2] {
        width: fit-content;
        margin-bottom: 8px;
        display: flex;
    }

/* 右側のパネル用 */

.right-menu > .right-menu-header[b-83kb581pr2] {
    height: 3rem;
    border-bottom: 1px solid var(--Sp-Gray-Border);
    align-items: center;
}

.mini-chevron-arrow[b-83kb581pr2] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 4px;
}

.right-menu-header > .today-label[b-83kb581pr2] {
    font-size: 0.9rem;
    margin-left: 8px;
    color: var(--Sp-Font-Main-Color);
}

.group-chhoise-ddl[b-83kb581pr2] {
    margin-top: 4px;
    margin-left: auto;
    font-size: 0.7rem;
}

.mini-chevron-arrow[b-83kb581pr2] {
    user-select: none;
    border-radius: 56px;
    cursor: pointer;
}

    .mini-chevron-arrow:hover[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .mini-chevron-arrow:active[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

.free-time-row[b-83kb581pr2] {
    height: 2rem;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

    .free-time-row:hover[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .free-time-row:active[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

.now-member-row[b-83kb581pr2] {
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
    user-select: none;
    height: 3rem;
    align-items: center;
}

    .now-member-row:hover[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .now-member-row:active[b-83kb581pr2] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

/* 繰り返しダイアログ */
.recurrence-content[b-83kb581pr2] {
    width: fit-content;
    height: fit-content;
    padding-left: 1rem;
    padding-top: 3px;
}

.recurrence-menu-row[b-83kb581pr2] {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.recurrence-title-column[b-83kb581pr2] {
    align-items: center;
    width: 96px;
    color: var(--Sp-Font-Main-Color);
    font-size: 14.4px;
}

.recurrence-setting-column[b-83kb581pr2] {
    flex-wrap: wrap;
    padding-left: 1rem;
    align-items: center;
}

.create-appointment .publish-name-value[b-83kb581pr2],
.create-appointment .alerm-name[b-83kb581pr2] {
    margin-left: 4px;
    margin-right: -4px;
    font-size: smaller;
}

.create-appointment .row-start[b-83kb581pr2] {
    display: flex;
}

.create-appointment .row-end[b-83kb581pr2] {
    width: 100%;
    display: flex;
}

.left-menu > .mail-menu-row.appointment-datetime .datetime-start[b-83kb581pr2],
.left-menu > .mail-menu-row.appointment-datetime .datetime-end[b-83kb581pr2] {
    display: flex;
}

.datetime-start .datetime-dropdown[b-83kb581pr2],
.datetime-end .datetime-dropdown[b-83kb581pr2] {
    width: 75px;
    margin-left: 2px;
    margin-right: 2px;
}

.right-arrow-datetime[b-83kb581pr2] {
    padding-right: 2px;
    line-height: 32px;
    height: 32px;
}

.time-spend[b-83kb581pr2] {
    font-size: 0.8rem;
    line-height: 32px;
}

.menu-toggle-sensitivity-enable[b-83kb581pr2] {
    line-height: 32px;
}

.left-menu > .mail-menu-row.appointment-datetime > .mail-menu-box[b-83kb581pr2], .left-menu > .mail-menu-row.appointment-other > .mail-menu-box[b-83kb581pr2] {
    flex-wrap: wrap;
}

.group-toggle[b-83kb581pr2] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: all 0.1s ease-in;
}

    .group-toggle:hover[b-83kb581pr2] {
    }

input:checked + .group-toggle[b-83kb581pr2] {
    transform: rotate( 180deg );
}
/* _content/ScheduleLookPremium/Components/SpCardView.razor.rz.scp.css */
.schedulecontent[b-edz1flyttx] {
    display: flex;
    flex-wrap: wrap;
    width: 425px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e-card-current[b-edz1flyttx] {
    display: flex;
    flex-wrap: wrap;
}

.card_content_username[b-edz1flyttx] {
    width: 340px;
}


.card_content_subject[b-edz1flyttx] {
    font-weight: bold;
    font-size: 1rem;
    height: 60px;
    padding-top: 10px;
    /* 折り返し表示 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.card_content_startime[b-edz1flyttx] {
    float: left;
    /*padding-left: 15px;*/
}

.card_content_endtime[b-edz1flyttx] {
}

.card_content_orgnizer[b-edz1flyttx] {
    clear: both;
    padding-left: 15px;
}

.e-card-next[b-edz1flyttx] {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DFDEDE;
}

.next-icon[b-edz1flyttx] {
    float: left;
}

.next-item[b-edz1flyttx] {
    padding-left: 10px !important;
    width: 385px;
    font-size: 14px;
}

.card_content_nextsubject[b-edz1flyttx] {
    font-weight: bold;
}

.card-join-meeting[b-edz1flyttx] {
    background: #0D47A1;
    color: white !important;
}

.card-next-join-meeting[b-edz1flyttx] {
    background: #1976D2;
    color: white !important;
}
/* _content/ScheduleLookPremium/Components/SpChildGroupEdit.razor.rz.scp.css */
.inner-panel[b-vepzi77xye] {
    height: 100%;
}

.title-row[b-vepzi77xye] {
    color: var(--Sp-Font-Main-Color);
}

.child-group-title-row[b-vepzi77xye] {
    scrollbar-gutter: stable;
    color: var(--Sp-Font-Main-Color);
}

.title-wo-hensyu[b-vepzi77xye] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: center;
}

.title-edit[b-vepzi77xye] {
    padding-left: 2rem;
    padding-right: calc(1rem + 6px);
}

.childgroup-member-add[b-vepzi77xye] {
    color: var(--Sp-Font-Main-Color);
}

.group-edit-label[b-vepzi77xye] {
    color: var(--Sp-Font-Main-Color);
}

.user-add-area[b-vepzi77xye] {
    padding: 0 1rem 0 2rem;
}

.user-add-button[b-vepzi77xye] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Accent-Color);
}

    .user-add-button:hover[b-vepzi77xye] {
        background: rgba(255,255,255, 0.4);
    }

.user-add-button-disable[b-vepzi77xye] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 0.9rem;
    cursor: default;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Accent-Color);
    opacity: 0.2;
    user-select: none; /* standard */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE */
}

.user-add-hierarchical-button[b-vepzi77xye] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0 5px;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Accent-Color);
}

    .user-add-hierarchical-button:hover[b-vepzi77xye] {
        background: rgba(255,255,255, 0.4);
    }

.group-edit-label[b-vepzi77xye] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: baseline;
    height: 28px;
}

    .group-edit-label > div[b-vepzi77xye] {
        margin-left: 1rem;
        font-size: 0.5rem;
        align-items: flex-end;
    }

.x-area[b-vepzi77xye] {
    margin-left: auto;
    margin-right: 16px;
    width: 1rem;
    height: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

    .x-area:hover[b-vepzi77xye] {
        background: rgba(0,0,0,0.1);
    }

.member-body[b-vepzi77xye] {
    overflow: auto;
    position: relative;
    padding: 0 1rem 0 2rem;
    scrollbar-gutter: stable;
}

.child-group-footer[b-vepzi77xye] {
    justify-content: right;
    align-items: flex-end;
    padding: 0 1rem;
    padding-bottom: 8px;
}

.dialog-checkbox[b-vepzi77xye] {
    padding-top: 10px;
}
    .dialog-checkbox > label[b-vepzi77xye] {
        padding-top: 1px;
        padding-left:5px;
        margin-right:10px;
    }
    .dialog-checkbox > div> svg[b-vepzi77xye] {
        vertical-align:middle;
    }

.flexbox[b-vepzi77xye] {
    display:flex;
    flex-wrap:wrap;
}

.flex-item[b-vepzi77xye] {
    width: 100%;
}

.flex-item-space-border[b-vepzi77xye] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0 solid #edebe9;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
    margin: 2px 0 2px 0;
    padding: 0 !important;
    height: 1px;
}

.flex-item-space[b-vepzi77xye] {
    padding: 7px 0 0 0;
}

.flex-max-height-area-1[b-vepzi77xye] {
    min-height: calc(100vh / 4);
    max-height: calc(100vh/4);
    height: calc(100vh / 4);
    overflow: auto;
}

.flex-max-height-area-2[b-vepzi77xye] {
    min-height: calc(100vh / 4);
    max-height: calc(100vh/4);
    height: calc(100vh / 4);
    overflow: auto;
}

.edit-addressLook-label[b-vepzi77xye] {
    font-size: 14px;
    margin: 5px 0;
}

.disabled-custom[b-vepzi77xye] {
    cursor: not-allowed;
    user-select: none;
    pointer-events: none;
}

.now-member-row[b-vepzi77xye] {
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
    user-select: none;
    height: 3rem;
    align-items: center;
}

    .now-member-row:hover[b-vepzi77xye] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .now-member-row:active[b-vepzi77xye] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

.custom-picker[b-vepzi77xye] {
    --focus-stroke-width: 0px;
    --disabled-opacity: 100;
}
/* _content/ScheduleLookPremium/Components/SpChildGroupUrlEdit.razor.rz.scp.css */
.create-url-dialog-panel[b-ile8r3azst] {
    width: 60vw;
    max-width: 800px;
    height: 60vh;
    max-height: 480px;
    min-height: 320px;
    background: var(--Sp-Side-Panel-Color);
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.7);
}

.inner-panel[b-ile8r3azst] {
    height: 100%;
}

.title-row[b-ile8r3azst] {
    color: var(--Sp-Font-Main-Color);
}

.title-wo-hensyu[b-ile8r3azst] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.title-edit[b-ile8r3azst] {
    padding-left: 2rem;
    padding-right: calc(1rem + 6px);
}

.child-group-title-row[b-ile8r3azst] {
    height: 72px;
    min-height: 72px;
}

.childgroup-member-add[b-ile8r3azst] {
    color: var(--Sp-Font-Main-Color);
    overflow: auto;
    min-height: 160px;
}

.user-area[b-ile8r3azst] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.user-add-tilte[b-ile8r3azst] {
    width: 100%;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
}

.user-add-area[b-ile8r3azst] {
    display: flex;
    padding: 0 1rem 0 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
}

.user-add-area-bottom[b-ile8r3azst] {
    padding-bottom: 5px;
}

    .user-add-area input:checked + label[b-ile8r3azst] {
        background-color: var(--Sp-Menubar-Button-Selected-Color);
        outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    }

    .user-add-area .user-add-area-1[b-ile8r3azst],
    .user-add-area .user-add-area-2[b-ile8r3azst],
    .user-add-area .user-add-area-3[b-ile8r3azst] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 9px;
        width:100%;
    }

.header-2-left-margin[b-ile8r3azst] {
    margin-left: 4px;
}

.user-add-button[b-ile8r3azst] {
    background: var(--Sp-Menubar-Background-Color);
    font-size: 0.9rem;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Main-Color);
    align-items: center;
    justify-content: center;
    height: 38px;
    min-width: fit-content;
    cursor: pointer;
    border-radius: 6px;
    padding: 0px 8px;
}
    .user-add-button:hover[b-ile8r3azst] {
        background: rgba(255,255,255, 0.4);
    }

.child-group-footer[b-ile8r3azst] {
    justify-content: right;
    align-items: flex-end;
    padding: 0 1rem;
    padding-bottom: 8px;
    min-height: 54px;
}

.btn-disabled[b-ile8r3azst] {
    pointer-events: none; 
    opacity: 0.5; 
    cursor: not-allowed;
}
/* _content/ScheduleLookPremium/Components/SpConfigMenu.razor.rz.scp.css */

.status-menu-row[b-yche7nk0md] {

}

    .status-menu-row > .status-icon-column[b-yche7nk0md] {
        width: 56px;
        justify-content: center;
        padding-top: 4px;
    }

    .status-menu-row > .status-input-column[b-yche7nk0md] {
        width: calc(100% - 56px);
        align-items: center;
    }

.config-menu-row[b-yche7nk0md] {
    height: 2rem;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}

    .config-menu-row > .config-icon-column[b-yche7nk0md] {
        width: 56px;
        justify-content: center;
    }

    .config-menu-row > .config-name-column[b-yche7nk0md] {
        width: calc(100% - 56px);
    }

    .config-menu-row:hover[b-yche7nk0md] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
    }
/* _content/ScheduleLookPremium/Components/SpCreateAppointment.razor.rz.scp.css */
.dialog-panel.create-appointment[b-m8lfixsm52] {
    min-width: 720px;
    width: 80%;
    min-height: 560px;
    height: 80%;
}

.row-layout.header-row > label[b-m8lfixsm52],
.row-layout.header-row > div[b-m8lfixsm52],
.row-layout.header-row[b-m8lfixsm52] >  span,
.row-layout.header-row[b-m8lfixsm52] >  button {
    height: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.title-row[b-m8lfixsm52] {
    align-items: flex-start;
    height: calc(100% - 48px);
    color: var(--Sp-Font-Main-Color);
}

.header-menu[b-m8lfixsm52] {
    min-height: 40px;
    height: auto;
}

    .header-menu > div[b-m8lfixsm52] {
        background-color: var(--Sp-Menubar-BackGround-Color);
        width: 100%;
        min-width: fit-content;
        border-radius: 2px;
        height: auto;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
        padding: 0px 4px;
        flex-wrap: wrap;
    }

.save-row[b-m8lfixsm52] {
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
}

.dialog-outer[b-m8lfixsm52] {
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(44,44,44, 0.4);
}

.dialog-content[b-m8lfixsm52] {
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
    background-color: white;
    border-radius: 4px;
}

.publish-icon[b-m8lfixsm52] {
    height: 1.2rem;
    width: 0.5rem;
    border-radius: 4px;
    border: 1px solid #0465B2;
    margin-left: 4px;
}

.publish-aki[b-m8lfixsm52] {
    background-color: white;
}

.publish-hoka[b-m8lfixsm52] {
    background-color: #83BEEC;
    background-image: radial-gradient(#fff 50%, transparent 50%);
    background-size: 3px 3px;
}

.publish-kari[b-m8lfixsm52] {
    background-color: #83BEEC;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 3px,transparent 0, transparent 5px)
}

.publish-ari[b-m8lfixsm52] {
    background-color: #83BEEC;
}

.publish-gaisyutu[b-m8lfixsm52] {
    border-color: black;
    background-color: rgba(128, 0, 128, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(175, 93, 175, 1) 5px, rgba(175, 93, 175, 1) 6px ),repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(175, 93, 175, 1) 5px, rgba(175, 93, 175, 1) 6px );
}

.dialog-panel.create-appointment .main-menu[b-m8lfixsm52] {
    flex: 1;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
    width: 100%;
}

    .dialog-panel.create-appointment .main-menu > div[b-m8lfixsm52] {
        height: 100%;
        width: 100%;
    }

        .dialog-panel.create-appointment .main-menu > div > .left-menu[b-m8lfixsm52] {
            height: 100%;
            width: 70%;
            max-width: 80vw;
            overflow: auto;
        }

.right-area[b-m8lfixsm52] {
    height: 100%;
    width: 30%;
    min-width: 300px;
}

    .right-area .right-hosoku[b-m8lfixsm52] {
        font-size: 0.9rem;
        color: var(--Sp-Font-Main-Color);
        height: 5%;
        margin-bottom: 1rem;
    }

    .right-area > .right-menu[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Background-Color);
        height: 95%;
        border-radius: 2px;
        border: 1px solid var(--Sp-Gray-Border);
    }

    .right-area .row-layout[b-m8lfixsm52] {
        display: flex;
        align-items: center;
    }

.left-menu > .mail-menu-row[b-m8lfixsm52] {
    padding: 0 16px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.mail-menu-icon[b-m8lfixsm52] {
    width: 48px;
    min-width: 48px;
    justify-content: flex-start;
    align-items: flex-start;
}

    .mail-menu-icon > svg[b-m8lfixsm52] {
        margin-top: 4px;
    }

.mail-menu-box[b-m8lfixsm52] {
    width: calc(100% - 48px);
    align-items: center;
}

mgt-people-picker[b-m8lfixsm52] {
    --input-border: 1px solid var(--Sp-Gray-Border2) !important;
    --input-border-color--hover: var(--Sp-Gray-Border2) !important;
}

/* 時間 */
.left-menu > .mail-menu-row.appointment-datetime[b-m8lfixsm52] {
    margin-bottom: 0px;
}

    .left-menu > .mail-menu-row.appointment-datetime .datetime-start[b-m8lfixsm52],
    .left-menu > .mail-menu-row.appointment-datetime .datetime-end[b-m8lfixsm52] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        flex: 0 0 240px;
        margin-bottom: 8px;
    }

/* 繰り返し、終日、タイムゾーン */
.left-menu > .mail-menu-row.appointment-other[b-m8lfixsm52] {
    margin-bottom: 0px;
}

    .left-menu > .mail-menu-row.appointment-other .appointment-other-left[b-m8lfixsm52],
    .left-menu > .mail-menu-row.appointment-other .appointment-other-right[b-m8lfixsm52] {
        width: fit-content;
        margin-bottom: 8px;
        display: flex;
    }

/* 右側のパネル用 */

.right-menu > .right-menu-header[b-m8lfixsm52] {
    height: 3rem;
    border-bottom: 1px solid var(--Sp-Gray-Border);
    align-items: center;
}

.mini-chevron-arrow[b-m8lfixsm52] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 4px;
}

.right-menu-header > .today-label[b-m8lfixsm52] {
    font-size: 0.9rem;
    margin-left: 8px;
    color: var(--Sp-Font-Main-Color);
}

.group-chhoise-ddl[b-m8lfixsm52] {
    margin-top: 4px;
    margin-left: auto;
    font-size: 0.7rem;
}

.mini-chevron-arrow[b-m8lfixsm52] {
    user-select: none;
    border-radius: 56px;
    cursor: pointer;
}

    .mini-chevron-arrow:hover[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .mini-chevron-arrow:active[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

.free-time-row[b-m8lfixsm52] {
    height: 2rem;
    align-items: center;
    padding: 0px 4px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

    .free-time-row:hover[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .free-time-row:active[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

.now-member-row[b-m8lfixsm52] {
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
    user-select: none;
    height: 3rem;
    align-items: center;
}

    .now-member-row:hover[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Hover-Color);
    }

    .now-member-row:active[b-m8lfixsm52] {
        background: var(--Sp-Menubar-Button-Selected-Color);
    }

/* 繰り返しダイアログ */
.recurrence-content[b-m8lfixsm52] {
    width: fit-content;
    height: fit-content;
    padding-left: 1rem;
    padding-top: 3px;
}

.recurrence-menu-row[b-m8lfixsm52] {
    height: 2rem;
    align-items: center;
    margin-bottom: 1rem;
}

.recurrence-title-column[b-m8lfixsm52] {
    align-items: center;
    width: 6rem;
    color: var(--Sp-Font-Main-Color);
    font-size: 0.9rem;
}

.recurrence-setting-column[b-m8lfixsm52] {
    padding-left: 1rem;
    align-items: center;
}

.create-appointment .publish-name-value[b-m8lfixsm52],
.create-appointment .alerm-name[b-m8lfixsm52] {
    margin-left: 1rem;
}

.create-appointment .row-start[b-m8lfixsm52],
.create-appointment .row-end[b-m8lfixsm52] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.create-appointment .right-arrow-datetime[b-m8lfixsm52],
.create-appointment .right-arrow-date[b-m8lfixsm52] {
    margin: 0 10px 0 20px;
    height: 30px;
}

.left-menu > .mail-menu-row.appointment-datetime > .mail-menu-box[b-m8lfixsm52], .left-menu > .mail-menu-row.appointment-other > .mail-menu-box[b-m8lfixsm52] {
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
    /*
    .left-menu > .mail-menu-row.appointment-datetime > .mail-menu-box, .left-menu > .mail-menu-row.appointment-other > .mail-menu-box {
        flex-wrap: wrap;
    }
    */

    .left-menu > .mail-menu-row.appointment-datetime .right-arrow-datetime[b-m8lfixsm52], 
    .left-menu > .mail-menu-row.appointment-datetime .right-arrow-date[b-m8lfixsm52] {
        display: none;
    }

    /*
    .left-menu > .mail-menu-row.appointment-datetime .datetime-start,
    .left-menu > .mail-menu-row.appointment-datetime .datetime-end {
        margin-right: 200px;
    }
    */
}

@media screen and (max-width: 800px) {
    .dialog-panel.create-appointment[b-m8lfixsm52] {
        min-height: 400px;
        min-width: auto;
        width: 90%;
    }

    .menu-divider.member-choise[b-m8lfixsm52],
    #member-choise[b-m8lfixsm52],
    #member-choise-name[b-m8lfixsm52] {
        display: none;
    }

    div.toolbar-member-choise[b-m8lfixsm52] {
        display: none !important;
    }

    .right-area[b-m8lfixsm52] {
        display: none;
    }

    .dialog-panel.create-appointment .main-menu > div > .left-menu[b-m8lfixsm52] {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .recurrence-menu-row[b-m8lfixsm52] {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .recurrence-setting-column[b-m8lfixsm52] {
        flex-wrap: wrap;
    }

    .create-appointment .publish-name-value[b-m8lfixsm52],
    .create-appointment .alerm-name[b-m8lfixsm52] {
        margin-left: 4px;
        margin-right: -4px;
        font-size: smaller;
    }

    /*
    .create-appointment .publish-name-value,
    .create-appointment .save-btn-name,
    .create-appointment .teams-meeting-name {
        display: none;
    }

    .create-appointment .alerm-name {
        margin-left: 2px;
        margin-right: -4px;
        font-size: smaller;
    }
        */
}

@media screen and (max-width: 400px) {
    .left-menu > .mail-menu-row.appointment-datetime .right-arrow-date[b-m8lfixsm52] {
        display: none;
    }

    .left-menu > .mail-menu-row.appointment-datetime .date-start[b-m8lfixsm52],
    .left-menu > .mail-menu-row.appointment-datetime .date-end[b-m8lfixsm52] {
        margin-right: 20px;
    }
}

.flexbox[b-m8lfixsm52] {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0 0;
}

.flex-item[b-m8lfixsm52] {
    width: 100%;
}

.flex-item-space[b-m8lfixsm52] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0 solid #edebe9;
    box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
    margin: 8px 0 8px 0;
    padding: 0;
    height: 1px;
}

.flex-item-left[b-m8lfixsm52] {
    padding: 5px 0 0 10px;
}

.flex-max-height-area-1[b-m8lfixsm52] {
    min-height: 250px;
    max-height: 250px;
    height: 250px;
    overflow: auto;
}

.flex-max-height-area-2[b-m8lfixsm52] {
    overflow: auto;
}

.timezone-start[b-m8lfixsm52] {
    margin-bottom: 8px;
    margin-left: 8px;
}

.timezone-end[b-m8lfixsm52] {
    margin-bottom: 8px;
    margin-left: 10px;
}

@media screen and (min-width: 1080px) {
    .create-appointment .row-start[b-m8lfixsm52], .create-appointment .row-end[b-m8lfixsm52] {
        flex-wrap: nowrap;
    }

    .timezone-start[b-m8lfixsm52] {
        margin-left: 8px;
    }

    .timezone-end[b-m8lfixsm52] {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1079px) {
    .create-appointment .row-start[b-m8lfixsm52], .create-appointment .row-end[b-m8lfixsm52] {
        flex-wrap: wrap;
    }

    .timezone-start[b-m8lfixsm52] {
        margin-left: 0;
    }

    .timezone-end[b-m8lfixsm52] {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .create-appointment .row-start[b-m8lfixsm52], .create-appointment .row-end[b-m8lfixsm52] {
        flex-wrap: nowrap;
    }

    .timezone-start[b-m8lfixsm52] {
        margin-left: 8px;
    }

    .timezone-end[b-m8lfixsm52] {
        margin-left: 10px;
    }
}

@media screen and (max-width: 630px) {
    .create-appointment .row-start[b-m8lfixsm52], .create-appointment .row-end[b-m8lfixsm52] {
        flex-wrap: wrap;
    }

    .timezone-start[b-m8lfixsm52] {
        margin-left: 0;
    }

    .timezone-end[b-m8lfixsm52] {
        margin-left: 0;
    }
}
/* _content/ScheduleLookPremium/Components/SpDistributionGroupEdit.razor.rz.scp.css */
.inner-panel[b-1w3z0uamix] {
    height: 100%;
}

.title-row[b-1w3z0uamix] {
    color: var(--Sp-Font-Main-Color);
}

.distribution-group-title-row[b-1w3z0uamix] {
    scrollbar-gutter: stable;
    color: var(--Sp-Font-Main-Color);
}

.title-wo-hensyu[b-1w3z0uamix] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: center;
}

.title-edit[b-1w3z0uamix] {
    padding-left: 2rem;
    padding-right: calc(1rem + 6px);
}

.distributiongroup-member-add[b-1w3z0uamix] {
    color: var(--Sp-Font-Main-Color);
}

.group-edit-label[b-1w3z0uamix] {
    color: var(--Sp-Font-Main-Color);
}

.user-add-area[b-1w3z0uamix] {
    padding: 0 1rem 0 2rem;
}

.user-add-button[b-1w3z0uamix] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Accent-Color);
}

    .user-add-button:hover[b-1w3z0uamix] {
        background: rgba(255,255,255, 0.4);
    }

.user-add-button-disable[b-1w3z0uamix] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 0.9rem;
    cursor: default;
    border: 1px solid var(--Sp-Gray-Border);
    color: var(--Sp-Font-Accent-Color);
    opacity: 0.2;
    user-select: none; /* standard */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE */
}

.group-edit-label[b-1w3z0uamix] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: baseline;
    height: 28px;
}

    .group-edit-label > div[b-1w3z0uamix] {
        margin-left: 1rem;
        font-size: 0.5rem;
        align-items: flex-end;
    }

.x-area[b-1w3z0uamix] {
    margin-left: auto;
    margin-right: 16px;
    width: 1rem;
    height: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

    .x-area:hover[b-1w3z0uamix] {
        background: rgba(0,0,0,0.1);
    }

.member-body[b-1w3z0uamix] {
    overflow: auto;
    position: relative;
    padding: 0 1rem 0 2rem;
    scrollbar-gutter: stable;
}

.distribution-group-footer[b-1w3z0uamix] {
    justify-content: right;
    align-items: flex-end;
    padding: 0 1rem;
    padding-bottom: 8px;
}

.dialog-checkbox[b-1w3z0uamix] {
    padding-top: 10px;
}

    .dialog-checkbox > label[b-1w3z0uamix] {
        padding-top: 1px;
        padding-left: 5px;
        margin-right: 10px;
    }

    .dialog-checkbox > div > svg[b-1w3z0uamix] {
        vertical-align: middle;
    }
/* _content/ScheduleLookPremium/Components/SpGroupMenu.razor.rz.scp.css */
/* スケジューラーのユーザーの表示位置 */
div.row-layout.template-wrap[b-z04tr8xtbl] {
    align-items: start !important;
    margin: 8px 0px 0px 0px !important;
}

.group-row-category[b-z04tr8xtbl] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
    align-items: center;
    position: relative;
    margin: 3px 0px;
    user-select: none;
}

    .group-row-category:hover[b-z04tr8xtbl] {
        background-color: rgba(0,0,0,0.1);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.group-toggle[b-z04tr8xtbl] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: all 0.1s ease-in;
}

    .group-toggle:hover[b-z04tr8xtbl] {
    }

input:checked + .group-toggle[b-z04tr8xtbl] {
    transform: rotate( 180deg );
}


.group-category-title[b-z04tr8xtbl] {
    width: calc(100% - 5px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    height: inherit;
    display: flex;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.group-row-category:hover .group-option-button[b-z04tr8xtbl] {
    display: flex;
}

.group-row[b-z04tr8xtbl] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 0.9rem;
    user-select: none;
    padding: 0 4px 0 16px;
    align-items: center;
    transition: all 0.2s;
    color: var(--Sp-Font-Main-Color);
}

    .group-row:hover[b-z04tr8xtbl] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.select-group-row[b-z04tr8xtbl] {
    background: var(--Sp-Menubar-Button-Selected-Color);
}

.group-row-close[b-z04tr8xtbl] {
    min-height: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.horizontal-3point[b-z04tr8xtbl] {
    margin-left: auto;
    display: none;
}

.group-row:hover > .horizontal-3point[b-z04tr8xtbl] {
    display: flex;
}

.text-ellipsis[b-z04tr8xtbl] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spinner-overflow-hidden[b-z04tr8xtbl] {
    overflow: hidden !important;
    height: 16px;
    min-height: 16px;
}
/* _content/ScheduleLookPremium/Components/SpParentGroupEdit.razor.rz.scp.css */
.inner-panel[b-ud3kpcyh5c] {
    height: 100%;
}

.parent-group-title-row[b-ud3kpcyh5c] {
    scrollbar-gutter: stable;
}

.title-wo-hensyu[b-ud3kpcyh5c] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.title-edit[b-ud3kpcyh5c] {
    padding-left: 2rem;
    padding-right: calc(1rem + 6px);
}

.group-edit-label[b-ud3kpcyh5c] {
    padding-left: 1rem;
    font-size: 0.8rem;
    align-items: baseline;
    height: 28px;
    color: var(--Sp-Font-Main-Color);
}

.group-edit-label > div[b-ud3kpcyh5c] {
    margin-left: 1rem;
    font-size: 0.5rem;
    align-items: flex-end;
}
.add-group-area[b-ud3kpcyh5c] {
    padding: 0 1rem 0 2rem;
    scrollbar-gutter: stable;
    overflow: auto;
}

.add-flag-area[b-ud3kpcyh5c] {
    width: 40px;
    margin-right: 16px;
    justify-content: center;
    user-select: none;
}

.group-name-area[b-ud3kpcyh5c] {
    user-select: none;
}

.new-group-item-button[b-ud3kpcyh5c] {
    background: var(--Sp-Menubar-Background-Color);
    color: var(--Sp-Font-Accent-Color);
    height: 40px;
    width: 100%;
    border-radius: 4px;
    align-items: center;
    padding: 10px 12px;
    align-items: center;
    cursor: pointer;
   /* font-family: system-ui;*/
}

    .new-group-item-button:hover[b-ud3kpcyh5c] {
        background: rgba(255,255,255, 0.4);
    }

.new-group-item-button-disable[b-ud3kpcyh5c] {
    background: var(--Sp-Menubar-Background-Color);
    color: var(--Sp-Font-Accent-Color);
    opacity: 0.2;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    align-items: center;
    padding: 10px 12px;
    align-items: center;
    cursor: default;
    pointer-events: none;
    /*font-family: system-ui;*/
}

.group-body[b-ud3kpcyh5c] {
    overflow: auto;
    position: relative;
    padding: 0 1rem 0 2rem;
    scrollbar-gutter: stable;
}

.parent-group-footer[b-ud3kpcyh5c] {
    justify-content: right;
    align-items: flex-end;
    padding: 0 1rem;
    padding-bottom: 8px;
}

.save-row[b-ud3kpcyh5c] {

}
/* _content/ScheduleLookPremium/Components/SpRecursiveMenu.razor.rz.scp.css */
/* スケジューラーのユーザーの表示位置 */
div.row-layout.template-wrap[b-fuh2hzrzar] {
    align-items: start !important;
    margin: 8px 0px 0px 0px !important;
}

.group-row-category[b-fuh2hzrzar] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
    align-items: center;
    position: relative;
    margin: 3px 0px;
    user-select: none;
    transition: padding-left 0.5s;
}

    .group-row-category:hover[b-fuh2hzrzar] {
        background-color: rgba(0,0,0,0.1);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.group-toggle[b-fuh2hzrzar] {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: all 0.1s ease-in;
}

    .group-toggle:hover[b-fuh2hzrzar] {
    }

input:checked + .group-toggle[b-fuh2hzrzar] {
    transform: rotate( 180deg );
}


.group-category-title[b-fuh2hzrzar] {
    width: calc(100% - 5px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    height: inherit;
    display: flex;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.group-row-category:hover .group-option-button[b-fuh2hzrzar] {
    display: flex;
}

.group-row[b-fuh2hzrzar] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 0.9rem;
    user-select: none;
    padding: 0 4px 0 16px;
    align-items: center;
    transition: all 0.2s;
    color: var(--Sp-Font-Main-Color);
}

    .group-row:hover[b-fuh2hzrzar] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.select-group-row[b-fuh2hzrzar] {
    background: var(--Sp-Menubar-Button-Selected-Color);
}

.group-row-close[b-fuh2hzrzar] {
    min-height: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.horizontal-3point[b-fuh2hzrzar] {
    margin-left: auto;
    display: none;
}

.group-row:hover > .horizontal-3point[b-fuh2hzrzar] {
    display: flex;
}

.text-ellipsis[b-fuh2hzrzar] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spinner-overflow-hidden[b-fuh2hzrzar] {
    overflow: hidden !important;
    height: 16px;
    min-height: 16px;
}
/* _content/ScheduleLookPremium/Components/SpRecursiveTileMenu.razor.rz.scp.css */
.schedulecontent[b-njt2pxbo73] {
    display: flex;
    flex-wrap: wrap;
    width: 425px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e-card-current[b-njt2pxbo73] {
    display: flex;
    flex-wrap: wrap;
}

.card_content_username[b-njt2pxbo73] {
    width: 340px;
}


.card_content_subject[b-njt2pxbo73] {
    font-weight: bold;
    font-size: 1rem;
    height: 60px;
    padding-top: 10px;
    /* 折り返し表示 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.card_content_startime[b-njt2pxbo73] {
    float: left;
    /*padding-left: 15px;*/
}

.card_content_endtime[b-njt2pxbo73] {
}

.card_content_orgnizer[b-njt2pxbo73] {
    clear: both;
    padding-left: 15px;
}

.e-card-next[b-njt2pxbo73] {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DFDEDE;
}

.next-icon[b-njt2pxbo73] {
    float: left;
}

.next-item[b-njt2pxbo73] {
    padding-left: 10px !important;
    width: 385px;
    font-size: 14px;
}

.card_content_nextsubject[b-njt2pxbo73] {
    font-weight: bold;
}

.card-join-meeting[b-njt2pxbo73] {
    background: #0D47A1;
}

.card-next-join-meeting[b-njt2pxbo73] {
    background: #1976D2;
}
/* _content/ScheduleLookPremium/Components/SpSchedule.razor.rz.scp.css */
/* ヘッダー1 */
.header-1[b-8a77fcr17z] {
    justify-content:flex-start;
    align-items: center;
    padding-left: 16px;
}

.sp-normal-btn[b-8a77fcr17z] {
    outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    border: none;
    border-radius: 2px;
    background-color: white;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: fit-content;
    cursor: pointer;
    user-select: none;
    font-size: 0.8rem;
    padding: 0px 16px;
    line-height: 1.6rem;
}

.sp-chevron-btn[b-8a77fcr17z] {
    border: none;
    border-radius: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

    .sp-chevron-btn:hover[b-8a77fcr17z] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
    }

    .sp-chevron-btn:active[b-8a77fcr17z] {
        background-color: var(--Sp-Menubar-Button-Active-Color);
    }

    .sp-chevron-btn:disabled[b-8a77fcr17z] {
        background-color: rgba(0,0,0,0);
        cursor: progress;
        /*-webkit-text-fill-color: var(--Sp-Disabled-Text-Color);
        color: var(--Sp-Disabled-Text-Color);*/
    }

.current-date[b-8a77fcr17z] {
    font-size: 1.2rem;
}

/* ヘッダー2 */
.header-2[b-8a77fcr17z] {
    justify-content: flex-start;
    align-items: flex-start;
}

.menu-bar-create-appointment[b-8a77fcr17z] {
    background-color: var(--Sp-Menubar-BackGround-Color);
    width: 100%;
    min-width: max-content;
    height: 40px;
    margin: 0px 16px;
    border-radius: 2px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 4px;
}

.menu-bar-create-appointment input:checked + label[b-8a77fcr17z] {
    background-color: var(--Sp-Menubar-Button-Selected-Color);
    outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
}

/* スケジューラ―ユーザーカード */
.user-card[b-8a77fcr17z] {
    align-items: flex-start;
    justify-content: flex-start;

}

.status-bar[b-8a77fcr17z] {
    width: 8px;
    height: 100%;
    justify-content: left;
    align-items: center;
}

.status-box[b-8a77fcr17z] {
    height: 80%;
    width:5px;
    border-radius: 4px;
}



.status-tag[b-8a77fcr17z] {
    background-color: darkturquoise;
    border-radius: 8px;
    color: white;
    padding: 0 6px 0 6px;
    width: fit-content;
    font-size: 0.7rem;
}

.status-button[b-8a77fcr17z] {
    border: none;
    height: 1.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    align-items: center;
}

.status-message[b-8a77fcr17z] {
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    font-weight: bold;
}

/* ステータスメニュー吹き出し */
.status-babble[b-8a77fcr17z] {
    position: fixed;
    display: flex;
    z-index: 4;
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

/* 右側パネル */
.right-back[b-8a77fcr17z] {
    position: fixed;
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 100%;
    background-color: white;
    border-left: 1px solid #DFDEDE;
}

#filter-panel[b-8a77fcr17z] {
    opacity: 0;
    visibility: hidden;
}

.filter-panel[b-8a77fcr17z] {
    width: 100%;
    height: 100%;
    background: var(--Sp-Gradation-BackGround-Color);
    border-left: 1px solid #DFDEDE;
}

#member-panel[b-8a77fcr17z] {
    opacity: 0;
    visibility: hidden;
}

/* ツールチップ */
.tooltip-template[b-8a77fcr17z] {
    width: fit-content;
    max-width: 320px;
    height: fit-content;
    background: white;
    overflow: hidden;
    padding: 8px;
}

.tooltip-title[b-8a77fcr17z] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
    height: 3rem;
    justify-content: flex-start;
    align-items: center;
}

.side-color-box[b-8a77fcr17z] {
    background: blue;
    width: 5px;
    min-width: 5px;
    min-height: 100%;
    border-radius: 4px;
    margin-right: 8px;
}

.tooltip-icon-column[b-8a77fcr17z] {
    min-width: 40px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.tooltip-text-column[b-8a77fcr17z] {
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
}
/* _content/ScheduleLookPremium/Components/SpScheduleField.razor.rz.scp.css */
.status-bar[b-agree6ghmo] {
    width: 8px;
    position: relative;
    height: 100%;
    justify-content: left;
    align-items: center;
}

.status-box[b-agree6ghmo] {
    height: calc(100% - 2px);
    width: 5px;
    border-radius: 4px;
}

.status-button[b-agree6ghmo] {
    border: none;
    height: 1.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    align-items: center;
}

.status-message[b-agree6ghmo] {
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    font-weight: bold;
}

.area-agenda-content[b-agree6ghmo] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

    .area-agenda-content mgt-person[b-agree6ghmo] {
        width: 100%;
        min-width: 8rem;
        --person-details-wrapper-width: 100%;
        --person-avatar-size: 24px;
        --person-line1-text-color: var(--Sp-Font-Main-Color);
        --person-line2-text-color: var(--Sp-Font-Main-Color);
    }

    .area-agenda-content .custom-line[b-agree6ghmo] {
        width: 100%;
        min-width: 8rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
    }

    .area-agenda-content .line1[b-agree6ghmo] {
        align-items: center;
        width: 100%;
        min-width: 8rem;
        padding-right: 0.5rem;
        padding-left: 8px;
        font-weight: 600;
    }

    .area-agenda-content .line2[b-agree6ghmo] {
        width: 100%;
        padding-left: 8px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        font-weight: 400;
    }

        .area-agenda-content .line2 mgt-person[b-agree6ghmo] {
            width: auto;
            min-width: auto;
            --person-line1-text-color: var(--Sp-Font-Main-Color);
            --person-line2-text-color: var(--Sp-Font-Main-Color);
        }

    .area-agenda-content .no-data-custom-lines[b-agree6ghmo] {
        width: 100%;
        min-width: 8rem;
    }
/* _content/ScheduleLookPremium/Components/SpScheduleFieldStatus.razor.rz.scp.css */
/* _content/ScheduleLookPremium/Pages/MainPage.razor.rz.scp.css */

.main-container[b-mxz3gnjju2] {
    display: flex;
    width: 100vw;
    overflow: auto;
    background-color: var(--Sp-Main-Panel-Color);
    height: 100vh;
}

/* サイドパネル */
.side-panel-settings[b-mxz3gnjju2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 260px;
    width: 260px;
    background: var(--Sp-Gradation-BackGround-Color);
    border-right: 1px solid #DFDEDE;
    position: relative;
    transition: all 0.05s;
    height: 100%;
}

#header-fixed[b-mxz3gnjju2] {
    position: fixed;
    top: 0px;
    left: 260px;
    right: 0;
    z-index: 49;
    transition: left 0.5s ease, opacity 0.5s ease-in-out;
}

#check:checked ~ .side-panel-settings[b-mxz3gnjju2] {
    width: 68px;
    min-width: 68px;
}

#check:checked ~ .main-view-settings[b-mxz3gnjju2] {
    width: calc(100% - 68px);
    max-width: calc(100% - 68px);
}

.overlay-button-area[b-mxz3gnjju2] {
    /*position: fixed;
    z-index: 3;
    top: 16px;*/
}

/* モバイルヘッダー */
.mobile-overlay-button-area[b-mxz3gnjju2] {
    display: none;
    position: fixed;
    left: 5px;
    z-index: 600;
}

.side-panel-upper-part[b-mxz3gnjju2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    /*min-height: 400px;*/
    /*max-height: 400px;*/
    position: relative;
}

    .side-panel-upper-part .calendar-part[b-mxz3gnjju2] {
        width: 100%;
    }

.side-panel-middle-part[b-mxz3gnjju2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    height: 3rem;
}

.side-panel-downer-part[b-mxz3gnjju2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#check:checked ~ .side-panel-settings .side-panel-upper-part .calendar-part[b-mxz3gnjju2] {
    opacity: 0;
    visibility: hidden;
}

#check:checked ~ .side-panel-settings .side-panel-middle-part[b-mxz3gnjju2] {
    opacity: 0;
    visibility: hidden;
}

#check:checked ~ .side-panel-settings .side-panel-downer-part[b-mxz3gnjju2] {
    opacity: 0;
    visibility: hidden;
}


.side-panel-button[b-mxz3gnjju2] {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

    .side-panel-button:hover[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        cursor: pointer;
    }

    .side-panel-button:active[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Active-Color);
    }

.create-schedule-button[b-mxz3gnjju2] {
    font-weight: bold;
    font-size: 1rem;
    color: white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border: none;
    min-height: 48px;
    width: calc(100% - 32px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    margin-left: 16px;
}

.calendar-center-div[b-mxz3gnjju2] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-row-category[b-mxz3gnjju2] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
    align-items: center;
    position: relative;
    margin: 3px 0px;
    user-select: none;
}

    .group-row-category:hover[b-mxz3gnjju2] {
        background-color: rgba(0,0,0,0.1);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.calendar-row-category[b-mxz3gnjju2] {
    display: flex;
    width: 100%;
    /*height: 40px;*/
    min-height: 40px;
    font-size: 1.1rem;
    align-items: center;
    position: relative;
    margin: 3px 0px;
    user-select: none;
}

    .calendar-row-category .calendar-collapse-bar-content[b-mxz3gnjju2] {
        width: calc(100% - 32px);
    }

#collapse-bar-toggle-chkbox:checked + .calendar-row-category[b-mxz3gnjju2] {
    align-items: start;
    padding-top: 4px;
}

.calendar-toggle[b-mxz3gnjju2],
.group-toggle[b-mxz3gnjju2] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: all 0.1s ease-in;
}

    .calendar-toggle:hover[b-mxz3gnjju2],
    .group-toggle:hover[b-mxz3gnjju2] {
    }

input:checked + .group-toggle[b-mxz3gnjju2] {
    transform: rotate( 180deg );
}

/*.calendar-toggle {
    transform: rotate( 90deg );
}*/

#calendar-toggle-chkbox:checked + .calendar-toggle[b-mxz3gnjju2] {
    transform: rotate( 180deg );
}

.group-category-title[b-mxz3gnjju2] {
    width: calc(100% - 72px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    height: inherit;
    display: flex;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.calendar-title[b-mxz3gnjju2] {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    height: inherit;
    display: flex;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
    padding-left:38px;
}

.group-option-button[b-mxz3gnjju2] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0,0,0,0);
}

.group-row-category:hover .group-option-button[b-mxz3gnjju2] {
    display: flex;
}

.group-row[b-mxz3gnjju2] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 0.9rem;
    user-select: none;
    padding: 0 4px 0 16px;
    align-items: center;
    transition: all 0.2s;
    color: var(--Sp-Font-Main-Color);
}

    .group-row:hover[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.select-group-row[b-mxz3gnjju2] {
    background: var(--Sp-Menubar-Button-Selected-Color);
}

.group-row-close[b-mxz3gnjju2] {
    min-height: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}

.horizontal-3point[b-mxz3gnjju2] {
    margin-left: auto;
    display: none;
}

.group-row:hover > .horizontal-3point[b-mxz3gnjju2] {
    display: flex;
}

.flag-box[b-mxz3gnjju2] {
    width: 1rem;
    min-width: 1rem;
}

/* メインビュー */
.main-view-settings[b-mxz3gnjju2] {
    display: flex;
    flex-direction: column;
    /*width: calc(100vw - 238px);*/ /* Issue 665 */
    width: 100%;
    position: relative;
    background: var(--Sp-Main-Panel-Color);
    height: 100%;
}


/* モバイルヘッダー */
.mobile-date-header[b-mxz3gnjju2] {
    display: none;
}

/* ヘッダー1 */
.header-1[b-mxz3gnjju2] {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    color: var(--Sp-Font-Main-Color);
    /*font-family: system-ui;*/
    height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.sp-normal-btn[b-mxz3gnjju2] {
    outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    border: none;
    border-radius: 2px;
    background: var(--Sp-Main-Color);
    color: var(--Sp-Font-Main-Color);
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: fit-content;
    cursor: pointer;
    user-select: none;
    font-size: 0.8rem;
    padding: 0px 16px;
    line-height: 1.6rem;
}

.sp-chevron-btn[b-mxz3gnjju2] {
    border: none;
    border-radius: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

    .sp-chevron-btn:hover[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
    }

    .sp-chevron-btn:active[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Active-Color);
    }

    .sp-chevron-btn:disabled[b-mxz3gnjju2] {
        background-color: rgba(0,0,0,0);
        cursor: progress;
        /*-webkit-text-fill-color: var(--Sp-Disabled-Text-Color);
        color: var(--Sp-Disabled-Text-Color);*/
    }

.current-date[b-mxz3gnjju2] {
    height: 90%;
    font-size: 1rem;
    padding-top: 2px;
}

/* ヘッダー2 */
.header-2[b-mxz3gnjju2] {
    justify-content: flex-start;
    align-items: flex-start;
    height: 48px;
    margin-bottom: 16px;
}

.menu-bar[b-mxz3gnjju2] {
    background-color: var(--Sp-Menubar-Background-Color);
    width: 100%;
    min-width: max-content;
    height: 40px;
    margin: 0px 16px;
    border-radius: 2px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
    padding: 4px;
    /*font-family: system-ui;*/
}

    .menu-bar input:checked + label[b-mxz3gnjju2] {
        background-color: var(--Sp-Menubar-Button-Selected-Color);
        outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    }

/* スケジューラ―ユーザーカード */
.user-card[b-mxz3gnjju2] {
    align-items: flex-start;
    justify-content: flex-start;
}

.status-bar[b-mxz3gnjju2] {
    width: 8px;
    position: relative;
    height: 100%;
    justify-content: left;
    align-items: center;
}

.status-box[b-mxz3gnjju2] {
    height: calc(100% - 2px);
    width: 5px;
    border-radius: 4px;
}

.status-button[b-mxz3gnjju2] {
    border: none;
    height: 1.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    align-items: center;
}

.status-message[b-mxz3gnjju2] {
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    font-weight: bold;
}

    /* ツールチップ */
    .tooltip-template[b-mxz3gnjju2] {
        width: fit-content;
        max-width: 320px;
        height: fit-content;
        background: white;
        overflow: hidden;
        padding: 8px;
    }

.tooltip-title[b-mxz3gnjju2] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
    height: 3rem;
    justify-content: flex-start;
    align-items: center;
}

.side-color-box[b-mxz3gnjju2] {
    background: blue;
    width: 5px;
    min-width: 5px;
    min-height: 100%;
    border-radius: 4px;
    margin-right: 8px;
}

.tooltip-icon-column[b-mxz3gnjju2] {
    min-width: 40px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.tooltip-text-column[b-mxz3gnjju2] {
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
}

/* スケジューラ― */
.timeline-year-template[b-mxz3gnjju2] {
    height: 80px;
    max-height: 80px;
    justify-content: center;
    align-items: center;
}

    .timeline-year-template img[b-mxz3gnjju2] {
        width: 40px;
        border-radius: 10rem;
    }

/* ユーザー毎のカラーバー */
.status-bar-view-month[b-mxz3gnjju2] {
    width: 8px;
    height:7vh;
    position: relative;
    justify-content: left;
    align-items: center;
}
.status-box-view-month[b-mxz3gnjju2] {
    height: calc(100% - 4px);
    width: 5px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 統合ビュー時のユーザー表示 */
.resource-bar-view-month[b-mxz3gnjju2] {
    width: 248px;
    height: calc(100% - 138px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 38px;
    border-right: 1px solid #edebe9;
    border-bottom: 1px solid #edebe9;
    color: var(--Sp-Font-Main-Color);
}

/* レイアウトページから移行 */
.config-menu-icon[b-mxz3gnjju2] {
    position: fixed;
    background: rgba(0,0,0,0);
    border-radius: 10rem;
    width: 32px;
    height: 32px;
    z-index: 51;
    right: 28px;
    top: 16px;
    cursor: pointer;
}

    .config-menu-icon mgt-person[b-mxz3gnjju2] {
        --person-avatar-size: 32px;
    }

.config-menu[b-mxz3gnjju2] {
    position: absolute;
    z-index: 100;
    right: 16px;
    top: 64px;
}

#config-menu[b-mxz3gnjju2] {
    visibility: hidden;
    display:none;
    opacity: 0;
}

#SpCreateAppointment[b-mxz3gnjju2] {
    opacity: 0;
    visibility: hidden;
}

#create-dialog[b-mxz3gnjju2] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 1000;
}

#edit-parent-group[b-mxz3gnjju2] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 200;
}

#edit-child-group[b-mxz3gnjju2] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 200;
}

#edit-group-url[b-mxz3gnjju2] {
    z-index: 200;
}

#license-panel[b-mxz3gnjju2] {
    /*    z-index: 150;
    visibility: hidden;
    opacity: 0;*/
}

/* ステータスメニュー吹き出し */
.status-babble[b-mxz3gnjju2] {
    position: fixed;
    display: flex;
    z-index: 50;
    visibility: hidden;
    display:none;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}


/* 右側パネル */
.right-back[b-mxz3gnjju2] {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 100%;
    background-color: white;
    border-left: 1px solid #DFDEDE;
}

#filter-panel[b-mxz3gnjju2] {
    /*    opacity: 0;
    visibility: hidden;*/
}

.filter-panel[b-mxz3gnjju2] {
    width: 100%;
    height: 100%;
    background: var(--Sp-Gradation-BackGround-Color);
    border-left: 1px solid #DFDEDE;
}

#member-panel[b-mxz3gnjju2] {
    /*    opacity: 0;
    visibility: hidden;*/
}

@media screen and (max-width: 600px) and (min-width: 1px) {
    .current-date[b-mxz3gnjju2] {
        display: none;
    }
}

.side-panel-tabs[b-mxz3gnjju2]  .e-tab .e-tab-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: var(--Sp-Gradation-BackGround-Color);
    color: var(--Sp-Font-Main-Color);
}

.side-panel-tabs[b-mxz3gnjju2]  .e-tab .e-content {
    background: var(--Sp-Gradation-BackGround-Color);
    color: var(--Sp-Font-Main-Color);
    min-height: calc(100% - 400px);
}

.side-panel-tabs[b-mxz3gnjju2]  .side-panel-middle-part {
    position: sticky !important;
    top: 48px;
    z-index: 1000;
    background: var(--Sp-Gradation-BackGround-Color);
    color: var(--Sp-Font-Main-Color);
}

.norecord[b-mxz3gnjju2] {
    margin: 0 -16px !important;
}

.remove-top[b-mxz3gnjju2] {
    top:0 !important;
    margin-top: 4px !important;
}

@media screen and (max-height: 650px) and (min-height: 1px) {
    .side-panel-settings[b-mxz3gnjju2] {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .e-schedule-custom[b-mxz3gnjju2] {
        min-height: calc(100% - 138px);
    }

    .side-panel-downer-part[b-mxz3gnjju2] {
        min-height: 150px !important;
        /*max-height: 250px !important;
        height: auto !important;*/
    }
}
/* _content/ScheduleLookPremium/Pages/MobileMainPage.razor.rz.scp.css */

.main-container[b-4bs2o2upta] {
    display: flex;
    width: 100vw;
    overflow: auto;
    background-color: var(--Sp-Main-Panel-Color);
    height: 100vh;
    height: 100dvh;
}

#check:checked ~ .main-view-settings[b-4bs2o2upta] {
    width: calc(100% - 68px);
    max-width: calc(100% - 68px);
}

.overlay-mobile-menu[b-4bs2o2upta] {
    z-index: 500;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--Sp-Gradation-BackGround-Color);
}

.side-panel-upper-part[b-4bs2o2upta] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    position: relative;
}

.side-panel-middle-part[b-4bs2o2upta] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    height: 3rem;
}

.side-panel-downer-part[b-4bs2o2upta] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.side-panel-button[b-4bs2o2upta] {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

    .side-panel-button:hover[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        cursor: pointer;
    }

    .side-panel-button:active[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Active-Color);
    }

.create-schedule-button[b-4bs2o2upta] {
    font-weight: bold;
    font-size: 1rem;
    color: white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border: none;
    min-height: 48px;
    width: calc(100% - 32px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    margin-left: 16px;
}

.calendar-center-div[b-4bs2o2upta] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-row-schedule-view-category[b-4bs2o2upta],
.group-row-category[b-4bs2o2upta] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 1.1rem;
    align-items: center;
    position: relative;
    margin: 3px 0px;
    user-select: none;
}

    .group-row-category:hover[b-4bs2o2upta] {
        background-color: rgba(0,0,0,0.1);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.group-toggle[b-4bs2o2upta] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: all 0.1s ease-in;
}

    .group-toggle:hover[b-4bs2o2upta] {
    }

input:checked + .group-toggle[b-4bs2o2upta] {
    transform: rotate( 180deg );
}


.group-category-title[b-4bs2o2upta] {
    width: calc(100% - 72px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    height: inherit;
    display: flex;
    align-items: center;
    color: var(--Sp-Font-Main-Color);
}

.group-option-button[b-4bs2o2upta] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0,0,0,0);
}

.group-row-category:hover .group-option-button[b-4bs2o2upta] {
    display: flex;
}

.group-row[b-4bs2o2upta] {
    display: flex;
    width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 0.9rem;
    user-select: none;
    padding: 0 4px 0 16px;
    align-items: center;
    transition: all 0.2s;
    color: var(--Sp-Font-Main-Color);
}

    .group-row:hover[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
    }

.select-group-row[b-4bs2o2upta] {
    background: var(--Sp-Menubar-Button-Selected-Color);
}

.group-row-close[b-4bs2o2upta] {
    min-height: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}

.horizontal-3point[b-4bs2o2upta] {
    margin-left: auto;
    display: none;
}

.group-row:hover > .horizontal-3point[b-4bs2o2upta] {
    display: flex;
}

.flag-box[b-4bs2o2upta] {
    width: 1rem;
    min-width: 1rem;
}

/* メインビュー */
.main-view-settings[b-4bs2o2upta] {
    display: flex;
    flex-direction: column;
    /*width: calc(100vw - 238px);*/ /* Issue 665 */
    width: 100%;
    position: relative;
    background: var(--Sp-Main-Panel-Color);
}


/* モバイルヘッダー */
.mobile-date-header[b-4bs2o2upta] {
    display: flex;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    padding: 16px 0px;
    justify-content: center;
    align-content: center;
    color: var(--Sp-Font-Main-Color);
    background: var(--Sp-Gradation-BackGround-Color);
}

/* ヘッダー1 */

.sp-normal-btn[b-4bs2o2upta] {
    outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    border: none;
    border-radius: 2px;
    background: var(--Sp-Main-Color);
    color: var(--Sp-Font-Main-Color);
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: fit-content;
    cursor: pointer;
    user-select: none;
    font-size: 0.8rem;
    padding: 0px 16px;
    line-height: 1.6rem;
}

.sp-chevron-btn[b-4bs2o2upta] {
    border: none;
    border-radius: 48px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

    .sp-chevron-btn:hover[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Hover-Color);
    }

    .sp-chevron-btn:active[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Active-Color);
    }

    .sp-chevron-btn:disabled[b-4bs2o2upta] {
        background-color: rgba(0,0,0,0);
        cursor: progress;
        /*-webkit-text-fill-color: var(--Sp-Disabled-Text-Color);
        color: var(--Sp-Disabled-Text-Color);*/
    }


/* ヘッダー2 */

.menu-bar[b-4bs2o2upta] {
    background-color: var(--Sp-Menubar-Background-Color);
    width: 100%;
    min-width: max-content;
    height: 40px;
    margin: 0px 16px;
    border-radius: 2px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
    padding: 4px;
    /*font-family: system-ui;*/
}

    .menu-bar input:checked + label[b-4bs2o2upta] {
        background-color: var(--Sp-Menubar-Button-Selected-Color);
        outline: 1px solid var(--Sp-Menubar-Button-Border-Color);
    }

/* スケジューラ―ユーザーカード */
.user-card[b-4bs2o2upta] {
    align-items: flex-start;
    justify-content: flex-start;
}

.status-bar[b-4bs2o2upta] {
    width: 8px;
    position: relative;
    height: 100%;
    justify-content: left;
    align-items: center;
}

.status-box[b-4bs2o2upta] {
    height: calc(100% - 2px);
    width: 5px;
    border-radius: 4px;
}

.status-button[b-4bs2o2upta] {
    border: none;
    height: 1.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    align-items: center;
}

.status-message[b-4bs2o2upta] {
    font-size: 0.7rem;
    justify-content: center;
    margin-top: 4px;
    font-weight: bold;
}

.area-agenda-content[b-4bs2o2upta] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

    .area-agenda-content mgt-person[b-4bs2o2upta] {
        width: 100%;
        min-width: 8rem;
        --person-details-wrapper-width: 100%;
        --person-avatar-size: 24px;
        --person-line1-text-color: var(--Sp-Font-Main-Color);
        --person-line2-text-color: var(--Sp-Font-Main-Color);
    }

    .area-agenda-content .custom-line[b-4bs2o2upta] {
        width: 100%;
        min-width: 8rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
    }

    .area-agenda-content .line1[b-4bs2o2upta] {
        align-items: center;
        width: 100%;
        min-width: 8rem;
        padding-right: 0.5rem;
        padding-left: 8px;
        font-weight: 600;
    }

    .area-agenda-content .line2[b-4bs2o2upta] {
        width: 100%;
        padding-left: 8px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        font-weight: 400;
    }

        .area-agenda-content .line2 mgt-person[b-4bs2o2upta] {
            width: auto;
            min-width: auto;
            --person-line1-text-color: var(--Sp-Font-Main-Color);
            --person-line2-text-color: var(--Sp-Font-Main-Color);
        }

    .area-agenda-content .no-data-custom-lines[b-4bs2o2upta] {
        width: 100%;
        min-width: 8rem;
    }

/* ツールチップ */
.tooltip-template[b-4bs2o2upta] {
    width: fit-content;
    max-width: 320px;
    height: fit-content;
    background: white;
    overflow: hidden;
    padding: 8px;
}

.tooltip-title[b-4bs2o2upta] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
    height: 3rem;
    justify-content: flex-start;
    align-items: center;
}

.side-color-box[b-4bs2o2upta] {
    background: blue;
    width: 5px;
    min-width: 5px;
    min-height: 100%;
    border-radius: 4px;
    margin-right: 8px;
}

.tooltip-icon-column[b-4bs2o2upta] {
    min-width: 40px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.tooltip-text-column[b-4bs2o2upta] {
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
}

/* スケジューラ― */
.timeline-year-template[b-4bs2o2upta] {
    height: 80px;
    max-height: 80px;
    justify-content: center;
    align-items: center;
}

    .timeline-year-template img[b-4bs2o2upta] {
        width: 40px;
        border-radius: 10rem;
    }

/* ユーザー毎のカラーバー */
.status-bar-view-month[b-4bs2o2upta] {
    width: 8px;
    height: 9vh;
    height: 9dvh;
    position: relative;
    justify-content: left;
    align-items: center;
}
.status-box-view-month[b-4bs2o2upta] {
    height: calc(100% - 4px);
    width: 2px !important;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 統合ビュー時のユーザー表示 */
.resource-bar-view-month[b-4bs2o2upta] {
    width: 100px;
    max-width: 100px;
    height: calc(100vh - 128px);
    height: calc(100dvh - 128px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 38px;
    border-right: 1px solid #edebe9;
    border-bottom: 1px solid #edebe9;
    color: var(--Sp-Font-Main-Color);
}

/* レイアウトページから移行 */
.config-menu-icon[b-4bs2o2upta] {
    position: fixed;
    background: rgba(0,0,0,0);
    border-radius: 10rem;
    width: 32px;
    height: 32px;
    z-index: 50;
    right: 28px;
    top: 16px;
    cursor: pointer;
}

    .config-menu-icon mgt-person[b-4bs2o2upta] {
        --person-avatar-size: 32px;
    }

.config-menu[b-4bs2o2upta] {
    position: absolute;
    z-index: 100;
    right: 16px;
    top: 64px;
}

#config-menu[b-4bs2o2upta] {
    visibility: hidden;
    opacity: 0;
}

#SpCreateAppointment[b-4bs2o2upta] {
    opacity: 0;
    visibility: hidden;
}

#create-dialog[b-4bs2o2upta] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 1000;
    height: 100dvh;
    max-height: 100dvh;
}

#edit-parent-group[b-4bs2o2upta] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 200;
}

#edit-child-group[b-4bs2o2upta] {
    /*    visibility: hidden;
    opacity: 0;*/
    z-index: 200;
}

#license-panel[b-4bs2o2upta] {
    /*    z-index: 150;
    visibility: hidden;
    opacity: 0;*/
}

/* ステータスメニュー吹き出し */
.status-babble[b-4bs2o2upta] {
    position: fixed;
    display: flex;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}


/* 右側パネル */
.right-back[b-4bs2o2upta] {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 100%;
    background-color: white;
    border-left: 1px solid #DFDEDE;
}

#filter-panel[b-4bs2o2upta] {
    /*    opacity: 0;
    visibility: hidden;*/
}

.filter-panel[b-4bs2o2upta] {
    width: 100%;
    height: 100%;
    background: var(--Sp-Gradation-BackGround-Color);
    border-left: 1px solid #DFDEDE;
}

#member-panel[b-4bs2o2upta] {
    /*    opacity: 0;
    visibility: hidden;*/
}

.mobile-button[b-4bs2o2upta] {
    z-index: 1000;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
}


.side-panel-tabs[b-4bs2o2upta]  .e-tab .e-tab-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: var(--Sp-Gradation-BackGround-Color);
    color: var(--Sp-Font-Main-Color);
}

.side-panel-tabs[b-4bs2o2upta]  .side-panel-middle-part {
    position: sticky !important;
    top: 48px;
    z-index: 1000;
    background: var(--Sp-Gradation-BackGround-Color);
    color: var(--Sp-Font-Main-Color);
}

.norecord[b-4bs2o2upta] {
    margin: 0 -16px !important;
}

.remove-top[b-4bs2o2upta] {
    top:0 !important;
    margin-top: 4px !important;
}
/* _content/ScheduleLookPremium/Pages/SpSettingPage.razor.rz.scp.css */

.setting-header[b-73furkbj8g] {
    position: relative;
    height: 80px;
    width: 100vw;
    z-index: 2;
    color: var(--Sp-Font-Main-Color);
}

.admin-settings-content[b-73furkbj8g] {
    background: var(--Sp-Gradation-BackGround-Color);
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-height: 100%;
    z-index: 1;
    position: relative;
    color: var(--Sp-Font-Main-Color);
}

.setting-background[b-73furkbj8g] {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    top: 0;
    background: linear-gradient(346.16deg, #EFE5EF -34.84%, rgba(230, 228, 233, 0) 102.24%);
}

.back-button[b-73furkbj8g] {
    align-items: center;
    top: 1rem;
    position: relative;
    left: 1rem;
    height: 3rem;
    width: 6rem;
    justify-content: space-evenly;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

    .back-button:hover[b-73furkbj8g] {
        background: rgba(0,0,0,0.1);
    }

    .back-button:active[b-73furkbj8g] {
        background: rgba(0,0,0,0.2);
    }

.setting-main-line[b-73furkbj8g] {
    width: 56%;
    min-width: 350px;
    height: 100%;
    padding-bottom: 160px;
}

    .setting-main-line > .top-logo[b-73furkbj8g] {
        width: 100%;
        justify-content: left;
        padding-bottom: 16px;
        border-bottom: 1px solid #A5A5A5;
    }

.top-logo > img[b-73furkbj8g] {
    width: 400px;
}

.settei-title[b-73furkbj8g] {
    font-size: 1.7rem;
    font-weight: bold;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
}

.setting-main-line > .row-title[b-73furkbj8g] {
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.setting-main-line > .row-description[b-73furkbj8g] {
    font-size: 0.7rem;
    padding-left: 1rem;
    margin-bottom: 16px;
}

.setting-main-line > .row-description-nomargin[b-73furkbj8g] {
    font-size: 0.7rem;
    padding-left: 1rem;   
}

.setting-main-line > .row-main[b-73furkbj8g] {
    margin-bottom: 32px;
    padding: 0px 2rem;
}

.row-button-area[b-73furkbj8g] {
    margin-bottom: 8px;
    height: 3rem;
}

.core-time[b-73furkbj8g] {
    height: 2rem;
    align-items: center;
}

.row-main > .status-table[b-73furkbj8g] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    border: 1px solid var(--Sp-Gray-Border);
    width: 100%;
}

.row-main > .admin-distribution-group-table[b-73furkbj8g] {
    background: var(--Sp-Menubar-Background-Color);
    border-radius: 4px;
    border: 1px solid var(--Sp-Gray-Border);
    width: 100%;
}

#edit-parent-group[b-73furkbj8g] {
    visibility: hidden;
    opacity: 0;
}

#edit-child-group[b-73furkbj8g] {
    visibility: hidden;
    opacity: 0;
}

/* 変更時に下に出すアラート */
.setting-change-alert-panel[b-73furkbj8g] {
    position: fixed;
    align-items: center;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32rem;
    height: 3rem;
    padding: 16px;
    border-radius: 2px;
    background: var(--Sp-Main-Panel-Color);
    color: var(--Sp-Font-Main-Color);
    box-shadow: 1px 4px 21px 0px rgba(126, 61, 137, 0.20);
    z-index: 10;
    transition: bottom 0.2s;
    border: 1px solid var(--Sp-Main-Color);
    outline: 1px solid var(--Sp-Menubar-Divider-Color)
}

.setting-change-alert-panel-sp[b-73furkbj8g] {
    position: fixed;
    align-items: center;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
/*    height: 3rem;*/
    padding: 16px;
    border-radius: 2px;
    background: var(--Sp-Main-Panel-Color);
    color: var(--Sp-Font-Main-Color);
    box-shadow: 1px 4px 21px 0px rgba(126, 61, 137, 0.20);
    z-index: 10;
    transition: bottom 0.2s;
    border: 1px solid var(--Sp-Main-Color);
    outline: 1px solid var(--Sp-Menubar-Divider-Color)
}

[b-73furkbj8g] .column-header,
[b-73furkbj8g] fluent-data-grid-cell {
    color: var(--Sp-Font-Main-Color);
}
/* _content/ScheduleLookPremium/Pages/Tab.razor.rz.scp.css */
.narrow[b-5v34e9wjl2] {
	max-width: 900px;
	margin: 0 auto;
}

.page-padding[b-5v34e9wjl2] {
	padding: 4rem;
}

.welcome.page > .narrow > img[b-5v34e9wjl2] {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.welcome.page > .narrow > ul[b-5v34e9wjl2] {
	width: 75%;
	justify-content: space-between;
	margin: 4rem auto;
}

	.welcome.page > .narrow > ul > li[b-5v34e9wjl2] {
		background-color: inherit;
		margin: auto;
	}

		.welcome.page > .narrow > ul > li > a[b-5v34e9wjl2] {
			font-size: 16px;
			height: 32px;
			border-bottom-color: rgb(98, 100, 167);
		}

.center[b-5v34e9wjl2] {
	text-align: center;
}

pre[b-5v34e9wjl2] {
	overflow-x: scroll;
}

pre[b-5v34e9wjl2],
div.error[b-5v34e9wjl2] {
	background-color: #e5e5e5;
	padding: 1rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin: 1rem 0;
}

code[b-5v34e9wjl2] {
	background-color: #e5e5e5;
	display: inline-block;
	padding: 0px 6px;
	border-radius: 3px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.error[b-5v34e9wjl2] {
	color: red;
}

.profile[b-5v34e9wjl2] {
	display: flex;
	margin: 1em 0;
	background-color: white;
	width: fit-content;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

	.profile > .avatar[b-5v34e9wjl2] {
		margin: 2em 1em;
		height: 72px;
		width: 72px;
	}

	.profile > .info[b-5v34e9wjl2] {
		margin: 2em 2em 0 0;
	}

		.profile > .info > h3[b-5v34e9wjl2] {
			margin: 0;
		}

		.profile > .info > p[b-5v34e9wjl2] {
			margin: 0;
		}
/* _content/ScheduleLookPremium/Pages/TileView.razor.rz.scp.css */
/* ヘッダー */
.tileview-container[b-nhdwvj4m5s] {
    background: var(--Sp-Main-Panel-Color);
    height: 100%;
}

/* ヘッダー1 */
.header-1[b-nhdwvj4m5s] {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    color: var(--Sp-Font-Main-Color);
    font-family: system-ui;
}

/* メインビュー */
.main-view-settings[b-nhdwvj4m5s] {
    display: flex;
    flex-direction: column;
    /*width: calc(100vw - 238px);*/ /* Issue 665 */
    width: 100%;
    position: relative;
    background: var(--Sp-Main-Panel-Color);
}

.header-container[b-nhdwvj4m5s] {
    height: 80px;
    /*margin-top: 16px;*/
    margin-bottom: 16px;
    border-bottom: 1px solid #DFDEDE;
    padding-right: 16px;
    padding-left: 16px;
}

.header-current-date[b-nhdwvj4m5s] {
    margin: -5px 5px 0 0;
    font-size: 3rem;
    font-weight: bold;
}

.header-buttons[b-nhdwvj4m5s] {
    margin: 0 10px 0 10px;
}

.header-current-time[b-nhdwvj4m5s] {
    font-size: 1rem;
    font-weight: bold;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
}

/* 会議室検索ボックス */
@media (max-width: 1280px) {
    .header-ResourcesSelect[b-nhdwvj4m5s] {
        padding: 20px;
        width: 240px;
    }
}

@media (min-width: 1280px) {
    .header-ResourcesSelect[b-nhdwvj4m5s] {
        padding: 20px;
        width: 500px;
    }
}

.header-ResourcesSelect .row[b-nhdwvj4m5s] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}

    .header-ResourcesSelect .row .cols-1[b-nhdwvj4m5s] {
        flex: 0 0 40px;
    }

    .header-ResourcesSelect .row .cols-2[b-nhdwvj4m5s] {
    }

.main-container[b-nhdwvj4m5s] {
    display: flex;
    width: 100vw;
    overflow: auto;
    background: var(--Sp-Main-Panel-Color);
    height: 100%;
    padding-bottom: 96px;
}

.main-view-settings[b-nhdwvj4m5s] {
    min-height: calc(100vh - 96px);
    height: calc(100vh - 96px);
    max-height: calc(100vh - 96px);
}
/* _content/ScheduleLookPremium/Shared/MainLayout.razor.rz.scp.css */
body[b-96zpi50wwl] {
    background: linear-gradient(346.16deg, #EFE5EF -34.84%, rgba(230, 228, 233, 0) 102.24%);
    font-family: 'Noto Sans JP', sans-serif;
}
/* _content/ScheduleLookPremium/Shared/SpLayout.razor.rz.scp.css */
body[b-vory9uw9za] {
    font-family: 'Noto Sans JP', sans-serif;
}

.sp-message-panel[b-vory9uw9za] {
    z-index: 500;
    width: fit-content;
    background: var(--Sp-Main-Panel-Color);
    color: var(--Sp-Font-Main-Color);
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    border: 1px solid rgba(126, 61, 137, 0.1);
    box-shadow: 1px 2px 4px rgba(126, 61, 137, 0.1);
    border-radius: 4px;
    cursor: pointer;
    transition: top 0.2s;
}


.sp-alert-panel[b-vory9uw9za] {
    position: fixed;
    align-items: center;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: auto;
    padding: 8px;
    border-radius: 2px;
    background: var(--Sp-Main-Panel-Color);
    color: var(--Sp-Font-Main-Color);
    box-shadow: 1px 4px 21px 0px rgba(126, 61, 137, 0.20);
    z-index: 10;
    transition: bottom 0.2s;
    border: 1px solid var(--Sp-Main-Color);
    outline: 1px solid var(--Sp-Menubar-Divider-Color)
}
