/* _content/DigitalSignage/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-98jkz822bc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-98jkz822bc] {
    flex: 1;
    width: 100%;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-98jkz822bc] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-98jkz822bc] {
        flex-direction: row;
    }

    .sidebar[b-98jkz822bc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-98jkz822bc] {
    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-98jkz822bc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DigitalSignage/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8mvwfy7ecr] {
    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-8mvwfy7ecr] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-8mvwfy7ecr] {
    font-size: 1.1rem;
}

.bi[b-8mvwfy7ecr] {
    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-8mvwfy7ecr] {
    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-8mvwfy7ecr] {
    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-8mvwfy7ecr] {
    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");
}

.nav-item[b-8mvwfy7ecr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8mvwfy7ecr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8mvwfy7ecr] {
        padding-bottom: 1rem;
    }

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

.nav-item[b-8mvwfy7ecr]  a.active {
    background-color: white;
    color: #00000099;
}

.nav-item[b-8mvwfy7ecr]  .nav-link:hover {
    background-color: rgb(242 242 242);
    color: white;
}

.nav-scrollable[b-8mvwfy7ecr] {
    display: none;
    background-color: white;
    box-shadow: 1px 0 6px gray;
}

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

.nav-footer[b-8mvwfy7ecr] {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.version-display[b-8mvwfy7ecr] {
    text-align: center;
    color: #6c757d;
}

.version-display small[b-8mvwfy7ecr] {
    font-size: 11px;
}

.terms-link[b-8mvwfy7ecr] {
    margin-top: 5px;
}

.terms-link a[b-8mvwfy7ecr] {
    font-size: 10px;
    text-decoration: none;
    color: #6c757d;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.terms-link a:hover[b-8mvwfy7ecr] {
    opacity: 1;
    text-decoration: underline;
}

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

    .nav-scrollable[b-8mvwfy7ecr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DigitalSignage/Components/Pages/AdvertizerForm.razor.rz.scp.css */
body[b-uxc6885nfe] {
}

.title[b-uxc6885nfe] {
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2dce89;
}

.form-control-label[b-uxc6885nfe] {
    color: #525f7f;
    font-size: 0.875rem;
    font-weight: 600;
}

.col-form-label[b-uxc6885nfe] {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-group[b-uxc6885nfe] {
    margin-bottom: 1.5rem;
}

input[b-uxc6885nfe],[b-uxc6885nfe] input {
    font-size: 0.875rem;
    transition: all 0.15s ease-in-out;
    height: calc(1.5em + 1.25rem + 5px);
    width: 90%;
}

.badge-danger[b-uxc6885nfe] {
    color: #f80031;
    background-color: #fdd1da;
}

.save-button[b-uxc6885nfe] {
    background: linear-gradient(134deg, #d43638, #df8876, #7a72ac, #1093ac, #9d6689) !important;
    border-color: lightgray !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    
}

.delete-button[b-uxc6885nfe] {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* _content/DigitalSignage/Components/Pages/AdvertizerList.razor.rz.scp.css */
.listtitle[b-lxukrz5za6] {
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2dce89;
}

.card[b-lxukrz5za6] {
    max-width: 640px;
}

th[b-lxukrz5za6] {
    font-family: Open Sans, sans-serif;
    font-size: small;
    font-weight: 600;
    color: #525f7f;
}
/* _content/DigitalSignage/Components/Pages/BulkScheduleRegistration.razor.rz.scp.css */
body[b-l5e807kvgr] {
}

#all-tab[b-l5e807kvgr] {
    border-top: solid 8px palevioletred;
    color: black;
    background-color: white;
}

    #all-tab.active[b-l5e807kvgr] {
        background-color: palevioletred;
        color: white;
        border-bottom: solid 1px palevioletred;
    }

#fr1-tab[b-l5e807kvgr] {
    border-top: solid 8px deepskyblue;
    color: black;
    background-color: white;
}

    #fr1-tab.active[b-l5e807kvgr] {
        background-color: deepskyblue;
        color: white;
        border-bottom: solid 1px deepskyblue;
    }

#fr2-tab[b-l5e807kvgr] {
    border-top: solid 8px mediumspringgreen;
    color: black;
    background-color: white;
}

    #fr2-tab.active[b-l5e807kvgr] {
        background-color: mediumspringgreen;
        color: white;
        border-bottom: solid 1px mediumspringgreen;
    }

#fr3-tab[b-l5e807kvgr] {
    border-top: solid 8px gold;
    color: black;
    background-color: white;
}

    #fr3-tab.active[b-l5e807kvgr] {
        background-color: gold;
        color: white;
        border-bottom: solid 1px gold;
    }

#fr4-tab[b-l5e807kvgr] {
    border-top: solid 8px slateblue;
    color: black;
    background-color: white;
}

    #fr4-tab.active[b-l5e807kvgr] {
        background-color: slateblue;
        color: white;
        border-bottom: solid 1px slateblue;
    }

#all-tab-pane[b-l5e807kvgr] {
    border-top: solid 4px palevioletred;
    border-bottom: solid 4px palevioletred;
}

#fr1-tab-pane[b-l5e807kvgr] {
    border-top: solid 4px deepskyblue;
    border-bottom: solid 4px deepskyblue;
}

#fr2-tab-pane[b-l5e807kvgr] {
    border-top: solid 4px mediumspringgreen;
    border-bottom: solid 4px mediumspringgreen;
}

