
.modal {
    --bs-modal-width: 90%;
}

.sticky-top {
    z-index: 100;
}

a {
    text-decoration: none;
    color: black;
}

.bi-chevron-up, .bi-chevron-down {
    cursor: pointer;
}

.bi-leaf {
    color: var(--bs-success);;
}

.bi-check-circle {
    color: var(--bs-success);;
}

.bi-x-circle {
    color: var(--bs-danger);
}

body.modal-open {
    padding-right: 0 !important;
}

.nav-link {
    color: var(--my-black);
}

.nav-link:hover {
    color: var(--my-black);
}

.dropdown-menu {
    min-width: 1rem !important;
    color: black;
    background: white;
}

.dropdown-item {
    color: black !important;
}

.dropdown-item:hover {
    background: var(--my-gray);
    color: black;
}

.bi-trash {
    cursor: pointer;
}

.text-dark {
    color: black !important;
}

.container-fluid {
    padding: 0;
}

@media (max-width: 992px) {
    .navbar-toggler-icon {
        font-size: 1.5rem !important;
    }
    .nav-item {
        font-size: 1.5rem !important;
    }
    .nav-link,
    .dropdown-item
    {
        font-size: 1.2rem !important;
    }
    .container-lg {
        padding: 0 !important;
    }
}