/* body{
    margin: 0;
    height: auto;
    background-color: #1e1f24;
}
*{
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    font-size: .95rem;
} */

/* modal-window */
.modal-window {
    width: 90%;
    color: #ccc;
    background-color: #1e1f24;
    overflow: auto;
}

@media (max-width: 768px) {

    .modal-window,
    .modal-window2 {
        width: 100%;
    }
}

.modal-window-top.flex {
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background-color: #1e1f24;
    border-bottom: solid 2px #333;
}

.modal-window .modal-window-top .left h4,
.modal-window2 .modal-window-top .left1 h4 {
    width: 150px;
    margin: 0;
}

.modal-window .modal-window-top .js-close.batsu,
.modal-window2 .modal-window-top .js-close2.batsu1 {
    position: static;
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .modal-window .modal-window-top .js-close.batsu {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }
}

.modal-window .modal-window-top.flex1,
.modal-window2 .modal-window-top.flex1 {
    position: fixed;
    right: 5vw;
    width: 100%;
    padding: 20px 0;
}

.modal-window .modal-window-top.flex1 .right {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

.modal-window .modal-window-top.flex1 .right .btn-primary {
    padding: 8px 40px;
    color: #0b0c14;
    background-color: #ccc;
    border: none;
}

/* modal-window中身 */
.modal-window .research-form {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    justify-content: space-between;
    width: 90%;
    margin: 30px auto 0;
    color: rgba(204, 204, 204, .75);
}

@media (max-width: 767px) {
    .modal-window .research-form {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .modal-window .research-form ul {
        width: calc(100% - 50%);
        padding: 0;
    }
}

@media (max-width: 767px) {
    .modal-window .research-form ul {
        margin: 0;
    }
}

.modal-window .research-form ul b {
    color: #ccc;
    font-size: .85rem;
}

/* 都道府県 */
.modal-window .research-form .search_prefarea {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0;
    width: 382px;
    background-color: #101115;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .modal-window .research-form .search_prefarea {
        width: fit-content;
    }
}

.modal-window .research-form .search_prefarea li {
    display: block;
    margin-left: -1px;
    width: 96px;
    text-align: center;
}

@media (max-width: 767px) {
    .modal-window .research-form .search_prefarea li {
        width: 96px;
    }
}

/* カテゴリや項目 */
.modal-window .research-form ul:last-of-type {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .modal-window .research-form ul:last-of-type {
        width: 420px;
    }
}

@media (max-width: 767px) {
    .modal-window .research-form ul {
        margin-top: 40px;
    }
}

.modal-window .research-form ul:last-of-type li b {
    text-align: left;
}

.modal-window .research-form ul:last-of-type li p {
    width: 104px;
    margin: 0;
    text-align: center;
    background-color: #101115;
    transition: .3s;
}

.modal-window .research-form ul:last-of-type li p label {
    width: 100%;
    padding: 8px 0;
    transition: .3s;
}

.modal-window .research-form ul:last-of-type li p:first-of-type,
.modal-window .research-form ul:last-of-type li p:first-of-type label {
    border-radius: 5px 5px 0 0;
}

.modal-window .research-form ul:last-of-type li p:last-of-type,
.modal-window .research-form ul:last-of-type li p:last-of-type label {
    border-radius: 0 0 5px 5px;
}

.modal-window .research-form ul:last-of-type li p:hover {
    background-color: rgba(204, 204, 204, .15);
}

.modal-window .research-form ul:last-of-type li.search_checkbox p {
    width: 152px;
}

/* アコーディオンメニューの中身 */
.modal-window .research-form .search_prefarea p {
    margin: 0;
}

@media (max-width: 767px) {
    .modal-window .research-form .search_prefarea p:last-of-type {
        padding-bottom: 0;
    }

    .modal-window-top.flex1 button.btn-primary {
        color: #0B0C14;
        background-color: #ccc;
        border: none;
    }

    .modal-window-top.flex1 button.btn-primary:hover {
        background-color: #7a7b7e;
    }
}

/* チェックボックスのデザイン */
/* input[type=checkbox]{
    display: none;
} */
.form-check-input {
    display: none;
}

.col1 {
    width: 30px;
}

.table-borderless tr {
    border-bottom: 1px solid #273755 !important;
}

.table-borderless td,
.table-borderless th {
    border: none !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: #0D1B36;
    color: #ccc;
}

.search_prefarea li label.form-check-label {
    width: 100%;
    padding: 4px 0;
    transition: .3s;
}

.search_prefarea li label.form-check-label:hover {
    background-color: rgba(204, 204, 204, .1);
}

input[type=checkbox].form-check-input:checked+.form-check-label {
    color: #ccc;
    background-color: rgba(204, 204, 204, .15);
    border: solid 1px #ccc;
}

.accordion-open-label {
    display: flex;
}

/* カレンダー */
.modal-window-top.flex .left,
.modal-window2 .modal-window-top.flex .left1 {
    width: fit-content;
    padding: 0;
}

@media (max-width: 767px) {
    .modal-window-top.flex h4 {
        font-size: 1.3rem;
    }
}

/* modal window2 */
.modal-window2 {
    height: auto;
    overflow: visible;
}

@media (min-width: 885px) {
    .modal-window2 {
        width: 45%;
    }
}

.modal-window2 .research-form-wrapper {
    overflow-y: auto;
    height: calc(100% - 120px);
}

.modal-window2 .research-form div p {
    margin: 20px 0 10px;
}

.modal-window2 .modal-window-top .right2 {
    height: auto;
    margin-top: 0;
    margin-right: 20px;
    width: 650px;
    text-align: right;
}

/* ナビゲーションバー */
.navbar {
    position: fixed !important;
    z-index: 10000 !important;
    width: 100% !important;
}

.container-fluid {
    background-color: #0D1B36;
    color: #ccc;
}

/* sidebar-tabs 共通 */
.sidebar {
    top: 10px;
    /* bottom: 0; */
    left: -40px;
    height: auto !important;
    border: none !important;
    overflow: auto;
    max-height: 255px;
}

.sidebar.collapsed,
#filelist-sidebar.sidebar,
#fileupload-sidebar.sidebar,
.sidebar-tabs ul {
    width: 50px;
}

.sidebar-tabs {
    width: 50px;
    background-color: #0D1B36;
}

.sidebar-tabs ul li {
    display: block;
    height: 50px;
    padding: 0;
    color: #888;
}

.sidebar-tabs ul li.active {
    background-color: rgba(248, 248, 248, .2);
    border-right: solid 2px #ccc;
    transition: .3s;
}

.sidebar-tabs ul li a {
    line-height: 50px;
    transition: .3s;
}

.sidebar-tabs ul li.active a,
.sidebar-tabs ul li a:hover {
    color: #f8f8f8;
}

.sidebar-tabs ul li:hover {
    background-color: #2c2c2c;
}

.sidebar-tabs ul li i {
    margin-right: -2px;
}

/* #sidebar */
.sidebar-left .sidebar-content {
    border-left: solid 1px #333;
}

.sidebar-content {
    left: 50px !important;
    background-color: #0D1B36;
}

.sidebar-content .sidebar-pane {
    padding: 0;
}

@media (min-width: 1200px) {
    .sidebar-pane {
        min-width: 210px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .sidebar-pane {
        min-width: 255px;
    }
}

.sidebar-content .sidebar-pane .sidebar-header {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    background-color: #0D1B36;
    font-size: 12px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-color: #273755;
}

@media (min-width: 767px) and (max-width: 991px) {
    .sidebar-content .sidebar-pane .sidebar-header {
        /* font-size: 15px; */
        width: 175px;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        top: 12px;
        /* left: 58px; */
        font-family: Inter;
        font-weight: Regular;
        font-size: 6px;
        opacity: 1;
        text-align: left;
    }
}

.sidebar-content .sidebar-pane #search_table {
    height: fit-content;
    text-align: left;
}

.sidebar-content .sidebar-pane #search_table ul {
    margin-top: 1rem;
    padding: 0 0 10px 0;
    color: #f8f8f8;
}

