@charset "UTF-8";
/**
 * Bumi CSS
 * 
 * @author @dwengs
 * @copyright 2025, @dwengs
 */


/*
 *
 */
a {
    text-decoration: none;
    color: inherit;
}

/**
 *
 */
article img {
    max-width: 100%;
}


/**
 *
 */
section {
    margin: 5vh 0;
}


/**
 *
 */
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-padding-x: 1.5rem;
    --bs-offcanvas-padding-y: 1.5rem;
}
.offcanvas {

}
.offcanvas-header {

}
.offcanvas-body {

}
.offcanvas-tools {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}


/**
 *
 */
.bootstrap-table table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.bootstrap-table.bootstrap-table-fixed table {
    table-layout: unset;
}
.bootstrap-table.bootstrap-table-bordered table th,
.bootstrap-table.bootstrap-table-bordered table td {
    padding: 0.5rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.bootstrap-table.bootstrap-table-striped table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    background-color: rgba(0 0 0 / 1%);
}
.bootstrap-table .table-responsive {
    border-radius: 16px;
    border: 1px solid #dee2e6;
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
}
.bootstrap-table .table-responsive table {
    border-collapse: collapse;
    margin: -1px;
    width: max-content;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .bootstrap-table.bootstrap-table-fixed table {
        table-layout: fixed;
    }
    .bootstrap-table .table-responsive {
        overflow: hidden;
    }
    .bootstrap-table .table-responsive table {
        width: calc(100% + 2px);
    }
}


/**
*
*/
.col-2n4 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-2n4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-2n4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2n4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2n4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
