:root {
    --bs-font-sans-serif: "Noto Sans JP", sohne-var, sohne-woff, "Helvetica Neue", Arial, sans-serif;
    --bs-font-monospace: "Noto Sans JP", sohne-var, sohne-woff, "Helvetica Neue", Arial, sans-serif;
    --bs-primary: #2D2D2D;
    --bs-primary-rgb: 45, 45, 45;
    --bs-primary-active: #040303;
    --bs-primary-hover: #666666;
}

.header-navbar {
    font-family: var(--bs-font-sans-serif) !important;
}

.navigation {
    font-family: var(--bs-font-sans-serif) !important;
}

.navigation .navigation-header {
    font-family: var(--bs-font-sans-serif) !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i.icon-sidebar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i.icon-sidebar:before {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    width: inherit;
    font-size: 16px;
}

.btn-block {
    display: block;
    width: 100%;
}

table th {
    white-space: nowrap;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: calc(50% - 12px);
    bottom: unset;
    right: 0.3rem;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: unset;
    bottom: calc(50% - 12px);
    right: 0.3rem;
}

.app-content .tox-tinymce {
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d8d6de !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow > b {
    width: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-custom-fade);
    color: #FFFFFF !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    padding-right: 0;
}

div.content-body form .handle {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
}

div.content-body form .gu-transit {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

div.content-body form .gu-unselectable {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.dark-layout .form-control[type=file]::-webkit-file-upload-button {
    background-color: #283046;
}

.dark-layout .form-control[type=file]::file-selector-button {
    background-color: #283046;
}
