.bd-page {
    background-color: #fff;
}
.nav-link {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    margin-top: 1px;
    border-bottom: 1px solid #e1e5eb;
    font-weight: 400;
    color: #707070;
    cursor: pointer;
    vertical-align: middle;
    line-height: 2.1;
}
.nav-tabContent {
    background-color: #fff;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #0b1b25;
    font-weight: 600;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #f8fafc;
}

.tab-pane {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}
.page-conent {
    position: absolute;
    width: 83%;
    right: 0;
    padding: 1rem 0;
    padding-right: 1rem;
}