.sidebar-content .sidebar-pane #search_table ul li {
    width: fit-content;
    display: block;
    margin-bottom: 20px;
    margin-left: 1rem;
}

.sidebar-content .sidebar-pane #search_table ul li p {
    margin-bottom: 0;
    padding: .2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.sidebar-content .sidebar-pane #search_table ul li p span:not(:first-child) {
    color: #ccc !important;
}

.sidebar-content .sidebar-pane #search_table .text-white {
    padding: 0 10px;
    background-color: #d8311a !important;
    font-size: .7rem !important;
    border-radius: 3px;
}

.sidebar-content .sidebar-pane #search_table p.choose_window {
    vertical-align: baseline;
}

.sidebar-content .sidebar-pane #search_table p.choose_window span:first-of-type {
    width: 105px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.sidebar-content .sidebar-pane #search_table p.choose_window span:first-of-type {
    color: #fff;
    background-color: rgba(248, 248, 248, .2);
}

.sidebar-content .sidebar-pane #search_table p.choose_window span:first-of-type::after {
    content: '>';
}

.sidebar-content .sidebar-pane p input {
    text-align: right;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-right: 5px;
}

.sidebar-content .sidebar-pane p input#id_shooting_search_start,
.sidebar-content .sidebar-pane p input#id_shooting_search_end {
    padding: 2px 10px;
    width: 130px;
    background-color: rgba(248, 248, 248, .2);
    border-radius: 3px;
    cursor: pointer;
}

.sidebar-content .sidebar-pane p input#id_shooting_search_start:nth-child(2),
.sidebar-content .sidebar-pane p input#id_shooting_search_end:nth-child(1) {
    color: #fff;
}

.sidebar-content .sidebar-pane p input.form-check-input {
    width: 12px;
    height: 12px;
    margin-top: 0;
}

.sidebar-content .sidebar-pane p label.form-check-label {
    margin-right: 10px;
}

.sidebar-content .sidebar-pane .btn-primary {
    width: calc(100% - 150px);
    max-width: 200px;
    margin-right: 1rem;
    padding: 5px 40px;
    color: #000;
    background-color: #c0c0c0 !important;
    border: none;
    border-radius: 3px;
    opacity: 1;
}

@media (max-width: 992px) {
    .sidebar-content .sidebar-pane .btn-primary {
        width: calc(100% - 30px);
    }
}

.sidebar-content .sidebar-pane .btn-primary:hover {
    background-color: #3765d9;
}

@media (min-width: 768px) and (max-width: 992px) {
    .sidebar-content .sidebar-pane .btn-primary {
        width: 90%;
        margin-bottom: 1rem;
    }
}

.sidebar-content .sidebar-pane button#all_del.btn-danger {
    /* margin: 0;
    color: #ccc;
    background-color: transparent;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-weight: normal; */
    width: 40px;
    color: rgba(13, 27, 54, 1);
    position: absolute;
    top: 14px;
    left: 179px;
    font-family: Inter;
    font-weight: Regular;
    font-size: 10px;
    opacity: 1;
    text-align: left;
}

/* レイヤーリスト */


