body {
    font-size: 12px;
}

.main-panel {
    width: calc(100%);
}

.main-panel>.content {
    margin-top: 85px;
}

.login-page .content .container {
    margin-top: 0vh;
}


.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 1px;
  vertical-align: middle;
}

.card-user .card-body {
    min-height: 0px;
}

#loading{
	display:none;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.post_radio {
    padding-left: 1px !important;
}

.form-check-inline {
  margin-right: 10px;
}


.highlight {
  font-weight: bold;
  font-size: 18px;
  color: red;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.selected-row {
    background-color: #f0f0f0; /* 選択された行の背景色 */
}

#customEditDialog {
    max-width: 600px; /* ダイアログの最大幅を設定 */
    max-height: 80vh; /* ダイアログの最大高さを設定 */
    overflow-y: auto; /* 内容が多い場合にスクロール可能にする */
}
