/* custom.css */
.modal-backdrop {
    z-index: 1040 !important; /* Adjust the z-index as needed */
}

.modal {
    z-index: 1050 !important; /* Ensure the modal itself is above the backdrop */
    margin-top: 100px; /* Position the modal 100px from the top */
}

.dropdown-menu {
    z-index:1080 !important;
}