#fr3-tab-pane[b-l5e807kvgr] {
    border-top: solid 4px gold;
    border-bottom: solid 4px gold
}

#fr4-tab-pane[b-l5e807kvgr] {
    border-top: solid 4px slateblue;
    border-bottom: solid 4px slateblue;
}

.drop-area[b-l5e807kvgr] {
    border: 6px solid darkslategray;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0rem;
    color: darkslategray;
    background-color: lightgray;
    position: relative;
}

.drop-area.drag-over[b-l5e807kvgr] {
    border-color: #000;
    background-color: #f0f0f0;
    cursor: copy;
}

.content-thumbnail[b-l5e807kvgr] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.file-icon[b-l5e807kvgr] {
    top: 168px;
    left: 180px;
    position: absolute;
}

.content-video[b-l5e807kvgr] {
    border-color: yellowgreen;
}

.content-image[b-l5e807kvgr] {
    border-color: #ffc400;
}

.content-group[b-l5e807kvgr] {
    border-color: cornflowerblue;
}

.video-icon[b-l5e807kvgr] {
    color: yellowgreen;
    background-color: white;
}

.image-icon[b-l5e807kvgr] {
    color: #ffc400;
    background-color: white;
}

.group-icon[b-l5e807kvgr] {
    color: cornflowerblue;
    background-color: white;
}

.card[b-l5e807kvgr] {
    width: 100%;
}

.card-header[b-l5e807kvgr] {
    background-color: lightgray;
}

.nav-tabs[b-l5e807kvgr] {
    background-color: lightgray;
}

.operation-space[b-l5e807kvgr] {
    min-height: 150px;
}

.select-content[b-l5e807kvgr] {
    width: 100%;
}

.select-frame[b-l5e807kvgr] {
    width: 100%;
}

.disabled[b-l5e807kvgr] {
    opacity: 0.5;
    pointer-events: none;
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.drop-area.disabled[b-l5e807kvgr] {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    color: #6c757d;
}

button:disabled[b-l5e807kvgr] {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: not-allowed;
}

input:disabled[b-l5e807kvgr] {
    background-color: #e9ecef;
    opacity: 0.65;
    cursor: not-allowed;
}

/* 確定ボタン近くにダイアログを配置 */
.modal[b-l5e807kvgr] {
    position: fixed !important;
    z-index: 1055;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog[b-l5e807kvgr] {
    position: fixed !important;
    bottom: 90px !important;
    left: 330px !important;
    margin: 0 !important;
    max-width: 400px !important;
    width: auto !important;
}

.modal-content[b-l5e807kvgr] {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ダイアログ内のボタンの幅を統一 */
.modal-footer .btn[b-l5e807kvgr] {
    min-width: 150px;
    margin: 0 5px;
}

.modal-footer .row[b-l5e807kvgr] {
    width: 100%;
    margin: 0;
}

.modal-footer .col[b-l5e807kvgr] {
    padding: 0 5px;
    display: flex;
    justify-content: center;
}

/* プライマリボタンとセカンダリボタンのスタイル調整 */
.modal-footer .btn-primary[b-l5e807kvgr] {
    background-color: #2DCE89;
    border-color: #2DCE89;
    font-weight: 500;
}

.modal-footer .btn-secondary[b-l5e807kvgr] {
    background-color: #F7F4FC;
    border-color: #F7F4FC;
    font-weight: 500;
    color: black;
}
/* _content/DigitalSignage/Components/Pages/ContentEdit.razor.rz.scp.css */
body[b-0261tyq7hl] {
}
/* _content/DigitalSignage/Components/Pages/ContentList.razor.rz.scp.css */
body[b-eepvoml5d9] {
}

#cb_still[b-eepvoml5d9] {
    border-color: #ffc400;
    background-color: #ffc400;
}

#cb_movie[b-eepvoml5d9] {
    border-color: #9acd32;
    background-color: #9acd32;
}

#cb_nonTemplate[b-eepvoml5d9] {
    border-color: #808080;
    background-color: #808080;
}

#cb_template[b-eepvoml5d9] {
    border-color: #b44c97;
    background-color: #b44c97;
}

#cb_group[b-eepvoml5d9] {
    border-color: #6495ed;
    background-color: #6495ed;
}

#cb_schedule[b-eepvoml5d9] {
    border-color: #f3b7f3;
    background-color: #f3b7f3;
}

#cb_noLock[b-eepvoml5d9] {
    border-color: #f83a3a;
    background-color: #f83a3a;
}

#cb_lock[b-eepvoml5d9] {
    border-color: #83a3a;
    background-color: #f83a3a;
}

#cb_selfUp[b-eepvoml5d9] {
    border-color: #a77201;
    background-color: #a77201;
}

.custom-switch-yellow .custom-control-label[b-eepvoml5d9]::before {
    height: 30px; /* 高さを指定 */
    width: 60px; /* 幅を指定 */
}

.custom-switch-green .custom-control-input:checked ~ .custom-control-label[b-eepvoml5d9]::before {
    border-color: green;
}

.custom-switch-green .custom-control-label[b-eepvoml5d9]::before {
    height: 30px; /* 高さを指定 */
    width: 60px; /* 幅を指定 */
}

.tile-container[b-eepvoml5d9] {
    display: flex;
    flex-wrap: wrap;
    position:relative;
}

.add_button[b-eepvoml5d9] {
    width: 140px;
    margin-left: 15px;
}

