#bi-paragraph {
    /* position: fixed; */
    display: block !important;
    cursor: pointer;
    color: var(--bs-primary);
    z-index: 999;
}
.settings {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.settings a {
    color: #7c8db5;
}

.text {
    margin-left: 5px;
    font-weight: bold;
}


.account {
    cursor: pointer;
    padding: 20px;
    margin: 100px 0px 0px 0px;
    background-color: #f2f7ff;
    height: 70px;
    width: 100%;
}

.page-heading {
    display: flex;
    justify-content: space-between;
}

.select-perbandingan {
    display: flex;
    justify-content: space-between;
}


button {
    box-sizing: border-box;
}

.tombol-tambah {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.tombol-tambah button {
    text-transform: capitalize;
}

.caption-table p {
    color: #7c8db5;
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
}


@media (max-width: 1200px) {
    #bi-paragraph {
        display: none !important;
    }
}