.sidebar-content {
    /* height:50px;   */
    margin: 0px;
    border-radius: 10px;
    height: auto !important;
}

.sidebar-pane #library {
    width: 45%;
    height: 100%;
}

/* #search-form-001{
    width: 130px;
} */

@media (min-width: 768px) and (max-width: 991px) {
    #sidebar .sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger {
        padding: 0 10px;
    }
}

.sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger:hover {
    background-color: #fff;
}

@media (max-width: 767px) {
    .sidebar-content .sidebar-pane .sidebar-header button#all-del.btn-danger {
        font-size: .9rem;
    }
}

.sidebar-content .sidebar-pane thead tr th {
    color: #fff;
    border: none;
    font-weight: normal;
}

/* #data_table tr:hover p{
    background-color: #f8f8f8;
} */
#data_table tr {
    color: #ccc;
    border-bottom: solid 1px #333;
}

#data_table tr td {
    border-style: none;
}

#data_table tr:hover td {
    background-color: transparent;
}

#ajax_form .tab-wrap div {
    margin: 1.5em 0;
}

#ajax_form .tab-contents.show p {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

/* 日付 */
.modal-window2 .research-form input#id_shooting_search_start,
.modal-window2 .research-form input#id_shooting_search_end,
#ajax_form .tab-contents.show p input {
    text-align: right;
    padding: 5px 10px;
}

#id_todoufuken_search {
    padding: 5px 10px;
}

.tab-contents.show {
    padding-left: 0;
}

#ajax_form .tab-wrap div p {
    margin: 0;
    color: #333;
}

#ajax_form .tab-wrap div:nth-last-child(1) p:last-of-type,
#ajax_form .tab-wrap div:nth-last-child(2) p:last-of-type {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

#ajax_form .tab-wrap div:nth-last-child(1) p:last-of-type label input,
#ajax_form .tab-wrap div:nth-last-child(2) p:last-of-type label input {
    margin: 0;
}

#ajax_form p button:first-of-type {
    padding: 5px 50px;
    color: #fff;
    background-color: #051e5e;
    border: none;
    border-radius: 3px;
}

#ajax_form p button:last-of-type {
    padding: 5px 20px;
    border: solid 1px #a0a0a0;
    border-radius: 3px;
}

#ajax_form p button:last-of-type a {
    color: #333;
}

/* modal3 */
.modal-window3 {
    right: -60px;
    left: auto;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: .9;
}

.modal-window3 .batsu2 {
    top: 7px;
    right: 10px;
    left: auto;
}

.batsu2:hover {
    border-color: #fff;
}

.modal-window3 .table-bordered {
    margin-bottom: 0;
}

.modal-window3 .table-bordered thead {
    color: #fff;
    background-color: #0b0c14f2;
}

/* ログイン */
#logo_map_white img {
    width: 150px;
    margin: 30px 0 0 30px;
}

div#logreg-forms {
    width: 100%;
    height: calc(100% - 65px);
    margin: 0;
    display: flex;
    align-items: center;
    background-color: #1e1f24;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

#logreg-forms .login_img,
#logreg-forms .form-signin {
    width: 50%;
    text-align: center;
}

#logreg-forms .form-signin h1 {
    color: #fff;
    font-size: 20px;
}

#logreg-forms .form-signin input#inputPassword {
    margin-bottom: 20px;
}

#logreg-forms .form-signin .btn-success {
    color: #000;
    background-color: #ccc;
    border: none;
}

#logreg-forms .form-signin .btn-success:hover {
    background-color: #fff;
}

/* Django管理サイト */
/* header */
#site-name {
    /* margin: 30px 0 0 70px; */
    width: 150px;
}

#site-name img {
    width: 150px;
}

#fileupload-sidebar {
    position: absolute;
}

#filelist-sidebar *,
#filelist-sidebar::after,
#filelist-sidebar::before,
#fileupload-sidebar *,
#fileupload-sidebar::after,
#fileupload-sidebar::before {
    box-sizing: border-box;
}

#container,
#header {
    background-color: #151721;
}

h2 {
    color: #ccc;
}

/* Django 検索*/
#container div.breadcrumbs {
    display: none;
}

#branding h1 a {
    font-size: 1.5rem;
}

#branding h1 a:link,
#branding h1 a:visited {
    color: #fff;
}

#toolbar {
    border: none;
    margin-top: 50px;
    padding: 20px 10px;
    background-color: transparent;
}

#toolbar form#changelist-search {
    width: 90%;
}

#toolbar form#changelist-search div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    gap: 20px 0;
    width: fit-content;
}

#toolbar form#changelist-search div ul {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#toolbar form#changelist-search div li {
    list-style: none;
    color: #ccc;
}

#toolbar form#changelist-search select,
#toolbar form#changelist-search input[type="month"] {
    margin-left: 5px;
    padding: 0 10px;
    background-color: #101115;
    color: #ccc;
    border: none;
}

#search_item li p input[type="month"],
#toolbar form#changelist-search input[type="month"] {
    width: 100px;
    height: 30px;
    margin: 0 5px;
    text-align: right;
}

#toolbar form#changelist-search input[type="month"]:last-of-type {
    margin-right: 0;
}

#toolbar form#changelist-search input[type="submit"].search_btn {
    margin-right: 10px;
    padding: 5px 40px;
    color: #000;
    background-color: #ccc;
    box-shadow: none;
    border: none;
    font-size: .85rem;
    transition: .3s;
}

#toolbar form#changelist-search input[type="submit"].search_btn:hover {
    background-color: #fff;
}

#toolbar form#changelist-search input[type="submit"].btn {
    background-color: transparent;
    border: solid 1px #ccc;
}