.yellow_btn[b-eepvoml5d9] {
    background-color: #ffc400;
    color: white;
}

.green_btn[b-eepvoml5d9] {
    background-color: yellowgreen;
    color: white;
}

.blue_btn[b-eepvoml5d9] {
    background-color: cornflowerblue;
    color: white;
}

.btn-default[b-eepvoml5d9] {
    color: white;
    background-color: #172b4d;
    border-color: #172b4d;
}
/* _content/DigitalSignage/Components/Pages/CsvImport.razor.rz.scp.css */
body[b-ftnej6bhyr] {
}

.input-drop-zone[b-ftnej6bhyr] {
    display: none !important;
}

[b-ftnej6bhyr] .drop-zone {
    padding: 32px;
    border: dashed 2px transparent;
    transition: border linear 0.2s;
    border: dashed 2px lightgray;
}

/* 👇 hover CSS クラスが付いたら、オレンジ色の破線の枠を表示するよう定義 */
[b-ftnej6bhyr] .drop-zone.hover {
    border: dashed 2px darkorange;
}

#csv_err_sw:checked[b-ftnej6bhyr] {
    background-color: #f5365c;
    border-color: #f5365c;
}

#csv_war_sw:checked[b-ftnej6bhyr] {
    background-color: #fb6340;
    border-color: #fb6340;
}

#csv_info_sw:checked[b-ftnej6bhyr] {
    background-color: #172b4d;
    border-color: #172b4d;
}

.log-table-head[b-ftnej6bhyr] {
    background-color: lightgray;
}
/* _content/DigitalSignage/Components/Pages/DeviceForm.razor.rz.scp.css */
body[b-zo5t9e79p8] {
}

.title[b-zo5t9e79p8] {
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2dce89;
}

.form-control-label[b-zo5t9e79p8] {
    color: #525f7f;
    font-size: 0.875rem;
    font-weight: 600;
}

