.form-notice {
    color: #ff0000;
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 1rem auto;
}

.form-notice p, .form-notice ul {
    margin: auto;
}

.btn-wrap {
    width: 100% !important;
}

.breadcrumb-refresh {
    cursor: pointer;
    color: var(--bs-blue);
    opacity: 0.6;
    text-decoration: underline;
}

.breadcrumb-reset {
    cursor: pointer;
    color: var(--bs-gray);
    opacity: 0.8;
    text-decoration: underline;
}

.breadcrumb-refresh + .breadcrumb-reset:before {
    color: var(--bs-gray);
    opacity: 0.2;
}

.multi-select-all, .multi-select {
    font-size: 1.2rem;
}