#toolbar form#changelist-search span a.cancel-link {
    display: block;
    margin-right: 10px;
    background-color: transparent;
    border: solid 1px #ccc;
}

#toolbar form#changelist-search span a.cancel-link,
#toolbar form#changelist-search input[type="submit"].btn {
    margin-left: 0;
    padding: 5px 20px;
    color: #ccc;
    box-shadow: none;
    transition: .3s;
}

#toolbar form#changelist-search span a.cancel-link:hover,
#toolbar form#changelist-search input[type="submit"].btn:hover,
.filelist-heading input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}

.filelist-heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filelist-heading h2 {
    margin: 0 0 0 70px;
}

.filelist-heading input[type="submit"] {
    display: block;
    margin-left: 20px;
    padding: 5px 20px;
    background-color: transparent;
    border: solid 1px #ccc;
    color: #ccc;
    transition: .3s;
}

.paginator span .pagination-link {
    background-color: rgba(204, 204, 204, .2);
}

.results {
    overflow-x: auto;
}

#result_list {
    width: 95%;
}

@media (max-width: 767px) {
    #result_list {
        min-width: 800px;
    }
}

#result_list thead {
    background-color: rgba(204, 204, 204, .5);
}

#result_list thead tr th {
    color: #000;
    background-color: rgb(204, 204, 204);
    font-size: .75rem;
    font-weight: bold;
}

#result_list tbody tr.model-user {
    color: #ccc;
    background-color: transparent;
}

#result_list thead tr th,
#result_list tbody tr th,
#result_list tbody tr td {
    border-top: none;
    font-weight: normal;
}

#result_list tbody tr:last-of-type th,
#result_list tbody tr:last-of-type td {
    border-bottom: none;
}

#result_list .model-user th a:link {
    color: #fff;
}

#result_list .model-user form button.btn {
    background-color: rgba(204, 204, 204, .5);
    padding: 3px 10px;
    border: none;
    border-radius: 3px;
    transition: .3s;
}

#result_list .model-user form button.btn:hover {
    background-color: #ccc;
    cursor: pointer;
}

/* django ファイルアップロード */
#fileupload-sidebar.sidebar {
    width: 50px;
}

#content-main h1,
#content-main form#user_form p {
    margin-left: 30px;
    color: #ccc;
}

#content-main #id_shooting_day::after {
    padding-left: 5px;
}

#content-main form#user_form .module.aligned.wide {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    border: none;
}

#content-main form#user_form .module,
#content-main form#user_form .module .submit-row {
    background-color: transparent;
}

#content-main form#user_form .module .form-row.field-username label {
    width: 150px;
    color: #ccc;
}

#content-main form#user_form .module .form-row.field-username #file-upload-button {
    background: transparent;
}

#content-main form#user_form .module .form-row {
    margin: 0 20px;
}

#content-main form#user_form .module .form-row:first-of-type {
    margin-top: 20px;
}

#content-main form#user_form .module .submit-row {
    margin: 0;
    padding: 20px;
    border: none;
}

#content-main form#user_form .module .form-row .help {
    margin: 5px 0 0 150px;
    color: #ccc;
}

.aligned .form-row input,
.aligned .form-row #id_files:first-child,
.aligned .form-row input:last-of-type:first-child input[type=text],
textarea,
select,
.vTextField,
select option {
    padding: 5px 10px;
    color: #ccc;
    background-color: #101115;
    border: none;
    border-radius: 5px;
}

input#file-upload-button {
    color: #eee;
    background-color: rgba(204, 204, 204, .5);
    border: none;
}

#content-main form#user_form .module .submit-row input {
    padding: 0 20px;
    color: #000;
    background-color: #ccc;
    border-radius: 3px;
    border: none;
}

#content-main form#user_form .module .submit-row input:hover {
    background-color: #fff;
}

/* 地図選択 */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    padding: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.leaflet-control-container .leaflet-control-layers {
    color: #fff;
    background-color: rgba(11, 12, 20, 0.9);
}

/* ラジオボタン */
.leaflet-control-layers-base {
    border: none;
}

.leaflet-control-layers-base label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.leaflet-control-layers-base label::before,
.leaflet-control-layers-base label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.leaflet-control-layers-base label::before {
    width: 14.4px;
    height: 14.4px;
    background-color: #e6edf3;
}

.leaflet-control-layers-base label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #0b0c14;
}

.leaflet-control-layers-base input {
    display: none;
}

.leaflet-control-layers-base label span {
    color: #eee;
}

/* Django管理サイト sidebar */
#header,
#content,
h2,
#toolbar,
.results,
.paginator {
    margin-left: 70px;
}

.paginator {
    width: calc(100% - 70px);
    border: none;
}

/* 共通 */
input[type="month"] {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: right;
    line-height: normal;
    color: #eee;
    background-color: #101115;
    border: none;
    border-radius: 3px;
}

input[type="month"]::after,
input[type="date"]::after {
    font-family: FontAwesome;
    content: "\f073";
    color: #fff;
    position: absolute;
    top: 10px;
    right: 12px;
    pointer-events: none;
}


input[type="month"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: transparent;
    z-index: 100;
}

/* 選択ボックスと中身 */
#content-main form#user_form .field-username #id_todoufuken option,
#toolbar form#changelist-search ul li select option {
    background-color: #151721;
}

#content-main form#user_form .field-username #id_todoufuken option:hover,
#toolbar form#changelist-search select option:hover,
#content-main form#user_form .field-username #id_todoufuken option:checked,
#toolbar form#changelist-search select option:checked {
    color: #000;
    background-color: #ccc;
}