.col-form-label[b-zo5t9e79p8] {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.form-group[b-zo5t9e79p8] {
    margin-bottom: 1.5rem;
}

input[b-zo5t9e79p8], [b-zo5t9e79p8] input {
    font-size: 0.875rem;
    transition: all 0.15s ease-in-out;
    height: calc(1.5em + 1.25rem + 5px);
    width: 90%;
}

.badge-danger[b-zo5t9e79p8] {
    color: #f80031;
    background-color: #fdd1da;
}

.save-button[b-zo5t9e79p8] {
    background: linear-gradient(134deg, #d43638, #df8876, #7a72ac, #1093ac, #9d6689) !important;
    border-color: lightgray !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.delete-button[b-zo5t9e79p8] {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* _content/DigitalSignage/Components/Pages/DeviceList.razor.rz.scp.css */
.listtitle[b-yuptv33n2p] {
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2dce89;
}

.card[b-yuptv33n2p] {
    
}

th[b-yuptv33n2p] {
    font-family: Open Sans, sans-serif;
    font-size: small;
    font-weight: 600;
    color: #525f7f;
}

.list-table[b-yuptv33n2p] {
    height: 660px; /* 高さを指定してスクロール可能にする */
}

.btn.yellow_btn[b-yuptv33n2p] {
    color: white;
    background-color: #ffc400;
    border-color: lightgray !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    width: 8rem;
}

.selected-row[b-yuptv33n2p] {
    background-color: #e0f7fa; /* 薄い水色 */
}

.btn.btn-secondary[b-yuptv33n2p] {
    margin-right: 0.5rem;
}

.badge-green[b-yuptv33n2p] {
    background-color: green;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
}

.badge-yellow[b-yuptv33n2p] {
    background-color: yellow;
    color: black;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
}

.badge-red[b-yuptv33n2p] {
    background-color: red;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 0.3em;
}

.btn-edit[b-yuptv33n2p] {
    padding: 0.5rem 1rem;
}

.col-number[b-yuptv33n2p] {
    display: table-cell;
    width: 80px;
}

.col-name[b-yuptv33n2p] {
    display: table-cell;
    width: 100px;
}

.col-monitor[b-yuptv33n2p] {
    width: 65px;
}

.col-net[b-yuptv33n2p] {
    width: 65px;
}

.col-info[b-yuptv33n2p] {
    width: 65px;
}

.col-play[b-yuptv33n2p] {
    width: 65px;
}

.col-action[b-yuptv33n2p] {
    width: 85px;
}

/* 通常は2段表示用を非表示、1段ずつを表示 */
.stacked-col[b-yuptv33n2p] {
    display: none;
}

@media (max-width: 575px) {
    .stacked-col[b-yuptv33n2p] {
        display: table-cell;
    }

    .col-number-name > div[b-yuptv33n2p] {
        display: block;
        margin-bottom: 2px;
    }
    .list-table .table th[b-yuptv33n2p],
    .list-table .table td[b-yuptv33n2p] {
        padding: 1px !important;
    }

    .col-number[b-yuptv33n2p] {
        display: none;
    }

    .col-name[b-yuptv33n2p] {
        display: none;
    }

    .col-monitor[b-yuptv33n2p] {
        width: 40px;
    }

    .col-net[b-yuptv33n2p] {
        width: 40px;
    }

    .col-info[b-yuptv33n2p] {
        width: 40px;
    }

    .col-play[b-yuptv33n2p] {
        width: 40px;
    }

    .col-action[b-yuptv33n2p] {
        width: 30px;
    }
}

/* テーブルのはみ出し防止 */
.table[b-yuptv33n2p] {
    table-layout: fixed;
    width: 100%;
}

th[b-yuptv33n2p], td[b-yuptv33n2p] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clickable-icon[b-yuptv33n2p] {
    transition: color 0.2s;
}

.clickable-icon:hover[b-yuptv33n2p] {
    color: #ffc107; /* 例: 黄色に変更 */
}
/* _content/DigitalSignage/Components/Pages/GroupEdit.razor.rz.scp.css */
body[b-bogzbdmxc4] {
}
#cb_still[b-bogzbdmxc4]{
    border-color: yellow;
    background-color: yellow;
}

.custom-switch-yellow .custom-control-label[b-bogzbdmxc4]::before {
    height: 30px; /* 高さを指定 */
    width: 60px; /* 幅を指定 */
}

.custom-switch-green .custom-control-input:checked ~ .custom-control-label[b-bogzbdmxc4]::before {
    border-color: green;
}

.custom-switch-green .custom-control-label[b-bogzbdmxc4]::before {
    height: 30px; /* 高さを指定 */
}

.draggable[b-bogzbdmxc4] {
    cursor: move;
}

.timeChartClipping[b-bogzbdmxc4] {
    border: 2px dashed transparent;
}

.timeChartClipping.drag-over[b-bogzbdmxc4] {
    border-color: #00ff00;
}

.row[b-bogzbdmxc4] {
    width: 80vw;
}
/* _content/DigitalSignage/Components/Pages/Home.razor.rz.scp.css */
body[b-xrbgub6mhs] {
}

/* _content/DigitalSignage/Components/Pages/Login.razor.rz.scp.css */
body[b-igpd09h1v3] {
}

.card[b-igpd09h1v3] {
    transform: skewX(-10deg);
    border-radius: 2rem;
    width: 600px;
    height: 440px;
}

.loginbtn[b-igpd09h1v3] {
    background: linear-gradient(134deg, #d43638, #df8876, #7a72ac, #1093ac, #9d6689);
    border-color: lightgray;
    width: 210px;
}
/* _content/DigitalSignage/Components/Pages/TermsOfService.razor.rz.scp.css */
.terms-container[b-mxlurs6t31] {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.terms-container h3[b-mxlurs6t31] {
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.terms-content[b-mxlurs6t31] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.terms-content section[b-mxlurs6t31] {
    margin-bottom: 25px;
}

.terms-content h4[b-mxlurs6t31] {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.terms-content p[b-mxlurs6t31] {
    line-height: 1.8;
    color: #555;
}

.terms-content ul[b-mxlurs6t31] {
    margin-left: 20px;
    line-height: 1.8;
}

.terms-content ul li[b-mxlurs6t31] {
    margin-bottom: 8px;
}

.third-party-component[b-mxlurs6t31] {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #007bff;
    margin-top: 10px;
}

.third-party-component p[b-mxlurs6t31] {
    margin-bottom: 5px;
    font-size: 14px;
}

.third-party-component a[b-mxlurs6t31] {
    color: #007bff;
    text-decoration: none;
    word-break: break-all;
}

.third-party-component a:hover[b-mxlurs6t31] {
    text-decoration: underline;
}

.version-info[b-mxlurs6t31] {
    text-align: right;
    color: #6c757d;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #dee2e6;
}
/* _content/DigitalSignage/Components/Parts/AllDevicesScheduleCommonGraph.razor.rz.scp.css */
body[b-fpda2o1zbm] {
}
.btn[b-fpda2o1zbm] {
    width: 75px;
    border: 2px solid #2dce89 !important;
    background-color: transparent;
    color: #2dce89;
    box-shadow: none;
}

.btn:hover[b-fpda2o1zbm] {
    background-color: #2dce89;
    color: white;
}

.green_btn[b-fpda2o1zbm] {
    border: 2px solid #2dce89 !important;
    background-color: white;
    color: #2dce89;
    box-shadow: none;
    width: 48px;
    padding: 10px;
}

.green_btn:hover[b-fpda2o1zbm] {
    background-color: #2dce89;
    color: white;
}

.btn-check:focus + .btn[b-fpda2o1zbm],
.btn-check:checked + .btn[b-fpda2o1zbm] {
    outline: none;
    box-shadow: none;
    border: 2px solid #2dce89;
    background-color: #2dce89;
    color: white;
}

.cursor-zoom-in[b-fpda2o1zbm] {
    cursor: zoom-in;
}

.cursor-zoom-out[b-fpda2o1zbm] {
    cursor: zoom-out;
}

.cursor-default[b-fpda2o1zbm] {
    cursor: default;
}

.timeChartContainer[b-fpda2o1zbm] {
    width: 1660px;
    overflow: hidden;
}

.timeChartNotches[b-fpda2o1zbm] {
    position: relative;
    height: 20px;
    width: 2000px;
    font-size: 0;
}

.notch[b-fpda2o1zbm] {
    position: absolute;
    width: 200px;
    text-align: left;
    font-size: 1rem;
}

.timeChartClipping[b-fpda2o1zbm] {
    width: 2000px;
    height: 120px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    border: solid;
    border-width: 2px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 200px 200px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 2000px 2000px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 2000px 2000px;
}

.timeChartItem[b-fpda2o1zbm] {
    border: solid;
    border-width: 1px;
    background-color: #80808062;
    height: 60px;
    position: absolute;
    resize: horizontal;
    overflow: hidden;
}

.timeChartItemContent[b-fpda2o1zbm] {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    gap: 8px; /* アイコンと名前の間隔を調整 */
    height: 100%; /* アイテムの高さに合わせる */
}

.timeChartItemContentIcon[b-fpda2o1zbm] {
    height: 22px;
    padding: 0;
    display: inline-block;
}

.timeChartItemContentName[b-fpda2o1zbm] {
    white-space: nowrap; /* 必要に応じてテキストの折り返しを防止 */
    overflow: hidden; /* テキストが長い場合に隠す */
    text-overflow: ellipsis; /* テキストが長い場合に省略記号を表示 */
}

.square[b-fpda2o1zbm] {
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    border: solid black;
    border-width: 2px;
}

.active_square[b-fpda2o1zbm] {
    background-color: gray;
}

.color-bar[b-fpda2o1zbm] {
    width: 14px;
    margin-top: 3rem;
    background-color: gray;
}

.graph-area[b-fpda2o1zbm] {
    width: calc(100% - 20px - 14px);
    float: left;
}
/* _content/DigitalSignage/Components/Parts/AllDevicesScheduleGraph.razor.rz.scp.css */
body[b-6qqgu0v92o] {
}

#all-tab[b-6qqgu0v92o] {
    border-top: solid 8px palevioletred;
    color: black;
    background-color: white;
}

#all-tab.active[b-6qqgu0v92o] {
    background-color: palevioletred;
    color: white;
    border-bottom: solid 1px palevioletred;
}

#fr1-tab[b-6qqgu0v92o] {
    border-top: solid 8px deepskyblue;
    color: black;
    background-color: white;
}

#fr1-tab.active[b-6qqgu0v92o] {
    background-color: deepskyblue;
    color: white;
    border-bottom: solid 1px deepskyblue;
}

#fr2-tab[b-6qqgu0v92o] {
    border-top: solid 8px mediumspringgreen;
    color: black;
    background-color: white;
}

#fr2-tab.active[b-6qqgu0v92o] {
    background-color: mediumspringgreen;
    color: white;
    border-bottom: solid 1px mediumspringgreen;
}

#fr3-tab[b-6qqgu0v92o] {
    border-top: solid 8px gold;
    color: black;
    background-color: white;
}

