@@ -277,19 +277,21 @@ <h2 class="text-xl font-bold text-gray-900 dark:text-white">My Requests</h2>
277277 </ table >
278278 </ div >
279279 </ div >
280- <!-- Dynamic Request Form -->
281- < div id ="request_form_container " class ="hidden fixed inset-0 bg-gray-900/60 dark:bg-gray-950/80 backdrop-blur-xl items-center justify-center z-50 transition-opacity p-4 ">
282- < div class ="bg-white dark:bg-gray-900 p-8 rounded-[2rem] shadow-2xl w-full max-w-md relative border border-gray-200 dark:border-gray-700 animate-[fadeIn_0.3s_ease-out] dark:shadow-black/50 ">
283- < button onclick ="closeLoginModal() " class ="close-modal absolute top-5 right-5 w-8 h-8 flex items-center justify-center rounded-full bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 hover:text-gray-900 dark:hover:text-white transition-colors ">
284- ✕
285- </ button >
286- < div class ="mb-8 ">
287- < h2 class ="text-3xl font-extrabold text-gray-900 dark:text-white mb-2 "> Complete Request</ h2 >
288- < p class ="text-gray-500 dark:text-gray-400 text-sm "> Sign in to your dashboard</ p >
289- </ div >
290- < form class ="flex flex-col gap-5 ">
291- < div id ="dynamic_form_fields " class ="relative group "> </ div >
292- < button id ="dynamic_submit_button " class ="btn-glow w-full bg-gradient-to-r from-blue-600 to-cyan-500 text-white py-4 rounded-2xl font-bold text-lg hover:from-blue-700 hover:to-cyan-600 active:scale-[0.98] transition-all duration-200 shadow-md flex items-center justify-center gap-2 mt-2 ">
280+ </ div >
281+ </ div >
282+ <!-- Dynamic Request Form -->
283+ < div id ="request_form_container " class ="hidden fixed inset-0 bg-gray-900/60 dark:bg-gray-950/80 backdrop-blur-xl items-center justify-center z-50 transition-opacity p-4 ">
284+ < div class ="bg-white dark:bg-gray-900 p-8 rounded-[2rem] shadow-2xl w-full max-w-md relative border border-gray-200 dark:border-gray-700 animate-[fadeIn_0.3s_ease-out] dark:shadow-black/50 ">
285+ < button onclick ="closeLoginModal() " class ="close-modal absolute top-5 right-5 w-8 h-8 flex items-center justify-center rounded-full bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 hover:text-gray-900 dark:hover:text-white transition-colors ">
286+ ✕
287+ </ button >
288+ < div class ="mb-8 ">
289+ < h2 class ="text-3xl font-extrabold text-gray-900 dark:text-white mb-2 "> Complete Request</ h2 >
290+ < p class ="text-gray-500 dark:text-gray-400 text-sm "> Sign in to your dashboard</ p >
291+ </ div >
292+ < form class ="flex flex-col gap-5 ">
293+ < div id ="dynamic_form_fields " class ="relative group "> </ div >
294+ < button id ="dynamic_submit_button " class ="btn-glow w-full bg-gradient-to-r from-blue-600 to-cyan-500 text-white py-4 rounded-2xl font-bold text-lg hover:from-blue-700 hover:to-cyan-600 active:scale-[0.98] transition-all duration-200 shadow-md flex items-center justify-center gap-2 mt-2 ">
293295 < span id ="btnText "> Submit →</ span >
294296 < svg id ="spinner " class ="hidden w-5 h-5 animate-spin " viewBox ="0 0 24 24 ">
295297 < circle class ="opacity-25 " cx ="12 " cy ="12 " r ="10 " stroke ="currentColor " stroke-width ="4 ">
@@ -298,19 +300,11 @@ <h2 class="text-3xl font-extrabold text-gray-900 dark:text-white mb-2">Complete
298300 </ svg >
299301 </ button >
300302 < button onclick ="location.reload() " class ="btn-glow w-full bg-gradient-to-r from-blue-600 to-cyan-500 text-white py-4 rounded-2xl font-bold text-lg hover:from-blue-700 hover:to-cyan-600 active:scale-[0.98] transition-all duration-200 shadow-md flex items-center justify-center gap-2 mt-2 ">
301- < span id ="btnText "> Cancel →</ span >
302- < svg id ="spinner " class ="hidden w-5 h-5 animate-spin " viewBox ="0 0 24 24 ">
303- < circle class ="opacity-25 " cx ="12 " cy ="12 " r ="10 " stroke ="currentColor " stroke-width ="4 ">
304-
305- </ circle >
306- < path class ="opacity-75 " fill ="currentColor " d ="M4 12a8 8 0 018-8v4a4 4 00-4 4H4z "> </ path >
307- </ svg >
303+ Cancel →
308304 </ button >
309305 </ form >
310306 </ div >
311307 </ div >
312- </ div >
313- </ div >
314308 </ div >
315309 </ main >
316310
0 commit comments