/* _content/FitCrmCloud/Views/CommentInfo/Detail.cshtml.rz.scp.css */
.comment-indent[b-nuq07pnldh] {
    margin-left: 1.25em;
}
/* _content/FitCrmCloud/Views/CommentInfo/ListDetail.cshtml.rz.scp.css */
.comment-indent[b-54fsulwun0] {
    margin-left: 1.25em;
}
/* _content/FitCrmCloud/Views/CustomerInfo/Create.cshtml.rz.scp.css */

.estate-tree[b-97z8a0yb6g],
.user-tree[b-97z8a0yb6g] {
    overflow: auto;
    background-color: white;
    min-height: 30vh;
    max-height: 30vh;
}

/* _content/FitCrmCloud/Views/CustomerInfo/Edit.cshtml.rz.scp.css */

.estate-tree[b-ixt9lfbo9m],
.user-tree[b-ixt9lfbo9m] {
    overflow: auto;
    background-color: white;
    min-height: 30vh;
    max-height: 30vh;
}

/* _content/FitCrmCloud/Views/CustomerInfo/Index.cshtml.rz.scp.css */

.accordion-button[b-3b6c6euazg] {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
/* _content/FitCrmCloud/Views/Home/Dashboard.cshtml.rz.scp.css */

.accordion-button[b-sar5ub2pj5] {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
/* _content/FitCrmCloud/Views/Home/FileNotFoundError.cshtml.rz.scp.css */

.main-div[b-q4xoo38p9a] {
    height: 100vh;
}

/* _content/FitCrmCloud/Views/Home/UnauthorizedError.cshtml.rz.scp.css */

.main-div[b-9jeg3iu7i6] {
    height: 100vh;
}

/* _content/FitCrmCloud/Views/Home/UserInvalidError.cshtml.rz.scp.css */

.main-div[b-ahwg1171wg] {
    height: 100vh;
}

/* _content/FitCrmCloud/Views/Master/GroupMstIndex.cshtml.rz.scp.css */
.group-container[b-c1khzfxhzs] {
    display: flex;
}

.group-section-4[b-c1khzfxhzs] {
    flex: 4;
    padding: 20px; /* 適切な余白を設定 */
    border: 1px solid #ccc; /* セクションの境界線 */
}

.group-section-8[b-c1khzfxhzs] {
    flex: 8;
    padding: 20px; /* 適切な余白を設定 */
    border: 1px solid #ccc; /* セクションの境界線 */
}
/* _content/FitCrmCloud/Views/Master/OptionMst.cshtml.rz.scp.css */
input[type="hidden"].input-validation-error ~ div.input-group[b-19otsod89u] {
    background-color: #ffeeee;
}

    input[type="hidden"].input-validation-error ~ div.input-group input.form-control[b-19otsod89u] {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    input[type="hidden"].input-validation-error ~ div.input-group button[b-19otsod89u] {
        border: 1px solid #ff0000;
    }
/* _content/FitCrmCloud/Views/OptionInfo/Detail.cshtml.rz.scp.css */
.status-area[b-pgxafavoso] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

/* _content/FitCrmCloud/Views/OptionInfo/Edit.cshtml.rz.scp.css */
input[type="hidden"].input-validation-error ~ div.input-group[b-48g4nnarjx] {
    background-color: #ffeeee;
}

    input[type="hidden"].input-validation-error ~ div.input-group input.form-control[b-48g4nnarjx] {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    input[type="hidden"].input-validation-error ~ div.input-group button[b-48g4nnarjx] {
        border: 1px solid #ff0000;
    }
/* _content/FitCrmCloud/Views/OptionInfo/FileList.cshtml.rz.scp.css */

.filelist-col-9[b-jvbsx33q2v] {
    flex: 0 0 auto;
    width: 75%;
}

.attached-file-table[b-jvbsx33q2v] {
    height: calc(100% - 50px);
    overflow: auto;
    background-color: white;
}

@media (max-width: 768px) {
    .filelist-col-9[b-jvbsx33q2v] {
        flex: 0 0 auto;
        width: 100%;
    }

    .attached-file-table[b-jvbsx33q2v] {
        height: calc(100% - 83px);
    }
}

/* _content/FitCrmCloud/Views/OptionInfo/Index.cshtml.rz.scp.css */

.filter-div input[type=checkbox][b-s8wgwcczqq],
.filter-div label[b-s8wgwcczqq] {
    cursor: pointer;
}

.status-area[b-s8wgwcczqq] {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
/* _content/FitCrmCloud/Views/OptionInfo/ViewAttachment.cshtml.rz.scp.css */
div[b-qqkhvsnuau] {
    text-align: center;
}

img[b-qqkhvsnuau] {
    max-width: 100vw;
}
/* _content/FitCrmCloud/Views/OptionInfo/ViewOrDownloadAttachment.cshtml.rz.scp.css */
div[b-vzytd979u7] {
    text-align: center;
}

img[b-vzytd979u7] {
    max-width: 100vw;
}
/* _content/FitCrmCloud/Views/Search/SearchIndex.cshtml.rz.scp.css */
/* 
    検索ボタン
*/
.search-form[b-c61iq9eo1h] {
    width: 600px;
    height: 55px;
    max-width: 90%;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
    border: 1.5px solid #d0d0d0;
}

.search-input[b-c61iq9eo1h] {
    border: none;
    padding: 0.75rem 1rem;
    flex: 1;
    font-size: 18px;
}

    .search-input:focus[b-c61iq9eo1h] {
        box-shadow: none;
    }

    .search-input[b-c61iq9eo1h]::placeholder {
        font-size: 14px;
    }

.search-btn[b-c61iq9eo1h] {
    background-color: white;
    border: none;
    padding: 0 1rem;
    font-size: 1.2rem;
    color: #333;
}

    .search-btn:hover[b-c61iq9eo1h] {
        background-color: #f0f0f0;
        cursor: pointer;
    }

    .search-btn:focus[b-c61iq9eo1h] {
        box-shadow: none;
    }

/* 
    検索フィルターのトグル
*/
.toggle-btn[b-c61iq9eo1h] {
    border: none;
}

    .toggle-btn:hover[b-c61iq9eo1h] {
        text-decoration: none;
    }

    .toggle-btn:focus[b-c61iq9eo1h] {
        box-shadow: none;
    }

.chevron-icon[b-c61iq9eo1h] {
    color: #888;
    font-size: 32px;
    transition: color 0.2s,
                transform 0.5s;
}

.toggle-btn:hover .chevron-icon[b-c61iq9eo1h] {
    color: #000;
}

.toggle-btn.is-opened .chevron-icon[b-c61iq9eo1h] {
    transform: rotate(-180deg);
}

.toggle-text[b-c61iq9eo1h] {
    font-size: 18px;
}

/*
    検索フィルターの内容
*/
.filter-contnts[b-c61iq9eo1h] {
    overflow: hidden;
    opacity: 0; 
    height: 0px;
}

.search-target .btn[b-c61iq9eo1h] {
    border: 1px solid #909090;
    border-radius: 20px;
}

.search-target input[b-c61iq9eo1h] {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.search-checkbox input[type="checkbox"][b-c61iq9eo1h] {
    accent-color: #404040;
    transform: scale(1.3)
}

.no-date-check[b-c61iq9eo1h] {
    border: none;
}

    .no-date-check:hover[b-c61iq9eo1h] {
        text-decoration: none;
    }

    .no-date-check:focus[b-c61iq9eo1h] {
        box-shadow: none;
    }

    .no-date-check input[type="checkbox"][b-c61iq9eo1h] {
        accent-color: #404040;
        outline: none;
    }

.post-date-from-to input[type="date"]:disabled[b-c61iq9eo1h] {
    color: #c0c0c0;
}
/* _content/FitCrmCloud/Views/Shared/CommentInfo/_AddCommentModal.cshtml.rz.scp.css */
.option-tree[b-ll1c2xrp7g],
.user-tree[b-ll1c2xrp7g] {
    overflow: auto;
    background-color: white;
    min-height: 30vh;
    max-height: 30vh;
}

/* _content/FitCrmCloud/Views/Shared/OptionInfo/_FileEditModal.cshtml.rz.scp.css */
.private-text[b-azwpbcpj2u] {
    color: #ccc;
}

.mention-disable[b-azwpbcpj2u] {
    background-color: #e9ecef;
}
/* _content/FitCrmCloud/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-lsezixdgyh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lsezixdgyh] {
  color: #0077cc;
}

.btn-primary[b-lsezixdgyh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lsezixdgyh], .nav-pills .show > .nav-link[b-lsezixdgyh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lsezixdgyh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lsezixdgyh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lsezixdgyh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lsezixdgyh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lsezixdgyh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* 
    検索ボタン関連
*/

.search-expand[b-lsezixdgyh] {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 50px;
    transition: width 0.3s ease;
    white-space: nowrap;
    padding-left: 0.5rem;
}

/* ホバー時に幅を広げてテキストが入るスペースを作る */
.search-expand:hover[b-lsezixdgyh] {
    width: 140px;
}

/* 虫眼鏡アイコン */
.search-icon[b-lsezixdgyh] {
    font-size: 22px;
    line-height: 1;
}

/* 虫眼鏡のアイコンを大きく表示 */
.search-icon-wrapper[b-lsezixdgyh] {
    width: 2rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

/* ホバー時にアイコンを左へスライド */
.search-expand:hover .search-icon[b-lsezixdgyh] {
    transform: translateX(-5px);
}

/* 初期状態はテキストを透明化 */
.search-text[b-lsezixdgyh] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ホバー時にテキストを表示 */
.search-expand:hover .search-text[b-lsezixdgyh] {
    opacity: 1;
}
/* _content/FitCrmCloud/Views/TaskRequestInfos/Detail.cshtml.rz.scp.css */
.comment-indent[b-bqb13bjfwt] {
    margin-left: 1.25em;
}
