api code global jain

This commit is contained in:
Abhishek Mali
2025-11-05 10:37:10 +05:30
commit 52fe7e2bec
2834 changed files with 1784903 additions and 0 deletions

3
public/css/pages/wizard/wizard-1.css vendored Normal file
View File

@@ -0,0 +1,3 @@
.wizard.wizard-1 .wizard-nav .wizard-steps{display:flex;justify-content:center;align-items:center}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step{display:flex;align-items:center;text-align:center}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label{margin-left:3.5rem;margin-right:3.5rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon{color:#B5B5C3;font-size:3.75rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg g [fill]{transition:fill 0.3s ease;fill:#B5B5C3}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon svg:hover g [fill]{transition:fill 0.3s ease}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{color:#80808F;font-size:1.1rem;font-weight:500;margin-top:0.75rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow{color:#80808F;font-size:1.25rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last{display:none}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-icon,.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-icon{color:#3699FF}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-icon svg g [fill],.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-icon svg g [fill]{transition:fill 0.3s ease;fill:#3699FF}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-icon svg:hover g [fill],.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-icon svg:hover g [fill]{transition:fill 0.3s ease}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title,.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title{color:#3699FF}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-arrow,.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-arrow{color:#3699FF}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-arrow svg g [fill],.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-arrow svg g [fill]{transition:fill 0.3s ease;fill:#3699FF}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-arrow svg:hover g [fill],.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-arrow svg:hover g [fill]{transition:fill 0.3s ease}@media (min-width: 768px) and (max-width: 1199.98px){.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label{margin-left:1.5rem;margin-right:1.5rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon{font-size:3.75rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{margin-top:0.75rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow{font-size:1.1rem}}@media (max-width: 767.98px){.wizard.wizard-1 .wizard-nav .wizard-steps{flex-direction:column}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step{width:100%;flex-direction:row;justify-content:space-between;margin-bottom:0.5rem;margin-top:0.5rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label{flex-direction:row;display:flex;align-items:center;margin-left:0;margin-right:0}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon{font-size:1.5rem;margin-right:1.25rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow{font-size:1rem}.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last{display:block}}
/*# sourceMappingURL=wizard-1.css.map */

File diff suppressed because one or more lines are too long

3
public/css/pages/wizard/wizard-2.css vendored Normal file
View File

@@ -0,0 +1,3 @@
.wizard.wizard-2{display:flex}.wizard.wizard-2 .wizard-nav{padding:0;flex:0 0 400px;width:400px;max-width:100%}.wizard.wizard-2 .wizard-nav .wizard-steps{display:flex;flex-direction:column;justify-content:center}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step{padding:0.75rem 1.5rem;position:relative;border-radius:0.5rem;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{display:flex}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon{font-size:2.5rem;margin-right:1.1rem;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon i{color:#B5B5C3}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg g [fill]{transition:fill 0.3s ease;fill:#B5B5C3}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg:hover g [fill]{transition:fill 0.3s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label{display:flex;flex-direction:column;justify-content:center}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{color:#212121;font-weight:500;font-size:1.1rem}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc{color:#80808F}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow{color:#80808F;font-size:1.25rem}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last{display:none}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]{background-color:#F3F6F9;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon{transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon i{color:#3699FF !important}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg g [fill]{transition:fill 0.3s ease;fill:#3699FF !important}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg:hover g [fill]{transition:fill 0.3s ease}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after{left:100%;top:50%;transform:translateY(-50%);content:" ";height:0;width:0;border:solid transparent;position:absolute;border-left-color:#F3F6F9;border-width:1rem}.wizard.wizard-2 .wizard-body{width:100%}@media (min-width: 992px) and (max-width: 1399.98px){.wizard.wizard-2 .wizard-nav{flex:0 0 325px;width:325px}}@media (max-width: 991.98px){.wizard.wizard-2{display:block}.wizard.wizard-2 .wizard-nav{width:100%;border-bottom:1px solid #ECF0F3}.wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after{content:none}.wizard.wizard-2 .wizard-body{width:100%}}
/*# sourceMappingURL=wizard-2.css.map */

File diff suppressed because one or more lines are too long

3
public/css/pages/wizard/wizard-3.css vendored Normal file
View File

@@ -0,0 +1,3 @@
.wizard.wizard-3 .wizard-nav .wizard-steps{display:flex;align-items:flex-end}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex-grow:1;margin-right:1rem}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child{margin-right:0}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label{flex:1;display:flex;flex-direction:column;color:#B5B5C3;padding:2rem 0.5rem}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title{font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;flex-wrap:wrap}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title span{font-size:2rem;margin-right:0.5rem}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar{height:4px;width:100%;background-color:#ECF0F3;position:relative}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar:after{content:" ";position:absolute;top:0;left:0;height:4px;width:0;background-color:transparent;transition:color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label{color:#3699FF}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-bar:after{width:100%;background-color:#3699FF}@media (max-width: 991.98px){.wizard.wizard-3 .wizard-nav .wizard-steps{flex-direction:column;align-items:flex-start}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step{flex:0 0 100%;position:relative;width:100%}.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label{justify-content:flex-start;flex:0 0 100%;padding:1rem 0}}
/*# sourceMappingURL=wizard-3.css.map */

File diff suppressed because one or more lines are too long

3
public/css/pages/wizard/wizard-4.css vendored Normal file
View File

@@ -0,0 +1,3 @@
.wizard.wizard-4{flex-direction:column}.wizard.wizard-4 .wizard-nav .wizard-steps{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex:0 0 calc(25% - 0.25rem);width:calc(25% - 0.25rem);background-color:#F3F6F9;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{flex:1;display:flex;align-items:center;flex-wrap:wrap;color:#464E5F;padding:2rem 2.5rem}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number{font-size:1.3rem;font-weight:600;flex:0 0 2.75rem;height:2.75rem;width:2.75rem;display:flex;align-items:center;justify-content:center;background-color:rgba(54,153,255,0.08);color:#3699FF;margin-right:1rem;border-radius:0.5rem}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label{display:flex;flex-direction:column}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label .wizard-title{font-size:1.1rem;font-weight:600}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]{background-color:#fff}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number{color:#fff;background-color:#3699FF}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-label .wizard-title{color:#3699FF}@media (max-width: 1399.98px){.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{flex:0 0 calc(50% - 0.25rem);width:calc(50% - 0.25rem);border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;margin-bottom:0.5rem}}@media (max-width: 767.98px){.wizard.wizard-4 .wizard-nav .wizard-steps{flex-direction:column;align-items:flex-start}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{flex:0 0 100%;position:relative;width:100%}.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{justify-content:flex-start;flex:0 0 100%;padding:0.5rem 2rem}}
/*# sourceMappingURL=wizard-4.css.map */

File diff suppressed because one or more lines are too long