/* パンくずリストの背景色を変更 */
.breadcrumb {
    background-color: #fffaf0;
}

/* パンくずリストのリンクのスタイル */
.breadcrumb-item a {
    color: #721c24;
}

.breadcrumb-item.active {
    color: #721c24;
}

.spinner-large {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
}
