add validation for masa input

This commit is contained in:
Jagad R R
2025-01-18 15:01:28 +07:00
parent d497fe08a5
commit 4f8384676b
7 changed files with 109 additions and 21 deletions
@@ -22,6 +22,25 @@
</div>
</div>
</section>
<style>
#loading-spinner-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
z-index: 9999; /* High z-index to cover everything */
display: flex;
justify-content: center;
align-items: center;
}
.spinner-wrapper {
text-align: center;
color: white;
}
</style>
<section class="content">
<div class="container-fluid">
<div class="card card-primary card-outline">