@font-face {
    font-family: "cpac";
    src: url("fonts/CPAC Modern/CPAC Modern Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "cpac";
    src: url("fonts/CPAC Modern/CPAC Modern Medium Oblique.ttf");
    font-style: oblique;
}

@font-face {
    font-family: "cpac";
    src: url("fonts/CPAC Modern/CPAC\ Modern\ Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "cpac";
    src: url("fonts/CPAC Modern/CPAC\ Modern\ Bold\ Oblique.ttf");
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: "cpac";
    src: url("fonts/CPAC Modern/CPAC\ Modern\ Light.ttf");
    font-weight: lighter;
}

html,
body {
    min-height: 100vh;
    font-family: "cpac" !important;
    background: rgb(67, 150, 174);
    background: linear-gradient(90deg, rgba(67, 150, 174, 1) 0%, rgba(107, 182, 139, 1) 50%, rgba(147, 214, 106, 1) 100%);
}

body .btn-primary {
    --bs-btn-bg: #126c7b;
    --bs-btn-disabled-bg: #126c7b;
    --bs-btn-border-color: #126c7b;
    --bs-btn-disabled-border-color: #126c7b;
    --bs-btn-hover-bg: #093a42;
    --bs-btn-hover-border-color: #093a42;
    --bs-btn-active-bg: #126c7b;
    --bs-btn-active-border-color: #126c7b;
}

.gradient-background {
    background: rgb(67, 150, 174);
    background: linear-gradient(90deg, rgba(67, 150, 174, 1) 0%, rgba(107, 182, 139, 1) 50%, rgba(147, 214, 106, 1) 100%);
}

#filter-tab .btn-outline-primary {
    --bs-btn-bg: #126b7b61;
    --bs-btn-color: #ffffffc2;
    --bs-btn-border-color: #358390;
    --bs-btn-hover-bg: #093a42;
    --bs-btn-hover-border-color: #093a42;
    --bs-btn-active-bg: #126c7b;
    --bs-btn-active-border-color: #126c7b;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: rgb(220, 227, 230);
}

.h-custom {
    height: calc(100% - 73px);
}

/* Heem code shared dialog*/
.icon-share {
    position: absolute;
    top: 3%;
    right: 5%;
}

.icon-share i {
    font-size: 17px;
    color: #47a7a4;
}

.share-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* dashboard expand */
.fa-expand {
    cursor: pointer;
}

.fa-expand:hover {
    color: #333;
}

.icon-fullscreen {
    display: inline-block;
    transition: background-color 0.3s;
    border-radius: 5px;
    padding: 0px 5px 0px 5px;
}

.icon-fullscreen:hover {
    background-color: #f0f0f0;
    border-radius: 5px;
}

.icon-fullscreen:hover .fa-expand {
    color: #333;
}

.fa-compress-arrows-alt {
    cursor: pointer;
}

.fa-compress-arrows-alt:hover {
    color: #333;
}

#col-pane-stat {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

#col-pane-type {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

#col-pane-material {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

#col-raw-material {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

#col-barA {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

#col-barB {
    transition: width 0.5s ease, flex-grow 0.5s ease;
}

.share-dialog button {
    color: #fff;
}

.share-dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#shareLink {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(36%) sepia(91%) saturate(1352%) hue-rotate(198deg) brightness(99%) contrast(101%);
}

/* end code */

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

.my-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.my-center-revit {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.table-striped tbody tr:hover {
    background-color: #eee;
}

.table-striped tbody tr.highlighted {
    background-color: #ffff00;
}

.bold_red {
    font-weight: bold;
    color: red;
}


/* <!-- Heem main/menu dashboard --> */
.menu-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0rem 0.5rem 0rem;

}

.menu-link {
    color: white;
    margin-right: 3rem;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 16pt;
}

.menu-link:hover {
    background-color: rgba(223, 223, 223, 0.1);
    border-radius: 5px;
}

.menu-link.active {
    border-bottom: 3px solid rgba(223, 223, 223, 0.7);
}