#fr3-tab.active[b-6qqgu0v92o] {
    background-color: gold;
    color: white;
    border-bottom: solid 1px gold;
}

#fr4-tab[b-6qqgu0v92o] {
    border-top: solid 8px slateblue;
    color: black;
    background-color: white;
}

#fr4-tab.active[b-6qqgu0v92o] {
    background-color: slateblue;
    color: white;
    border-bottom: solid 1px slateblue;
}

#all-tab-pane[b-6qqgu0v92o] {
    border-top: solid 4px palevioletred;
    border-bottom: solid 4px palevioletred;
}

#fr1-tab-pane[b-6qqgu0v92o] {
    border-top: solid 4px deepskyblue;
    border-bottom: solid 4px deepskyblue;
}

#fr2-tab-pane[b-6qqgu0v92o] {
    border-top: solid 4px mediumspringgreen;
    border-bottom: solid 4px mediumspringgreen;
}

#fr3-tab-pane[b-6qqgu0v92o] {
    border-top: solid 4px gold;
    border-bottom: solid 4px gold
}

#fr4-tab-pane[b-6qqgu0v92o] {
    border-top: solid 4px slateblue;
    border-bottom: solid 4px slateblue;
}

@media (max-width: 640.98px) {
    .card[b-6qqgu0v92o] {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .card[b-6qqgu0v92o] {
        width: calc(100vw - 250px);
    }
}

.card-header[b-6qqgu0v92o] {
    background-color: lightgray;
}
/* _content/DigitalSignage/Components/Parts/BulkScheduleSetting.razor.rz.scp.css */
body[b-i5eslmfgdf] {
}

.text-black[b-i5eslmfgdf] {
    color: black;
}

.text-blue[b-i5eslmfgdf] {
    color: blue;
}

.text-red[b-i5eslmfgdf] {
    color: red;
}

.item-label[b-i5eslmfgdf] {
    color: #525f7f;
    font-size: 0.875rem;
    font-weight: 600;
}

/* btn-check + label のみ checked時に色を変える */
input.btn-check:checked + label.btn-outline-primary[b-i5eslmfgdf] {
    background-color: #5e72e4;
    color: #fff;
    border-color: #5e72e4;
    outline: none;
    box-shadow: none;
}

/* 非checked時は通常色 */
input.btn-check + label.btn-outline-primary[b-i5eslmfgdf] {
    background-color: #fff;
    color: #5e72e4;
    border-color: #5e72e4;
    outline: none;
    box-shadow: none;
}

/* ホバー時にcheckedでなければ色を変えない */
input.btn-check:not(:checked) + label.btn-outline-primary:hover[b-i5eslmfgdf] {
    background-color: #e9ecef;
    color: #5e72e4;
}

input.btn-check:focus[b-i5eslmfgdf] {
    outline: none;
    box-shadow: none;
}

label.btn-outline-primary:focus[b-i5eslmfgdf] {
    outline: none;
    box-shadow: none;
}

.disabled[b-i5eslmfgdf] {
    opacity: 0.5;
    pointer-events: none;
    background-color: #f8f9fa;
    cursor: not-allowed;
}

    .disabled .form-control[b-i5eslmfgdf],
    .disabled .btn[b-i5eslmfgdf] {
        background-color: #e9ecef;
        border-color: #dee2e6;
        color: #6c757d;
        cursor: not-allowed;
    }

    .disabled .fas[b-i5eslmfgdf] {
        color: #6c757d;
        cursor: not-allowed;
        pointer-events: none;
    }
/* _content/DigitalSignage/Components/Parts/CommonDialog.razor.rz.scp.css */
body[b-t879dv2muy] {
}
.modal-body[b-t879dv2muy] {
    overflow: auto;
    max-height: 60vh;
}
/* _content/DigitalSignage/Components/Parts/ContentDataGrid.razor.rz.scp.css */
.content-thumbnail[b-5b9jxld2zb] {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 5px;
}

.content-type-0[b-5b9jxld2zb] {
    width: 100px;
    height: 100px;
    border: solid 4px;
    border-radius: 10px;
    border-color: yellowgreen; /* 動画 */
}

.content-type-1[b-5b9jxld2zb] {
    width: 100px;
    height: 100px;
    border: solid 4px;
    border-radius: 10px;
    border-color: #ffc400; /* 静止画 */
}

.content-type-2[b-5b9jxld2zb] {
    width: 100px;
    height: 100px;
    border: solid 4px;
    border-radius: 10px;
    border-color: cornflowerblue; /* グループ */
}
/* _content/DigitalSignage/Components/Parts/ContentThumbnailTile.razor.rz.scp.css */
body[b-zxmye0kp8r] {
}

.content-tile[b-zxmye0kp8r] {
    position: relative;
    border: 4px solid;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    margin: 10px;
    width: 76px;
    height: 76px;
}

.content-thumbnail[b-zxmye0kp8r] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.content-video[b-zxmye0kp8r] {
    border-color: yellowgreen;
}

.content-image[b-zxmye0kp8r] {
    border-color: #ffc400;
}

.content-group[b-zxmye0kp8r] {
    border-color: cornflowerblue;
}

/* _content/DigitalSignage/Components/Parts/ContentTile.razor.rz.scp.css */
body[b-qx5joow5x6] {
}

.content-tile[b-qx5joow5x6] {
    position: relative;
    border: 4px solid;
    border-radius: 10px;
    margin: 10px;
    /*text-align: center;*/
    width: 124px;
    height: 124px;
}

.content-thumbnail[b-qx5joow5x6] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.content-details[b-qx5joow5x6] {
    position: absolute;
}

.content-video[b-qx5joow5x6] {
    border-color: yellowgreen;
}

.content-image[b-qx5joow5x6] {
    border-color: #ffc400;
}

.content-group[b-qx5joow5x6] {
    border-color: cornflowerblue;
}

.filename[b-qx5joow5x6] {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.file-title[b-qx5joow5x6] {
    text-align: center;
    background-color: white;
    border-radius: 5px;
    margin: 2px;
    max-width: 112px;
    height: 24px;
}

.file-icon[b-qx5joow5x6] {
    top: 76px;
    left: 76px;
    position: absolute;
}

.video-icon[b-qx5joow5x6] {
    color: yellowgreen;
    background-color: white;
}

.image-icon[b-qx5joow5x6] {
    color: #ffc400;
    background-color: white;
}

.group-icon[b-qx5joow5x6] {
    color: cornflowerblue;
    background-color: white;
}

.context-menu[b-qx5joow5x6] {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

.context-menu ul[b-qx5joow5x6] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu li[b-qx5joow5x6] {
    padding: 8px 12px;
    cursor: pointer;
}

.context-menu li:hover[b-qx5joow5x6] {
    background-color: #f0f0f0;
}
/* _content/DigitalSignage/Components/Parts/DeviceListForSchedule.razor.rz.scp.css */
body[b-5gvucc79l4] {
}

.search-btn[b-5gvucc79l4] {
    height: 41px;
    border: 1px solid #0000006c
}

.search-text[b-5gvucc79l4] {
    height: 41px;
    border: 1px solid #0000006c !important
}

.selected-row[b-5gvucc79l4] {
    background-color: #d3d3d3; /* 選択された行の背景色 */
}

.device-list-scroll-container[b-5gvucc79l4] {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.device-list-scroll-container[b-5gvucc79l4]::-webkit-scrollbar {
    width: 8px;
}

.device-list-scroll-container[b-5gvucc79l4]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.device-list-scroll-container[b-5gvucc79l4]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.device-list-scroll-container[b-5gvucc79l4]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* _content/DigitalSignage/Components/Parts/DeviceSpecificScheduleCommonGraph.razor.rz.scp.css */
body[b-wdaot1al87] {
}
.btn[b-wdaot1al87] {
    width: 75px;
    border: 2px solid #2dce89 !important;
    background-color: transparent;
    color: #2dce89;
    box-shadow: none;
}

.btn:hover[b-wdaot1al87] {
    background-color: #2dce89;
    color: white;
}

.green_btn[b-wdaot1al87] {
    border: 2px solid #2dce89 !important;
    background-color: white;
    color: #2dce89;
    box-shadow: none;
    width: 48px;
    padding: 10px;
}

.green_btn:hover[b-wdaot1al87] {
    background-color: #2dce89;
    color: white;
}

.btn-check:focus + .btn[b-wdaot1al87],
.btn-check:checked + .btn[b-wdaot1al87] {
    outline: none;
    box-shadow: none;
    border: 2px solid #2dce89;
    background-color: #2dce89;
    color: white;
}

.cursor-zoom-in[b-wdaot1al87] {
    cursor: zoom-in;
}

.cursor-zoom-out[b-wdaot1al87] {
    cursor: zoom-out;
}

.cursor-default[b-wdaot1al87] {
    cursor: default;
}

.timeChartContainer[b-wdaot1al87] {
    width: 1660px;
    overflow: hidden;
}

.timeChartNotches[b-wdaot1al87] {
    position: relative;
    height: 20px;
    width: 2000px;
    font-size: 0;
}

.notch[b-wdaot1al87] {
    position: absolute;
    width: 200px;
    text-align: left;
    font-size: 1rem;
}

.timeChartClipping[b-wdaot1al87] {
    width: 2000px;
    height: 120px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    border: solid;
    border-width: 2px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 200px 200px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 2000px 2000px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 2000px 2000px;
}

.timeChartItem[b-wdaot1al87] {
    border: solid;
    border-width: 1px;
    background-color: #80808062;
    height: 40px;
    position: absolute;
    resize: horizontal;
    overflow: hidden;
}

.timeChartItemContent[b-wdaot1al87] {
    display: flex;
    align-items: center; /* 垂直方向の中央揃え */
    gap: 8px; /* アイコンと名前の間隔を調整 */
    height: 100%; /* アイテムの高さに合わせる */
}

.timeChartItemContentIcon[b-wdaot1al87] {
    height: 22px;
    padding: 0;
    display: inline-block;
}

.timeChartItemContentName[b-wdaot1al87] {
    white-space: nowrap; /* 必要に応じてテキストの折り返しを防止 */
    overflow: hidden; /* テキストが長い場合に隠す */
    text-overflow: ellipsis; /* テキストが長い場合に省略記号を表示 */
}

.square[b-wdaot1al87] {
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    border: solid black;
    border-width: 2px;
}

.active_square[b-wdaot1al87] {
    background-color: gray;
}

.color-bar[b-wdaot1al87] {
    width: 14px;
    margin-top: 3rem;
}

.graph-area[b-wdaot1al87] {
    width: calc(100% - 20px - 14px);
    float: left;
}

.contentparam[b-wdaot1al87] {
    height: 75px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* _content/DigitalSignage/Components/Parts/DeviceSpecificScheduleGraph.razor.rz.scp.css */
body[b-afsovqbizd] {
}

#all-tab[b-afsovqbizd] {
    border-top: solid 8px palevioletred;
    color: black;
    background-color: white;
}

#all-tab.active[b-afsovqbizd] {
    background-color: palevioletred;
    color: white;
    border-bottom: solid 1px palevioletred;
}

#fr1-tab[b-afsovqbizd] {
    border-top: solid 8px deepskyblue;
    color: black;
    background-color: white;
}

#fr1-tab.active[b-afsovqbizd] {
    background-color: deepskyblue;
    color: white;
    border-bottom: solid 1px deepskyblue;
}

#fr2-tab[b-afsovqbizd] {
    border-top: solid 8px mediumspringgreen;
    color: black;
    background-color: white;
}

