body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,body,html{height:100%;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.stats-card{align-items:center;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:box-shadow .3s ease}.stats-card h4{color:#333;font-size:16px;font-weight:500;margin:0}.stats-card p{color:#000;font-size:24px;font-weight:700;margin:5px 0 0}.stats-card:hover{box-shadow:0 4px 8px #0003}.stats-container{display:flex;flex-direction:column;justify-content:space-around;width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.leftAligned{text-align:left}.header{background-color:#f0f0f0;display:flex;gap:16px;height:250px;max-width:100%;padding:16px}.header-section{gap:16px;justify-content:center}.header-section,.header-section-2{align-items:center;display:flex;flex:1 1;flex-direction:column;max-width:15%}.header-section-2{justify-content:space-around}.header-section-3{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:center;max-width:30%}.header-section-4,.header-section-5{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:center;max-width:20%}.text-area{height:100px;resize:none;width:100%}.dropdown{width:100%}.table-container{max-height:200px;overflow-y:auto;width:100%}.table{border-collapse:collapse}.table td,.table th{border:1px solid #ddd;padding:8px}.table th{background-color:#f2f2f2;text-align:left}.table td:first-child,.table th:first-child{width:30%}.table td:nth-child(2),.table th:nth-child(2){width:50%}.table td:nth-child(3),.table th:nth-child(3){width:20%}.primaryContainer{display:flex;gap:16px;max-width:100%;padding:16px}.secondaryContainer{display:flex;flex:1 1;flex-direction:column;gap:16px;max-width:25%}.box{border:10px solid #f44336}.Incomplete_box,.box{box-sizing:border-box;padding:8px}.Incomplete_box{border:10px solid #d11212}.In_Progress_box{border:10px solid #0853b6;box-sizing:border-box;padding:8px}.Awaiting_Review_box{border:10px solid #f98007;box-sizing:border-box;padding:8px}.Complete_box{border:10px solid #06862f;box-sizing:border-box;padding:8px}.login-form{width:300px}.homepage-container{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;padding:20px;text-align:center}.progress-box,.welcome-message{background:#00000080;border-radius:10px;margin-top:20px;max-width:1200px;padding:20px;width:100%}.text-left{text-align:left}.welcome-message h1{font-size:2.5em;margin-bottom:10px}.welcome-message p{font-size:1.2em}@media (max-width:768px){.welcome-message h1{font-size:2em}.welcome-message p{font-size:1em}}.progress-container{flex-direction:column}.progress-container,.progress-item{align-items:center;display:flex;width:100%}.progress-item{height:50px;justify-content:space-between;margin-bottom:20px}.progress-item-content{align-items:center;display:flex;width:20%}.progress-text{margin-left:10px;width:100%}.progress-bar{background-color:#ddd;border-radius:5px;height:30px;margin-left:10px;margin-right:10px;max-width:40%;overflow:hidden;position:relative;width:300px}.progress-bar-fill{align-items:center;color:#000;display:flex;height:100%;justify-content:center;transition:width 5s ease-in-out}.progress-bar-fill.Incomplete{background-color:#d11212;width:35%}.progress-bar-fill.In_Progress{background-color:#0853b6;width:60%}.progress-bar-fill.Awaiting_Review{background-color:#f98007;width:90%}.progress-bar-fill.Complete{background-color:#06862f;width:100%}.go-to-button{background-color:#06862f;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:5px 10px}.go-to-button:hover{background-color:#45a049}.all-approved{color:#06862f;font-size:1.5em;margin-top:20px}.textFieldContainer{position:relative}.helperText{background-color:#fff;border:1px solid #ccc;border-radius:4px;bottom:-20px;left:0;opacity:0;padding:5px;position:absolute;transition:visibility 0s,opacity .5s linear;visibility:hidden;width:100%;z-index:1}.textFieldContainer:hover .helperText{opacity:1;visibility:visible}.view-basic-info-container{background:#0003;border-radius:10px;color:#000;margin:20px auto 0;max-width:1200px;padding:20px;text-align:center}.view-basic-info-container h1{font-size:2.5em;margin-bottom:20px}.view-basic-info-form{display:flex;flex-direction:column;gap:20px}.view-basic-info-buttons{display:flex;justify-content:space-between;margin-top:20px}.view-basic-info-buttons button{background-color:#06862f;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.view-basic-info-buttons button:hover{background-color:#45a049}.PhoneInputInput{height:50px}.PhoneInputCountryIcon.PhoneInputCountryIcon{height:80px;width:80px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.login-container{align-items:center;background-color:#282c34;display:flex;height:100vh;justify-content:center}.login-form{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:80%;padding:20px;width:700px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px}.form-group input{border:1px solid #ccc;border-radius:4px;padding:10px;width:90%}button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px;width:100%}button:hover{background-color:#0056b3}.ProgressBox.Incomplete{background-color:#d1121280}.ProgressBox.In_Progress{background-color:#0853b680}.ProgressBox.Awaiting_Review{background-color:#f9800780}.ProgressBox.Complete{background-color:#06862f80}
/*# sourceMappingURL=main.2828cb3a.css.map*/