.accordion-button {
    text-transform: capitalize;
  }
  
  /*------------------model button button align*/
    .modal-footer {
    display: flex;
    justify-content: space-between!important;
    align-items: center;
}
 

.modal-footer .modal-footer-right {
    display: flex;
    gap: 10px; /* Space between the two links */
    justify-content: flex-end; /* Align links to the right */
}

.modal-footer .btn {
    margin-right: auto; /* Align the button to the left */
}

/*-------------------End---------------------------------*/