/* hoverイベント */
.sidebar-content .sidebar-pane #search_table p.choose_window span:first-of-type:hover,
.sidebar-content .sidebar-pane p input#id_shooting_search_start:hover,
.sidebar-content .sidebar-pane p input#id_shooting_search_end:hover,
.sidebar-content .sidebar-pane button#all_del.btn-danger:hover {
    color: #000;
    background-color: #ccc;
    transition: .3s;
}

/* 検索フォーム */
.search-form-005 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
    margin: 0;
    padding: 0px, 5px;
    vertical-align: middle;
}

.search-form-005 input {
    width: 180px;
    height: 50px;
    padding-left: 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    color: #ccc;
    background-color: #273755;
    font-size: small;
    outline: none;
    float: left;
}

#clearButton {
    float: left;
    width: 20px;
    height: 50px;
    background-color: #273755;
    vertical-align: middle;
    padding-right: 2.5px;
    padding-left: 5px;
    padding-top: 6px;
    cursor: pointer;
    /* display: none; */
}

.search-form-005 input::placeholder {
    color: #c0c0c0;
}

.search-form-005 button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #273755;
    cursor: pointer;
    float: left;
}

.search-form-005 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

/* MAP上のツールチップ */
/* .leaflet-tooltip{
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    font-size: x-small;
} */

/* タブ切り替え */
.nav-link {
    background-color: #8D9198 !important;
    color: #242C3A !important;
}

.nav-link.active {
    background-color: #ffffff !important;
    color: #1e1f24 !important;
}

.nav-link.child-nav {
    color: #8D9198 !important;
    background-color: #0D1B36 !important;
    border-bottom: none !important;
}

.nav-link.child-nav.active {
    color: #FFFFFF !important;
    background-color: #0D1B36 !important;
    border: none !important;
    border-bottom: solid 3px #FFFFFF !important;
}

.nav-link.child-nav.link-chart {
    color: #8D9198 !important;
    background-color: #0D1B36 !important;
    border-bottom: none !important;
}

.nav-link.child-nav.link-chart.active {
    color: #FFFFFF !important;
    background-color: #0D1B36 !important;
    border-bottom: solid 3px #FFFFFF !important;
}

/* テーブル */
.table-dark {
    background-color: #161E2D !important;
    color: #141415 !important;
}

#group-content {
    margin-top: 10px;
}

input[type="checkbox"],
label {
    cursor: pointer;
}

.col1 {
    vertical-align: middle;
    width: 10%;
    height: 55px !important;
}

.col2 {
    vertical-align: middle;
    width: 90%;
    height: 55px !important;
}

.col3 {
    vertical-align: middle;
    width: 50%;
}


.opacity {
    /* margin-left: 20px; */
    margin-right: 5px;
    vertical-align: middle;
    color: #ccc;
    width: 55%;
}

.layerlist-opacity {
    color: #ccc;
    width: 65%;
}

.sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger {
    margin: 0 30px 0 auto;
    /* margin:0px; */
    /* padding: 2px 20px; */
    color: #cccccc;
    background-color: #04080F;
    font-weight: bold;
    border: none;
    height: 30px;
    vertical-align: middle;
    font-size: 14px;
}

/* @media (max-width:768px) {
    .sidebar {
        width: 190px;
    }

    .sidebar-pane {
        min-width: 140px;
    }

    .sidebar-header {
        width: 140px;
    }

    .opacity {
        margin: 0px 0px 0px 25px;
        vertical-align: middle;
        color: #ccc;
        width: 40%;
    }

    .sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger {
        /* margin: 0 20px 0 auto;
        margin-right: 10px;
        padding-right: 10px; */
/* height: 30px;
        font-size: 5px;
    } */

/* .sidebar-header{
        font-size: 6px;
        margin:0px;
    } */
/* .search-form-005 input {
        width: 80px;
        padding: 0px;
    } */
/* }  */

/* @media (min-width:768px) and (max-width:899px){
    .sidebar{
        width:45%
    }
    .sidebar-pane{
        min-width:45%
    }
    .sidebar-header{
        width:45%
    } */
/* .opacity{
        margin: 0px;
        vertical-align: middle;
        color:#ccc;
        width:50%;
    } */
/* .sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger{ */
/* margin: 0 20px 0 auto; */
/* margin:0px; */
/* padding: 2px 20px; */
/* font-size: 8px;
    }
    .sidebar-header{
        font-size: 6px;
        margin:0px;
    }
    #search-form-box{
        width: 200px;
    }
} */

/* @media (min-width:768px) and (max-width:991px) { */
/* .sidebar {
        width: 225px;
    }

    .sidebar-pane {
        min-width: 175px;
    }

    .sidebar-header {
        width: 175px;
    }

    .opacity {
        margin: 0px 0px 0px 25px;
        vertical-align: middle;
        color: #ccc;
        width: 45%;
    }

    .sidebar-content .sidebar-pane .sidebar-header button#delete.btn-danger {
        font-size: 8px;
    }

    .search-form-005 input {
        width: 110px;
        padding: 0px;
    }
} */

/* @media (min-width:992px) and (max-width:1199px){
    .sidebar{
        width:40%
    }
    .sidebar-pane{
        width:40%
    }
    .sidebar-header{
        width:55%
    }
    .opacity{
        margin: 0px;
        vertical-align: middle;
        color:#ccc;
        width:30%;
    }
    .col2{
        font-size: 11px;
    }
} */

