.nav-link-spaced {
    margin-right: 30px; /* 增加的间距值，根据需要调整 */
}
.nav-link-spaced {
    margin: 0 30px; /* 上下保持0，左右间距为40px */
}
.add-project-icon {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.add-project-icon i {
    color: #000;
}
.modal-header-custom {
    background-color: #343a40; /* navbar-dark bg-dark 颜色 */
    color: white;
}

.modal-content-custom {
    border-radius: 10px;
}


.modal-body-custom {
    max-height: 600px;
    overflow-y: auto;
}

.card-header .form-control {
    flex-grow: 1;
}

.position-absolute {
    position: absolute;
}




