/* Modal */
.img-icon {
    width: 5rem;
    height: 5rem;
}

/* card css */
.card {
    width: 100%;
    --bs-card-border-radius: 12px;
}

.card-factor {
    background-color: #C8E17640;
}

.img-header {
    height: 100%;
}


/* accordion css */
.accordion {
    width: 100%;
    padding: 0%;
    --bs-accordion-border-radius: 12px;
}

.accordion-button {
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* text colors */
.green-header-text {
    color: #6A8A00;
}

.subtitle-text {
    color: #757275;
}


/* icons css */
.material-icon {
    height: 1.25;
    width: 1.25;
}


.ref-img {
    height: 9.8rem !important;
    border-radius: 10px 0 0 10px !important;
}

@media (max-width: 767px) {
    .ref-img {
        border-radius: 10px 10px 0 0 !important;
    }
}

.link-underline {
    text-decoration: none;
}

/* button */
.modal-footer button {
    background-color: #6A8A00;
}

.modal-footer button:hover {
    background-color: #546c02;
}