/* @media (min-width:992px) and (max-width:1280px) {
    .sidebar {
        width: 260px;
    }

    .sidebar-pane {
        width: 210px;
    }

    .sidebar-header {
        width: 210px;
    }

    .opacity {
        margin: 0px 0px 0px 25px;
        vertical-align: middle;
        color: #ccc;
        width: 50%;
    }

    .search-form-005 input {
        width: 140px;
    }
} */

/* @media (min-width:1300px) and (max-width:1359px){
    .sidebar{
        width:34%
    }
} */

/* @media (min-width:1360px) and (max-width:1499px){
    .sidebar{
        width:32%
    }
} */

/* @media (min-width:1500px) and (max-width:1599px){
    .sidebar{
        width: 425px;
    }
    .opacity{
        margin: 0px;
        vertical-align: middle;
        color:#ccc;
        width:65%;
    }
} */

/* @media (min-width:1281px) {
    .sidebar {
        width: 300px;
    }

    .sidebar-pane {
        width: 250px;
    }

    .sidebar-header {
        width: 250px;
    }

    .opacity {
        margin: 0px 5px 0px 25px;
        vertical-align: middle;
        color: #ccc;
        width: 60%;
    }
} */

#choosing-forestry {
    width: 175px;
    font-size: 12px;
}

/* ドット */
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: #9880ff;
    }

    50%,
    100% {
        background-color: rgba(152, 128, 255, 0.2);
    }
}


#layer-header a {
    color: #ccc;
}

/* #btn-import{
    margin-left: 110px;
    margin-right: 10px;
    display: none;
} */

/* #create-Polygon{
    display: none;
} */

.accordion-item {
    background-color: #0D1B36 !important;
}

.accordion-button {
    background-color: #0D1B36 !important;
    color: #ccc !important;
    padding: 0px !important;
    padding-right: 10px !important;
    font-size: small;
    background-image: none;
    display: block !important;
}

.accordion-button:not(.collapsed) {
    background-color: #0D1B36 !important;
    color: #ccc !important;
    background-image: none
}

.accordion-button:focus {
    border-color: #0D1B36 !important;
    box-shadow: none !important;
}

/* .accordion-body p {
    margin: 10px;
} */

.accordion-body {
    margin: 0px;
    padding: 0px !important;
}

.dropdown-item {
    cursor: pointer;
}

.fa-solid {
    cursor: pointer;
}

.dropdown-menu {
    padding: 5px !important;
    font-size: 14px !important;
    color: #ccc !important;
    background-color: #273755 !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100% !important;
    left: -120px !important;
    margin-top: 0.125rem !important;
    padding: 5px 0 5px 0;
}

.dropdown-item {
    color: #ccc !important;
}

.dropdown-item:hover {
    color: #0D1B36 !important;
}

#text-reset {
    background-color: #273755;
    padding-right: 5px;
    width: 50px;
}

/* ポップアップ表示 */
.item-list {
    text-align: left;
    color: #ccc;
}

.properties-list {
    text-align: right;
    color: #ccc;
}

.moni-table {
    color: #ccc;
}

.no-border {
    border-color: #0D1B36 !important;
}

/* フォーカス時のスタイル */
.input-text-style:focus {
    outline: none;
    border: 1px solid #0C8CE9;
}

/* エラー状態のスタイル */
.input-error {
    border: 1px solid #FF3B30 !important;
    /* エラーメッセージと同じ赤色 */
}

/* エラーメッセージのスタイル */
.errorMessageStyle {
    color: #FF3B30;
    font-size: 12px;
    height: auto;
    display: block;
}

/* DropZoneのファイルアップロードエラー */
.dropZone-error {
    border: 2px dashed #FF3B30 !important;
}

/* ポリゴン作成 */
#fr-cancel,
#fr-saving,
#fr-csv {
    background-color: #ccc;
    color: #0D1B36;
    font-size: 12px;
    border: none;
    width: 85px;
}

.saving-btn {
    background-color: #324C7D;
    color: #FAFBFD;
    font-size: 14px;
    border: none;
    padding: 8px;
    font-weight: 500;
    border-radius: 8px;
    min-width: 80px;
}

.saving-btn:hover {
    cursor: pointer;
}

.cancel-btn {
    background-color: #FAFBFD;
    color: #141415;
    border: 1px solid #D2D5DA;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
    border-radius: 4px;
    min-width: 80px;
    box-sizing: border-box;
    height: 39px;
}

.cancel-btn:hover {
    background-color: #DCDFE5;
    cursor: pointer;
}

/* ゾーニング作成ボタン */
#zoning-start,
button#zoning-start.btn.btn-primary {
    background-color: #0969DA;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 8px;
    font-weight: 500;
    border-radius: 4px;
    min-width: 80px;
    height: 37px;
    outline: none;
    transition: background-color 0.2s ease;
}

#zoning-start:hover,
button#zoning-start.btn.btn-primary:hover {
    background-color: #0A5BBF !important;
    color: #fff !important;
}

#zoning-start:active,
#zoning-start:focus,
button#zoning-start.btn.btn-primary:active,
button#zoning-start.btn.btn-primary:focus {
    background-color: #0969DA !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* キャンセルボタン */
#cancel,
button#cancel.btn.btn-primary {
    background-color: #FAFBFD;
    color: #141415;
    border: 1px solid #D2D5DA;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
    border-radius: 4px;
    height: 39px;
    min-width: 80px;
    outline: none;
    transition: background-color 0.2s ease;
}

#cancel:hover,
button#cancel.btn.btn-primary:hover {
    background-color: #DCDFE5 !important;
    color: #141415 !important;
    border: 1px solid #D2D5DA !important;
}

