:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--background: #effeff;--icon-background: #effeff;--text: #00292c;--text-greyer: #1a2425;--text-dark: #00747d;--text-mid: #00c2d0;--text-light: #51f3ff;--background-greyer: #c2cecf;--background-darker: #c4faff;--background-hover: #77f4ff;--background-selected: #84c2c8;--border-light: #00c1d3;--border-mid: #0098f7;--border-dark: #007e87;--border-very-dark: #003b3f;scrollbar-color:var(--border-light) var(--background-darker)}*:focus{outline:var(--border-very-dark) solid 1px}body{margin:0;display:flex;place-items:center;background:var(--background);color:var(--text);text-align:center}select{padding:5px 10px;background-color:var(--background-darker);color:var(--text);border:var(--border-light) solid 1px;border-radius:20px;font-size:110%}button{cursor:pointer;border:var(--text) solid 0px;background-color:var(--background-darker);font-size:110%;border:var(--border-light) solid 1px;border-radius:20px;color:var(--text)}button:hover{background-color:var(--background-hover)}input::placeholder,textarea::placeholder{color:var(--text-greyer)}input,textarea{margin:0 10px;padding:0 10px;background-color:var(--background-darker);border:1px solid var(--border-light);border-radius:10px;color:var(--text);font-size:125%;height:30px}.errorText{color:red;font-weight:700}.successText{color:green;font-weight:700}a:link{color:var(--text-mid)}a:link:hover,a:visited:hover{color:var(--text-light)}a:visited{color:var(--text-dark)}.App{height:auto;width:auto}.NonProfitOverall{display:flex;flex-direction:column;height:100vh;width:calc(100vw - 20px)}.Account,.AccountInfoCheck{height:auto;width:auto}.AccountInfoCheck .passwordField{display:flex;flex-direction:row;align-items:center;justify-content:center}.AccountInfoCheck .showPassword svg{height:30px;width:30px}.LoadingButton .setSize{width:100px;height:50px}.LoadingButton .fitText{width:fit-content;max-width:200px;padding:10px;height:fit-content}.LoadingButton .currentlyLoading:hover{background-color:var(--background-darker);cursor:wait}.loadingInside{display:flex;justify-content:center;align-items:center;margin:0}.loading__letter{transform:translateY(0);animation-name:bounce;animation-duration:1s;animation-iteration-count:infinite}.loading__letter:nth-child(2){animation-delay:.1s}.loading__letter:nth-child(3){animation-delay:.2s}.loading__letter:nth-child(4){animation-delay:.3s}@keyframes bounce{0%{transform:translateY(0)}40%{transform:translateY(-10px)}80%,to{transform:translateY(0)}}.EditAccount{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:0px}.EditAccount .topButtons button{margin:0 20px;padding:3px 6px;font-size:14px}.EditAccount .userInfo{margin:10px}.EditAccount .editAccountField{display:flex;flex-direction:row;align-items:center;gap:10px}.EditAccount .editAccountField p{font-size:125%}.EditAccount .editAccountField input{margin:0 10px;padding:0 10px;background-color:var(--background-darker);border:1px solid var(--border-light);border-radius:10px;color:var(--text);font-size:125%;height:30px}.EditAccount .showPassword svg{height:30px;width:30px}.EditAccount .errorText{width:50%}.passwordRequirements .passwordParam,.passwordRequirements svg{display:flex;align-items:center;justify-content:center;gap:10px}.passwordRequirements svg{width:20px;height:20px}.passwordRequirements .unchecked{color:red}.passwordRequirements .checked{color:green}.InputField{width:auto;height:auto}.InputField{position:relative}.InputField .serviceParamBody{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.InputField .allServiceParams p{font-size:125%}.InputField .serviceParamBody svg{height:25px;width:25px}.InputField .serviceParamBody .descriptionInput{width:min(500px,calc(100vw - 100px));height:100px}.InputField .errorText{width:50%}.InputField .tooltiptext{visibility:hidden;width:80%;background-color:var(--border-very-dark);color:var(--background);text-align:center;border-radius:6px;padding:5px;opacity:85%;position:absolute;z-index:1;bottom:100%;left:10%}.InputField .serviceParamBody:hover+.tooltiptext{visibility:visible}.custom-select__control{width:70vw;margin:10px;color:var(--background)}.custom-select__control--is-focused{border:2px solid var(--border-dark)!important;outline:none!important;box-shadow:none!important}.custom-select__value-container,.custom-select__indicators,.custom-select__menu-list{background-color:var(--background)}.custom-select__control:hover .custom-select__indicators,.custom-select__control:hover .custom-select__value-container{background-color:var(--background-hover)}.custom-select__placeholder{color:var(--text-greyer)!important}.custom-select__multi-value{background-color:var(--background-darker)!important;border-radius:.375rem}.custom-select__multi-value__label{color:var(--text)!important}.custom-select__menu-list{border:2px solid var(--border-dark)}.custom-select__option:hover{background-color:var(--background-darker)}.css-d7l1ni-option{background-color:var(--background-selected)!important}.TimeInput .inputsAll{display:flex;flex-direction:row;align-items:center;gap:2px}.TimeInput input{width:30px;margin:0}.TimeInput .errorText{width:100%}.Dashboard{text-align:left;margin:0 10px}.Dashboard .dashHeader{border-bottom:2px solid var(--border-dark);width:75%}.Dashboard .largeHeader{font-size:300%}.Dashboard .smallHeader{font-size:200%}.Dashboard .siteStats{width:max(75%,min(100%,500px));display:flex}.Dashboard .siteStats .siteStatLeft{width:75%}.Dashboard .siteStats .siteStatRight{width:25%;text-align:right}.EditService{display:flex;flex-direction:column;align-items:center}.EditService .nonHourParams{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap;column-gap:50px;row-gap:10px;margin:20px}.HoursInput{margin:20px}.HoursInput .hoursInputHeader{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.HoursInput .dayHours{display:flex;flex-direction:row;align-items:center;gap:10px}.EditService{height:auto;width:auto}.SelectService .selectService select{width:40vw;background-color:var(--background-darker);border:var(--border-mid) 5px solid;border-radius:15px;color:var(--text);font-size:150%}.SelectService .selectService select:hover{background-color:var(--background-hover)}.LoginPage{height:auto;width:auto}.Login{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:0px}.Login .topButtons button{margin:0 20px;padding:3px 6px;font-size:14px}.Login .userInfo{margin:10px}.Login .loginField{display:flex;flex-direction:row;align-items:center;gap:10px}.Login .loginField p{font-size:125%}.Login .loginField input{margin:0 10px;padding:0 10px;background-color:var(--background-darker);border:1px solid var(--border-light);border-radius:10px;color:var(--text);font-size:125%;height:30px}.Login .showPassword svg{height:30px;width:30px}.NewService,.SearchResults{height:auto;width:auto}.SearchFilters{display:flex;flex-direction:column;align-items:center}.SearchFilters .allSearch{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap;column-gap:50px;row-gap:10px;margin:20px}.addressInput{width:69vw}.RecList{width:auto;height:auto}.RecTotal{margin:50px}.RecTotalNum{font-size:60px;font-weight:700;margin:0}.RecTotalLabel{font-size:25px;margin:10px}.RecList .pagination button{padding:10px 20px;margin:10px}.RecList .pagination .disabled{background-color:var(--background-greyer);cursor:not-allowed}.RecService{width:auto;height:auto;margin:10px;border:var(--border-mid) 5px solid;border-radius:36px}.RecService .serviceHeader{padding:0 10px;display:flex}.RecService .serviceTitle{flex:1;text-align:left}.RecService .serviceHeader svg{width:50px;height:50px;margin:0 10px}.RecService .serviceHeader svg:hover{color:var(--border-dark);cursor:pointer}.RecService .editTopDivider{border-top:var(--border-mid) 5px solid}.Service{text-align:left;border-radius:30px}.borderYes{border:var(--border-mid) solid 10px}.Service .serviceTop{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;border-radius:15px;padding:0 3% 0%}.Service .serviceTop .topLeft{width:100%}.Service .serviceTop .topRight{margin:5px 0 5px 20px;text-align:center;font-size:25px}.Service .serviceTop .topRight .topParam{margin:2px 0 0;padding:10px;border-width:5px;border-style:solid;border-radius:50px}.Service .serviceTop .topRight .topParam .bigText{font-size:30px}.Service .serviceTop .topRight .topParam .smallText{font-size:15px}.Service .serviceTop .topRight .redOutline{border-color:red}.Service .serviceTop .topRight .yellowOutline{border-color:#b8860b}.Service .serviceTop .topRight .greenOutline{border-color:green}.Service .serviceMid{width:calc(100% - 20px);display:flex;justify-content:center;margin:10px}.Service .serviceMid .moreDetails{display:flex;align-items:center;gap:5px;padding:4px;border:var(--border-light) solid 2px;border-radius:10px}.Service .serviceMid svg{width:25px;height:25px}.Service .serviceMid .expanded svg{transform:scaleY(-1)}.Service .serviceMid .moreDetails:hover{color:var(--text-dark);cursor:pointer}.Service .serviceMid .expanded{color:var(--text-dark);cursor:pointer;font-weight:bolder}.Service .serviceMid .expanded:hover{color:var(--text)}.Service .serviceBottom{padding:0 3% 0%;border-top:var(--border-light) solid 2px}.Service .serviceParam{display:flex;align-items:center;margin:20px 0;width:100%}.Service .serviceParam .serviceParamName{display:flex;align-items:center;justify-content:flex-start;gap:15px;width:min(25%,200px)}.Service .serviceParam .serviceParamName .serviceParamNameText{width:calc(100% - 25px);font-weight:bolder;overflow:hidden;text-overflow:ellipsis}.Service .serviceBottom .serviceParam svg{height:25px;width:25px}.Service .serviceParam .serviceParamValue{margin:0 0 0 10px;width:max(calc(75% - 10px),calc(100% - 190px))}.Service .serviceParam .serviceParamValue .hoursTable{width:100%;margin:0;overflow-x:auto;border-collapse:collapse;border:2px solid var(--border-light)}.Service .serviceParam .serviceParamValue table{border-collapse:collapse}.Service .serviceParam .serviceParamValue th,.Service .serviceParam .serviceParamValue td{border:2px solid var(--border-light);margin:0;padding:5px;min-width:80px}.SearchResults,.RegisterPage{height:auto;width:auto}.Recommend,.CsvImport{width:auto;height:auto}.CsvImport .fileSelector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.CsvImport .invalidDescription{padding:20px}.PrivateRoutes{width:auto;height:auto}.IconComp{text-align:left;border-radius:10px;transition:background-color .3s ease-in-out}.IconComp h1{margin:0;padding:1px}.IconComp:hover{cursor:pointer;background:var(--background-hover);border-radius:10px;transition:background-color .3s ease-in-out}.NavNonProfit{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;width:calc(100vw - 15px);border-bottom:var(--border-light) 2px solid}.NavNonProfit .navLogo{padding-left:10px;height:100%;width:25%}.NavNonProfit .navAllButtons{flex:1;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap}.NavNonProfit .navBarButton{height:50px;margin:0;padding:0 10px;background:var(--background-darker);border-left:1px solid var(--border-mid);border-right:1px solid var(--border-mid);border-bottom:var(--border-light) 1px solid;color:var(--text);font-size:100%;font-weight:700;transition:background-color .3s ease-in-out}.NavNonProfit .navAllButtons .navBarButton:hover{background:var(--background-hover);cursor:pointer;transition:background-color .3s ease-in-out}.NavNonProfit .selected{background:var(--background-selected);cursor:pointer;transition:background-color .3s ease-in-out}.NavNonProfit .dropdown{position:relative;display:inline-block}.NavNonProfit .dropdown-content{position:absolute;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;right:10px}.NavNonProfit .dropdownArrow{vertical-align:middle}.NavNonProfit .dropdown-not-shown{display:none}.NavNonProfit .dropdown-shown{display:flex;flex-direction:column}.FooterNonProfit{position:relative;left:0;bottom:0;width:calc(100% - 20px);text-align:center;margin:10px}.FooterNonProfit .insideFooter{display:flex;align-items:center;gap:20px;overflow-x:auto}.FooterNonProfit p{font-style:italic;text-align:left;margin:2px;padding:0}.FooterNonProfit .logo{height:100px;border-radius:20px;background-color:var(--icon-background);border:2px solid var(--border-light);margin:10px 0}.FooterNonProfit .nonprofitName{font-size:20px;font-weight:700;font-style:normal}.FooterNonProfit .nonprofitInfo{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:14px;font-style:italic}.FooterNonProfit .darkMode svg{height:40px;width:40px;color:var(--text-mid)}.FooterNonProfit .darkMode svg:hover{color:var(--text-dark)}.RefugeeOverall{display:flex;flex-direction:column;height:100vh;width:calc(100vw - 20px)}.mainContent{flex-grow:1}.Contact{height:100%;display:flex;flex-direction:column;align-items:center}.Contact .noForm{width:50%}.Contact .contactForm{width:100%}.Contact .contactButton{margin:20px;padding:1% 5%}.Contact .contactForm iframe{width:calc(100% - 20px);height:500px}.Home{height:auto;width:auto;display:flex;flex-direction:column;align-items:center}.Home .homeHeader{font-size:40px;width:75%;border-bottom:2px solid var(--border-light)}.ServiceList .service{margin:3%}.ServiceTotal{margin:50px}.ServiceTotalNum{font-size:60px;font-weight:700;margin:0}.ServiceTotalLabel{font-size:25px;margin:10px}.Help{display:flex;flex-direction:column;align-items:center;justify-content:center}.Help .helpText{width:50%}.NavRefugee{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;width:calc(100vw - 15px);border-bottom:var(--border-light) 2px solid}.NavRefugee .navLogo{padding-left:10px;height:100%;width:25%}.NavRefugee h3{margin:0}.NavRefugee .navAllButtons{flex:1;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap}.NavRefugee .navBarButton{height:50px;margin:0;padding:0 10px;background:var(--background-darker);border-left:1px solid var(--border-mid);border-right:1px solid var(--border-mid);border-bottom:var(--border-light) 1px solid;color:var(--text);font-size:100%;font-weight:700;transition:background-color .3s ease-in-out}.NavRefugee .navAllButtons .navBarButton:hover{background:var(--background-hover);cursor:pointer;transition:background-color .3s ease-in-out}.NavRefugee .selected{background:var(--background-selected);cursor:pointer;transition:background-color .3s ease-in-out}.NavRefugee .dropdown{position:relative;display:inline-block}.NavRefugee .dropdown-content{position:absolute;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;right:10px}.NavRefugee .dropdownArrow{vertical-align:middle}.NavRefugee #not-shown{display:none}.NavRefugee #shown{display:flex;flex-direction:column}main{height:70vh;width:calc(100vw - 20px)}.SubPageSelect .flexContent{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap;gap:10px}main h1{margin-bottom:-1%;font-size:400%}main h2{margin:10px;font-size:200%}main .welcomeText{width:70vw}main .select-nonprofit select{width:40vw;font-size:150%;background-color:var(--background-darker);border:var(--border-mid) 5px solid;border-radius:15px;color:var(--text)}main .select-nonprofit select:hover{background-color:var(--background-hover)}main .select-div{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}main .select-buttons{padding:10px;background:var(--background-darker);border:5px solid var(--border-mid);border-radius:10px;font-size:250%;font-weight:700;transition:border-radius .3s ease-in-out}main .select-buttons:hover{background:var(--background-hover);cursor:pointer;border-radius:30px;transition:border-radius .3s ease-in-out}.select-buttons svg{font-size:140%;vertical-align:bottom}.NonProfitSelector{height:auto;width:auto}