#fr2-tab.active[b-afsovqbizd] {
    background-color: mediumspringgreen;
    color: white;
    border-bottom: solid 1px mediumspringgreen;
}

#fr3-tab[b-afsovqbizd] {
    border-top: solid 8px gold;
    color: black;
    background-color: white;
}

#fr3-tab.active[b-afsovqbizd] {
    background-color: gold;
    color: white;
    border-bottom: solid 1px gold;
}

#fr4-tab[b-afsovqbizd] {
    border-top: solid 8px slateblue;
    color: black;
    background-color: white;
}

#fr4-tab.active[b-afsovqbizd] {
    background-color: slateblue;
    color: white;
    border-bottom: solid 1px slateblue;
}

#all-tab-pane[b-afsovqbizd] {
    border-top: solid 4px palevioletred;
    border-bottom: solid 4px palevioletred;
}

#fr1-tab-pane[b-afsovqbizd] {
    border-top: solid 4px deepskyblue;
    border-bottom: solid 4px deepskyblue;
}

#fr2-tab-pane[b-afsovqbizd] {
    border-top: solid 4px mediumspringgreen;
    border-bottom: solid 4px mediumspringgreen;
}

#fr3-tab-pane[b-afsovqbizd] {
    border-top: solid 4px gold;
    border-bottom: solid 4px gold
}

