.btn-primary {
    background-color: #00A4A4;
    border-color: #00A4A4;
    color: white;
}

.btn-fapo {
    background-color: #FF0000;
    border-color: #FF0000;
    color: white;
}

.fapo-text-color {
    color: #FF0000;
}

.btn-fapo:hover {
    opacity: 0.8;
    background-color: #FF1111;
}

.bg-body {
    background-color: #001311 !important;
    min-height: 100vh;
}

body {
    background-color: #001311 !important;
    color: white;
    font-size: 20px;
    /* デフォルトより少し大きめ */
    font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

#sidebarMenu {
    background-color: #001311 !important;
    color: white;
}

.text-color {
    color: #00A4A4;
}

.fixed-button {
    width: 200px;
    height: 45px;
}


.disabled {
    background-color: gray;
}