#cancel:active,
#cancel:focus,
button#cancel.btn.btn-primary:active,
button#cancel.btn.btn-primary:focus {
    background-color: #DCDFE5 !important;
    color: #141415 !important;
    border: 1px solid #D2D5DA !important;
    outline: none !important;
    box-shadow: none !important;
}

/* マップリスト */
#mapList-body {
    margin-top: 10px;
}

.map-item {
    margin-right: 5px;
}

/* #geo-map,
#geo-map-label {
    margin-right: 0px;
} */

#maplayer-list {
    position: absolute;
    top: 10px;
    left: 270px;
    z-index: 10;
}

#forestry-searchform {
    display: block;
    border-radius: 10px;
    z-index: 2000;
    overflow: auto;
}

#open-forestry-searchform {
    background-color: #0D1B36;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid;
    padding-top: 10px;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

#search-group {
    position: absolute;
    top: 10px;
    left: 325px;
    z-index: 2000;
}

#group-searchform {
    display: none;
    border-radius: 10px;
    font-size: 12px;
    z-index: 2000;
}

#open-group-searchform {
    background-color: #0D1B36;
    width: 45px;
    height: 45px;
    text-align: center;
    /* border: 1px solid; */
    padding-top: 10px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    cursor: pointer;
    z-index: 2000;
}

.maplist-label {
    color: #ccc;
    font-size: smaller;
}

.map-img {
    margin: 5px 0 0 20px;
}

.maplist-grid {
    padding: 10px;
    border-top: white 1px solid;
}

.maplist-first {
    margin: 0 0 5px 10px;
}

.maplist-name {
    margin: 35px 0 0 5px;
}

.maplist-category {
    color: white;
    margin: 0 0 5px 10px;
}

.maplist-opacity {
    margin: 0 0 0 10px;
}

.layerList {
    margin: 10px 0px 0px 10px;
    padding: 0px;
}

.tile {
    margin-bottom: 15px;
}

.tile-last {
    margin-bottom: 5px;
}

#layer-header {
    margin: 0px;
}

#mapList-caret,
#ground-caret,
#data-caret,
#nfi-caret,
#create-caret {
    margin-right: 10px;
}

#data-line,
#ground-line1,
#nfi-line,
#registration-line,
#slope-line,
#standtype-line,
#cs-line,
/* #forestry-line, */
#progress-line,
#monitoring-line {
    display: none;
}

#ground-Tab,
#data-Tab,
#mapList-Tab,
#nfi-Tab,
#create-Tab {
    font-weight: bold;
}

#progress-line {
    margin-left: 30px;
}

#forestryPlan-progress {
    height: 2px;
    width: 70% !important;
    margin-top: 10px;
    display: inline-block;
    margin-left: 0px;
}

#forestryPlan-progressbar {
    width: 0%;
}

#progress-val {
    float: left;
    margin-left: 10px;
}

.dropdown-item {
    padding: 0.25rem 0.5rem !important;
}

.fa-eye,
.fa-eye-slash,
.fa-broom,
.fa-square-plus,
.fa-file-import {
    margin-right: 10px;
}

/* すべてのcolorの余白を調整 */
input[type="color"] {
    inline-size: 16px;
    block-size: 16px;
    margin: 0 10px 0 10px;
}

#geojson-Color,
#shape-Color {
    inline-size: 60px;
    block-size: 24px;
    margin: 0;
    inline-size: 50px;
    block-size: 20px;
    margin-right: 0;
}

/* ポリゴン作成のモーダル */
.layer-create-title {
    font-size: 24px;
    color: #fff;
}

.input-style {
    height: 40px;
}

/* ポイント情報のスタイル */
.point-info-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    align-items: flex-start;
    color: #141415;
}

.point-label {
    display: inline-block;
    text-align: left;
    font-weight: 500;
    min-width: 50px;
    /* ラベルの最小幅を設定 */
    margin-right: 8px;
    /* ラベルと値の間に余白を追加 */
}


.input-text-style {
    height: 40px;
    border-radius: 8px;
    padding: 0 16px;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    color: #141415;
    background-color: #EBEEF3;
    border: 1px solid #D2D5DA;
    cursor: pointer;
}

.modal-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    color: #141415;
    margin-bottom: 4px;
}

#layerstatus-line {
    color: #141415;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    align-items: center;
}

#layerstatus-line span {
    font-size: 18px;
    font-weight: 500;
}

#forestresourses-line {
    display: block;
    margin-bottom: 24px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

#forestresourses-line input,
#forestresourses-line label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.create-modal-content {
    width: 500px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.create-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #D2D5DA;
    border-radius: 8px 8px 0 0;
}

.create-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 24px;
}

.create-modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 16px 24px;
    gap: 8px;
    border-top: 1px solid #D2D5DA;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background-color: #FAFBFD;
    border-radius: 0 0 8px 8px;
}