#fr4-tab-pane[b-afsovqbizd] {
    border-top: solid 4px slateblue;
    border-bottom: solid 4px slateblue;
}

@media (max-width: 640.98px) {
    .card[b-afsovqbizd] {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .card[b-afsovqbizd] {
        width: calc(100vw - 250px);
    }
}

.card-header[b-afsovqbizd] {
    background-color: lightgray;
}
/* _content/DigitalSignage/Components/Parts/GroupContentList.razor.rz.scp.css */
body[b-ck1i17xur0] {
}
.tile-container[b-ck1i17xur0] {
    display: flex;
    flex-wrap: wrap;
    max-height: 588px;
    overflow: auto;
}

.yellow_btn[b-ck1i17xur0] {
    background-color: #ffc400;
    color: white;
}


.blue_btn[b-ck1i17xur0] {
    background-color: cornflowerblue;
    color: white;
}

.btn-default[b-ck1i17xur0] {
    color: white;
    background-color: #172b4d;
    border-color: #172b4d;
}

#cb_still[b-ck1i17xur0] {
    border-color: #ffc400;
    background-color: #ffc400;
}

#cb_movie[b-ck1i17xur0] {
    border-color: #9acd32;
    background-color: #9acd32;
}

#cb_schedule[b-ck1i17xur0] {
    border-color: #f3b7f3;
    background-color: #f3b7f3;
}

