/* 全体のフォントとテキストカラー設定 */
body {
    font-family: Noto Sans JP;
    color: #4f4f4f;
}

/* リンクのデフォルトスタイル設定 */
a {
    color: #5b7fff;
    text-decoration: underline;
}

/* コンテンツの初期状態を隠す */
.content {
    display: none;
}

/* 登録 */
.success-message,
.delete-message {
    color: #606fc4;
    font-size: 12px;
}

.error-message {
    color: #ff0000;
    font-size: 12px;
}

.ui-datepicker {
    background: #fff !important;
    width: 15em !important;
    display: none;
}

.ui-widget-content {
    border: none !important;
    background: #fff !important;
}

.ui-datepicker-header {
    background: #fff !important;
    color: #f19db5 !important;
    border: none !important;
}

.ui-datepicker-calendar .ui-state-active {
    background: #f19db5 !important;
    color: #fff !important;
    border: 1px solid #f19db5 !important;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #fff !important;
    color: #f19db5 !important;
}

.ui-state-highlight,
.ui-state-default {
    background: #fff !important;
    border: 1px solid #fff !important;
}

.ui-state-default {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-weight: normal !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #f06089 !important;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    height: 10px;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    height: 10px;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.side-menu #logout-link {
    cursor: pointer;
}

.back-container {
    width: 150px;
    height: 28px;
    margin: 80px auto 100px; /* 上 左右 下 のマージン */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9a9a9a;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 0;
}

.back_label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    font-family: Noto Sans JP !important;
}