.menu {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.menu-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-list-item {
    margin: 0 5px;
}

.menu-dashboard,
.dashboard-detail {
    display: none;
}

.active-request-button {
    background-color: #ffc107;
    color: white;
}

.breadcrumb a,
.breadcrumb li,
.breadcrumb li::before {
    color: white !important;
    text-decoration: none;
}

.breadcrumb .active-link,
.breadcrumb .active-link a {
    text-decoration: underline !important;
}

.breadcrumb .underline-link {
    text-decoration: underline !important;
}

/* adjust modal fade */
.modal.fade {
    padding-top: 50px;
}

/* end */
/* dashboard */
.flipable {
    transition-property: transform;
    transition-duration: 500ms;
}

.flip {
    transform: rotate(180deg);
}

.flip90 {
    transform: rotate(90deg);
}

/* select compare */
.fa-check-circle {
    position: absolute;
    font-size: 44px;
    left: 2px;
    bottom: 50px;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
}

.visibility {
    opacity: 1;
    visibility: visible;
}

.tooltip-inner {
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

.card-select {
    transition: 0.3s ease-in;
    background-color: rgb(238, 238, 238);
    box-shadow: 10px 10px 20px #093a42;
}

#dashboardModeCollapse h6 {
    color: white;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 500ms;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

#dashboardModeCollapse h6:hover {
    opacity: 1;
}

#dashboardModeCollapse h6.active {
    font-weight: bolder;
    opacity: 1;
}

#dashboardFilter .nav-item {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 5px;
    opacity: 0.6;
    transition: opacity 500ms;
}

#dashboardFilter .nav-item:hover {
    opacity: 1;
}

#dashboardFilter .nav-link {
    color: black;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 20px;
}

#dashboardFilter .nav-link.active {
    color: black !important;
    background-color: lightcyan !important;
    font-weight: bolder;
}

#dashboardFilter span {
    pointer-events: none;
}

#dashboardFilterCollapse form button {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

#dashboardFilterBG {
    background-color: white;
    top: 0;
    left: 0;
    opacity: 0.4;
    backdrop-filter: blur(10px);
    border-radius: var(--bs-border-radius);
    z-index: -5;
    transition-property: opacity, transform, border;
    transition-duration: 250ms;
}

#dashboardFilterBG.active {
    opacity: 1;
    border: .1px solid grey;
    transform: scale(1.05);
}

#dashboardTab .card-body {
    --bs-card-spacer-x: 1rem;
    --bs-card-spacer-y: .75rem;
}

.bold {
    font-weight: bold;
}

.card-title {
    font-weight: bold;
    color: #22535d;
    text-decoration: none;
}

.card-title[href]:hover {
    text-decoration: underline;
}

#gri-pane .gri-key h6 {
    font-weight: bold;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

#gri-pane .gri-key-secondary h6 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

#gri-pane .gri-value {
    font-weight: lighter;
    color: black;
    background-color: lightgray;
    border-radius: 5px;
    text-align: center;
    height: fit-content;
}

#gri-pane .gri-value h6 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