#cb_selfUp[b-ck1i17xur0] {
    border-color: #a77201;
    background-color: #a77201;
}
/* _content/DigitalSignage/Components/Parts/GroupGraph.razor.rz.scp.css */
body[b-y1tbiq5pvk] {
}
.btn[b-y1tbiq5pvk]{
    width: 75px;
    margin: 8px;
}

.green_btn[b-y1tbiq5pvk] {
    background-color: yellowgreen;
    color: white;
}

.timeChartContainer[b-y1tbiq5pvk] {
    width: 1660px;
    overflow: hidden;
}

.timeChartNotches[b-y1tbiq5pvk] {
    position: relative;
    height: 20px;
    width: 2000px;
    font-size: 0;
}

.notch[b-y1tbiq5pvk] {
    position: absolute;
    width: 200px;
    text-align: left;
    font-size: 1rem;
}

.timeChartClipping[b-y1tbiq5pvk] {
    width: 2000px;
    height: 200px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    border: solid;
    border-width: 2px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px) 0% 0% / 20px 20px, linear-gradient(-90deg, rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 200px 200px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 200px 200px, linear-gradient(rgba(0, 0, 0, 0.3) 3px, transparent 1px) 0% 0% / 200px 200px;
}

.timeChartItem[b-y1tbiq5pvk] {
    border: solid;
    border-width: 1px;
    background-color: lightblue;
    height: 200px;
    position: absolute;
}

.timeChartItemContentIcon[b-y1tbiq5pvk] {
    height: 22px;
    padding: 0;
    display: inline-block;
}

.square[b-y1tbiq5pvk] {
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    border: solid black;
    border-width: 2px;
}

.active_square[b-y1tbiq5pvk] {
    background-color: gray;
}
/* _content/DigitalSignage/Components/Parts/ImagePreview.razor.rz.scp.css */
body[b-ov8c8hdus0] {
}
/* コンテナを作成して相対的に要素を配置する */
.image-container[b-ov8c8hdus0] {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
}

#image-to-edit[b-ov8c8hdus0]{
    width: 100%;
}

/* テキストボックスの基本スタイル */
.textbox[b-ov8c8hdus0] {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    resize: both;
    position: absolute;
    word-wrap: break-word;
    cursor: move; /* ドラッグ操作のためのカーソル */
    z-index: 10; /* 最前面に表示 */
}

/* ドラッグ可能な要素 */
.draggable[b-ov8c8hdus0] {
    position: absolute;
    cursor: move;
}

/* サイズ変更可能な要素のスタイル */
.resizable[b-ov8c8hdus0] {
    position: absolute;
    overflow: hidden;
}

    /* サイズ変更用のハンドル */
    .resizable[b-ov8c8hdus0]::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        cursor: se-resize;
    }
/* _content/DigitalSignage/Components/Parts/LoadingOverlay.razor.rz.scp.css */
body[b-ibza1z33qj] {
}

.overlay[b-ibza1z33qj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* 半透明黒 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 最前面 */
}
/* _content/DigitalSignage/Components/Parts/ScheduleCalender.razor.rz.scp.css */
body[b-onk8sgjqp6] {
}

.card-header[b-onk8sgjqp6] {
    background-color: #b7b2b2;
}
/* _content/DigitalSignage/Components/Parts/ScheduleContentList.razor.rz.scp.css */
body[b-daafcfkvvl] {
}

.tile-container[b-daafcfkvvl] {
    display: flex;
    flex-wrap: wrap;
}

.yellow_btn[b-daafcfkvvl] {
    background-color: #ffc400;
    color: white;
}


.blue_btn[b-daafcfkvvl] {
    background-color: cornflowerblue;
    color: white;
}

#cb_template[b-daafcfkvvl] {
    border-color: #b44c97;
    background-color: #b44c97;
}

.btn-default[b-daafcfkvvl] {
    color: white;
    background-color: #172b4d;
    border-color: #172b4d;
}

#cb_still[b-daafcfkvvl] {
    border-color: #ffc400;
    background-color: #ffc400;
}

#cb_movie[b-daafcfkvvl] {
    border-color: #9acd32;
    background-color: #9acd32;
}

#cb_group[b-daafcfkvvl] {
    border-color: #6495ed;
    background-color: #6495ed;
}

#cb_schedule[b-daafcfkvvl] {
    border-color: #f3b7f3;
    background-color: #f3b7f3;
}

#cb_selfUp[b-daafcfkvvl] {
    border-color: #a77201;
    background-color: #a77201;
}

@media (max-width: 640.98px) {
    .width-vw[b-daafcfkvvl] {
        width: 100%
    }

    .width-100[b-daafcfkvvl] {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .width-vw[b-daafcfkvvl] {
        width: calc(100vw - 250px);
    }

    .width-100[b-daafcfkvvl] {
        width: 100%;
    }
}