/* レイヤー名とinputを囲う */
.create-layername {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.create-color-select {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
}

/* 市区町村 */
#choose-citybox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

/*都道府県*/
#choose-prefbox {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

/* 地上計測アップロードのモーダル全体 */
/* 空中計測アップロードのモーダル全体 */
.groundupload-modal-dialog,
.aerialupload-modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.create-modal-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.create-modal-body::-webkit-scrollbar-thumb {
    background-color: #616a7a;
    border-radius: 8px;
}

.create-modal-body::-webkit-scrollbar-track {
    border-radius: 8px;
    margin: 8px 0;
}

.custom-select {
    position: relative;
    width: 100%;
    font-size: 14px;
}

.custom-select-trigger {
    width: 100%;
    min-height: 48px;
    background-color: #EBEEF3;
    color: #141415;
    border-radius: 8px;
    padding: 7px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-select-trigger img {
    width: 16px;
    height: 16px;
}


/* 地上計測アップロードの撮影日の箱*/
.create-ground-date,
.create-aerial-date {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* カレンダー入力フィールドコンテナ */
.date-input-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #EBEEF3;
    color: #141415;
    border: 1px solid #D2D5DA;
    cursor: pointer;
    width: 240px;
}

/* フォーカス状態のコンテナ */
.date-input-container.focused {
    border: 1px solid #0C8CE9;
    outline: none;
}

/* カレンダーアイコン */
.calendar-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2;
}


/* 既存のカレンダー疑似要素を非表示にする */
input[type="month"]::after,
input[type="date"]::after {
    display: none;
}

/* 地上計測アップロード 撮影日*/
.groundupload-date-style,
.aerialupload-date-style {
    height: 38px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    color: #ACACAC;
    background-color: #EBEEF3;
    border: none;
    cursor: pointer;
}

.groundupload-date-style:focus,
.aerialupload-date-style:focus {
    outline: none;
}

/* 日付入力済みの場合はフォーカススタイルを適用しない */
.groundupload-date-style.has-value:focus,
.aerialupload-date-style.has-value:focus {
    border-color: #374052;
    /* 通常のボーダー色に戻す */
}

/* 地上計測アップロードの林齢の箱*/
.create-ground-forest-age,
.create-aerial-forest-age {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 34px;
}

/* 地上計測アップロード　林齢*/
.create-ground-forest-age-style,
.create-aerial-forest-age-style {
    position: relative;
    height: 40px;
    border-radius: 8px;
    padding: 0 16px;
    width: 240px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #1A2840;
    color: #fff;
    border: none;
    /* ドロップダウン矢印を非表示にする */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.forest-age-options {
    display: flex;
    gap: 8px;
    /* ボタン間の隙間 */
}

.forest-age-option {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    background-color: #FAFBFD;
    color: #141415;
    user-select: none;
    transition: background-color 0.2s, color 0.2s;
}

.forest-age-option.selected {
    background-color: #0D1B36;
    color: #fff;
}

/* 通常のボタンホバー */
.forest-age-option:hover {
    background-color: #DCDFE5;
    /* 未選択時のホバー色 */
}

/* 選択済みボタンのホバー色 */
.forest-age-option.selected:hover {
    background-color: #1A2B4D;
}

/* カスタムセレクトのスタイル */
.custom-select-container {
    position: relative;
    width: 500px;
    z-index: 20;
    /* ファイル選択要素より高い値に設定 */
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #1A2840;
    color: #fff;
    border: none;
    cursor: pointer;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1A2840;
    border-radius: 8px;
    margin-top: 2px;
    z-index: 25;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    overflow: hidden;
}

.custom-option {
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.custom-option:hover {
    background-color: #2A3850;
}

/* 地上計測アップロードのファイルの箱*/
.create-ground-file-upload,
.create-aerial-file-upload {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* 地上計測アップロード モーダル */
.groundupload-create-modal-content,
.aerialupload-create-modal-content {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
}

/* 地上計測アップロード　ファイル*/
.create-ground-file-upload-style,
.create-aerial-file-upload-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

/* ファイル入力関連のスタイル */
.file-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 240px;
    height: 40px;
    background-color: #1A2840;
    border-radius: 8px;
    overflow: hidden;
}

.file-name-display {
    flex-grow: 1;
    padding: 0 12px;
    color: #ccc;
    /* 初期状態はグレー */
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

/* ファイル選択後のスタイル */
.file-name-display.has-file {
    color: #fff;
    /* ファイル選択後は白色 */
}

.file-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1A2840;
}

.file-input-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Tiffモーダル全体 */
.tiff-modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tiff-create-modal-content {
    width: 600px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

/* Shapeモーダル全体 */
.shape-modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shape-create-modal-content {
    width: 600px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.shape-category-options {
    display: flex;
    gap: 8px;
    /* ボタン間の隙間 */
}

.shape-category-option {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    background-color: #FAFBFD;
    color: #141415;
    user-select: none;
    transition: background-color 0.2s, color 0.2s;
}

.shape-category-option.selected {
    background-color: #0D1B36;
    color: #fff;
}

.shape-category-option:hover {
    background-color: #DCDFE5;
}

.shape-category-option.selected:hover {
    background-color: #1A2B4D;
    /* 選択済みのホバー色 */
}




.legend {
    margin: 0px 5px 0px 0px;
    inline-size: 10px;
    block-size: 10px;
    /* border-radius: 50%; */
    display: inline-block;
}



#forestry-body {
    background-color: #0D1B36;
    border-radius: 10px;
    overflow: auto;
    z-index: 2000;
    width: 300px;
}

input[type=range] {
    color: #ccc;
    background-color: #0b0c14;
    height: 5px;
    /* border: solid 1px #ccc; */

    &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        position: relative;
        border: none;
        width: 12px;
        height: 12px;
        display: block;
        background-color: #262626;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }
}

#createdata {
    background-color: #0D1B36;
    border: none;
}

#data_table {
    margin-bottom: 0 !important;
}

.layer-line {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layer-range {
    margin-bottom: 0 !important;
}

.menulist-icon {
    margin-left: 7.5px;
}

/* ゾーニングモーダル */
.createZoning {
    border-bottom: 1px solid #616a7a;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    outline: 0;
}


/* 成長曲線 ドロップダウンリスト */

.SI-model-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #D2D5DA;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #FAFBFD;
}

.model-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #D2D5DA;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.vegetation-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #D2D5DA;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

/* ログイン用モーダル */
.logIn-modal-content {
    width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
}