/* end */
@media(max-width: 991px) {
    .menu-dashboard {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0rem 0.5rem 0rem;
    }

    .menu-link {
        color: white;
        margin-right: 1.2rem;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .menu-link:hover {
        background-color: rgba(223, 223, 223, 0.1);
        border-radius: 5px;
        display: block;
    }

    .menu {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }

    .menu-list {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-list-item {
        margin: 0 5px;
    }

    .menu-dashboard,
    .dashboard-detail {
        display: none;
    }
}

@media(max-width: 768px) {
    .menu-dashboard {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0rem 0.5rem 0rem;
    }

    .menu-link {
        color: white;
        margin-right: 1.6rem;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .menu-link:hover {
        background-color: rgba(223, 223, 223, 0.1);
        border-radius: 5px;
        display: block;
    }

    .menu {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-list {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-list-item {
        margin: 0 5px;
    }

    .menu-dashboard,
    .dashboard-detail {
        display: none;
    }
}

/* end */

#universal-new-button .dropdown-menu li i.bi {
    font-size: 15pt;
}

#universal-new-button .dropdown-item {
    display: flex;
    align-items: center;
}

/* display */
.display-box-saving {
    background-color: #fff;
    border-radius: 8px;
    height: 90%;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-box-region {
    background-color: #fff;
    border-radius: 8px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-team-project {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.chart-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 5%;
}

.chart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.chart-text {
    flex: 1;
    font-size: 18px;
    font-weight: bolder;
    background-color: #c9c9c9;
    height: 90px;
    border-radius: 5px;
    padding-top: 22px;
    padding-left: 30px;
}

.chart-icon {
    font-size: 34px;
    padding-left: 5%;
}

.chart-percent {
    font-size: 16px;
    position: relative;
    font-weight: bolder;
    left: calc(12.5% + 3px);
}

@media(max-width: 1300px) {
    .chart-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .chart-item {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 10px;
    }

    .chart-text {
        flex: 1;
        font-size: 15px;
        font-weight: bolder;
        background-color: #c9c9c9;
        height: 80px;
        border-radius: 5px;
        padding-top: 25px;
        padding-left: 20px;
    }

    .chart-icon {
        font-size: 24px;
    }

    .chart-percent {
        font-size: 13px;
        font-weight: bolder;
        left: calc(15% + 3px);
    }

    .donut-chart {
        margin: 0 auto;
    }

    .donut-chart svg {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chart-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .chart-item {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 10px;
    }

    .chart-text {
        flex: 1;
        font-size: 10px;
        font-weight: bolder;
        background-color: #c9c9c9;
        height: 70px;
        border-radius: 5px;
        padding-top: 25px;
        padding-left: 10px;
    }

    .chart-icon {
        font-size: 24px;
    }

    .chart-percent {
        font-size: 13px;
        font-weight: bolder;
        left: calc(18% + 3px);
    }

    .donut-chart {
        margin: 0 auto;
    }

    .donut-chart svg {
        width: 50px;
        height: 50px;
    }

}

@media(max-width: 768px) {

    .display-box-saving,
    .display-box-region {
        margin: 25px 5px;
    }

    .display-box-saving {
        height: min-content;
    }

    .display-team-project {
        height: min-content;
    }

    .chart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .chart-text,
    .chart-icon,
    .chart-percent {
        text-align: center;
        width: 100%;
    }

    .chart-text {
        font-size: 18px;
        height: auto;
        padding: 5px;
    }

    .chart-icon {
        font-size: 24px;
        padding-left: 0;
    }

    .chart-percent {
        font-size: 20px;
        left: 0;
    }

    .donut-chart {
        margin: 0 auto;
    }

    .donut-chart svg {
        width: 60px;
        height: 60px;
    }
}

#dashboard-section>.container>.row>* {
    padding-top: 30px;
}

.display-box-dashboard {
    background-color: #fff;
    border-radius: 0.375rem;
    height: 90%;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.corp-info {
    height: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position-x: right;
    background-position-y: center;
}

.display-box-material-pie {
    margin: 30px auto;
    height: 80%;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

.display-box-building {
    background-color: #fff;
    height: 90%;
    border-radius: 8px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-box-time {
    background-color: #fff;
    height: 90%;
    border-radius: 8px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-button-team {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.display-box-base {
    background-color: #fff;
    border-radius: 8px;
    height: 90%;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-box-tree {
    /* background-color: #fff; */
    border-radius: 8px;
    height: 90%;
    margin: 30px auto;
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.display-box-tree i {
    font-size: 52px;
    padding-left: 30px;
}

.display-box-tree h5 {
    padding-left: 20px;
    color: #ffff;
    font-weight: bold;
}

.display-box-tree h4 {
    color: #fff;
    font-weight: bolder;
}

.text-base {
    margin-left: 50px;
    padding: 30px;
}

.display-box-type {
    background-color: #fff;
    border-radius: 8px;
    margin: 30px auto;
    height: 90%;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-box-material {
    background-color: #fff;
    height: 88%;
    border-radius: 8px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.display-box-carbon {
    background-color: #fff;
    margin: 30px auto;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-bencmark {
    max-width: 100%;
    height: auto;
    padding: 0 0 30px 0;
}

.star-rating {
    display: inline-block;
    font-size: 0;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 75px;
    padding: 0 2px;
    cursor: pointer;
}

.star-rating label:before {
    content: '\2605';
    color: gold;
}

.star-rating input[type="radio"]:checked~label:before {
    color: #093a42;
}

@media only screen and (min-width: 991px) and (max-width: 1320px) {
    .img-bencmark {
        max-width: 80%;
        height: auto;
    }

    .star-rating label {
        font-size: 45px;
        padding: 0 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .text-base {
        margin-left: 20px;
        padding: 20px;
    }

    .text-base h4 {
        font-size: 20px;

    }

    .img-bencmark {
        max-width: 80%;
        height: auto;
        padding: 10px 0 40px 0;
    }

    .star {
        padding-top: 5%;
    }

    .star-rating label {
        font-size: 40px;
        padding: 0 2px;
    }
}

@media(max-width: 768px) {

    .star {
        padding-left: 5%;
    }

    .img-bencmark {
        display: flex;
        width: auto;
        max-width: 60%;
        padding: 0 0 10px 0;
    }

    .star-rating {
        display: inline-block;
        font-size: 0;
    }

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 55px;
        padding: 0 4px;
        cursor: pointer;
    }

}

/* end */

/*  */
.project-list td {
    cursor: pointer;
}

.project-card-list .card-body {
    font-size: small;
}

#new-project-modal ul button:hover {
    background-color: lightgray;
}

#new-project-modal ul button {
    border-color: white;
    pointer-events: none;
}

#new-project-modal ul button.active {
    background-color: lightgray;
}

.project-card-list .btn.btn-primary {
    background: rgb(67, 150, 174);
    background: linear-gradient(90deg, rgba(67, 150, 174, 1) 0%, rgba(107, 182, 139, 1) 50%, rgba(67, 150, 174, 1) 100%);
    border-color: white;
    background-size: 300%;
    transition: background-position-x 1s ease;
}

.project-card-list .btn.btn-primary.certified-status-grant {
    background: goldenrod;
    background: linear-gradient(90deg, goldenrod 0%, gold 50%, goldenrod 100%);
    color: black;
    background-size: 300%;
}

.project-card-list .btn.btn-primary.certified-status-pending,
.project-card-list .btn.btn-primary.certified-status-new {
    background: rgb(67, 150, 174);
    background: linear-gradient(90deg, rgba(107, 182, 139, 1) 0%, gold 50%, rgba(107, 182, 139, 1) 100%);
    color: black;
    background-size: 300%;
}

.project-card-list .btn.btn-primary.certified-status-reject {
    background: rgba(174, 67, 67, 1);
    background: linear-gradient(90deg, rgb(227, 150, 68) 0%, rgb(227, 118, 63) 50%, rgb(227, 150, 68) 100%);
    color: black;
    background-size: 300%;
}

.project-card-list .btn.btn-primary.certified-bank-status-grant {
    background: #845EC2;
    background: linear-gradient(90deg, #5a2d91 0%, #845EC2 50%, #5a2d91 100%);
    color: white;
    background-size: 300%;
}

.project-card-list .btn.btn-primary.certified-bank-status-pending,
.project-card-list .btn.btn-primary.certified-bank-status-new {
    background: #4B4453;
    background: linear-gradient(90deg, #3A3342 0%, #4B4453 50%, #3A3342 100%);
    color: white;
    background-size: 300%;
}

.project-card-list .btn.btn-primary.certified-bank-status-reject {
    background: #C34A36;
    background: linear-gradient(90deg, #A63E2F 0%, #C34A36 50%, #A63E2F 100%);
    color: white;
    background-size: 300%;
}



.project-card-list .btn.btn-primary:hover {
    background-position-x: 100%;
}

#file-drop {
    cursor: pointer;
    background-color: white;
    transition: background-color 200ms linear;
}

#file-drop:hover {
    background-color: lightgray;
}

#file-drop.active {
    background-color: lightgray;
}

.summary {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.floatright {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 12px; */
    width: 18px;
    font-size: 8pt;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 1px;
    color: darkcyan
}

.dropdown-item {
    font-family: 'cpac';
    font-size: 12pt;
}

/*  */

/* foldersection */

#folderContainer .card {
    color: black;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    transition: background-color 500ms ease;
}

#folderContainer .card:hover {
    background-color: rgba(255, 255, 255, 0.8);

}

#folderContainer .drag-over .card {
    border: 2px dashed #00bcd4;
    background-color: cadetblue;
}

.folder {
    cursor: pointer;
    font-size: 20px;
}

.folder span.folder-count {
    font-size: 18px;
}

.folder i {
    color: gold;
    font-size: 24px;
}

.folder .btn-group i {
    color: grey;
}

.folder .btn-group .dropdown-toggle::after {
    display: none;
}

.header {
    text-align: center;
    margin: 20px 0;
}

#refreshButton {
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
}

.checkbox+label {
    position: absolute;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.checkbox+label i {
    color: transparent;
}

.checkbox:checked+label i {
    color: #093a42;
    font-size: 54px;

}

.checkbox+label span {
    display: none;
}

.logo-top {
    position: absolute;
    top: 46%;
    right: 13%;
}

.folder {
    font-size: 19px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.header {
    text-align: center;
    margin: 20px 0;
}

#refreshButton {
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
}

.checkbox+label {
    position: absolute;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.checkbox+label i {
    color: transparent;
}

.checkbox:checked+label i {
    color: #093a42;
    font-size: 54px;

}

.checkbox+label span {
    display: none;
}

.logo-top {
    position: absolute;
    top: 46%;
    right: 13%;
}

.logo-bottom {
    position: absolute;
    bottom: 34%;
    right: 13%;
}

/* fix table certifierTable */
.certifierTable {
    max-height: 500px;
    overflow-y: auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.b-example-vr-w05 {
    flex-shrink: 0;
    width: 0.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.icon-color {
    color: #15233c !important;
}

.nav-link:hover {
    color: black !important;
}

.nav-link.active {
    background-color: #15233c !important;
    color: white !important;
}

/* style table rebar */
#rebar-settings-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

#rebar-settings-table-body tr {
    border-bottom: 1px solid #ddd;
}

#rebar-settings-table-body tr:last-child {
    border-bottom: none;
}

#rebar-settings-table-body th,
#rebar-settings-table-body td {
    border: 1px solid #ddd;
}

/* chart dashboard */
#materialDataTable {
    font-size: 13px;
}

#materialDataTable th,
#materialDataTable td {
    text-align: center;
    vertical-align: middle;
}

#materialDataTable th {
    font-weight: bold;
    background-color: #adb5bd;
}

#materialDataTable tbody td {
    background-color: #ffffff;
}

/* #materialDataTable th[colspan] {
    border-bottom: 2px solid black;
} */

#materialDataTable td {
    padding: 8px;
}

#materialDataTable.table-responsive {
    margin-top: 20px;
}

.folder-card {
    transition: box-shadow 0.2s ease;
    font-size: 19px;
}
.folder-card:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.folder-actions button {
    opacity: 0.7;
}
.folder-actions button:hover {
    opacity: 1;
}

.folder-content .bi-folder-fill{
    font-size: 24px;
    color: gold;
}

.folder-card span.folder-count {
    font-size: 18px;
}
.btn-textonly {
  border: none;
  padding: 0;
  background: none;
  color: inherit; /* or set your own color */
  font: inherit;  /* optional: inherit font style */
  padding-right: 3px;
}

.icon-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}