.modern-button { width: 150px; /* Adjust the width as needed */ padding: 10px 20px; border: none; border-radius: 25px; font-size: 16px; cursor: pointer; transition: background-color 0.3s ease, box-shadow 0.3s ease; } .modern-button:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .btn-success { background-color: #28a745; color: #fff; } .btn-success:hover { background-color: #006400; } .btn-warning { background-color: #ffc107; color: #fff; } .custom-modal-PR-List { max-width: 1320px !important; margin: 0 auto; overflow-x: hidden; } .btn-warning:hover { background-color: #ff8c00; } .text-left { text-align: left !important; } .charges-right-align { text-align: right; } .table-dest-container { height: 150px; /* Adjust height as needed */ overflow-y: auto; /* Enables scrolling if content overflows */ border: 1px solid #ddd; /* Optional: adds a border for visibility */ } #DestChargesTable { min-height: 150px; /* Ensures the table always has a fixed space */ } .responsive-input { width: 100%; max-width: 550px; min-width: 200px; } @media (max-width: 768px) { .responsive-input { width: 100%; max-width: 300px; } } @media (max-width: 480px) { .responsive-input { width: 100%; max-width: 200px; } }