.admin-panel-dashboard .col-12{margin-bottom:30px}.admin-card{text-align:center;background:#fff;border:2px solid #fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:100%;margin-bottom:30px;padding:40px 30px;transition:all .25s linear;display:flex;box-shadow:2px 4px 25px #0003;text-decoration:none!important}.admin-card:hover{border:2px solid #23314b;box-shadow:2px 8px 30px #0000001a}.admin-card h3{text-decoration:none}.admin-card .icon{max-width:160px;margin:0 auto 20px}.rdw-editor-wrapper{border:1px solid #ccc}.rdw-editor-main{border-top:1px solid #ddd}.rdw-link-modal{height:auto!important}.rdw-link-modal .rdw-link-modal-btn{background:gray;width:auto!important;height:auto!important}.authentication-form{border:1px solid #0000004d;border-radius:12px;flex-direction:column;padding:20px;display:flex}.authentication-form .form-field{margin-bottom:15px}.authentication-form .form-field:last-child,.authentication-form .form-field input,.authentication-form .btn{margin-bottom:0}.form-alternative-actions{text-align:center;font-size:14px}.form-alternative-actions a{color:#888}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}.btn,button,input[type=submit],input[type=reset],input[type=button]{color:#fff;cursor:pointer;background:#0dbc57;border:1px solid #0dbc57;border-radius:12px;outline:0;width:auto;margin-bottom:20px;padding:8px 18px;font-family:soleil,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s linear;display:inline-block;text-decoration:none!important}.btn:visited,button:visited,input[type=submit]:visited,input[type=reset]:visited,input[type=button]:visited{color:#fff;background:#0dbc57;border:1px solid #0dbc57}.btn:hover,button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,.btn:active,button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active{color:#fff;background:#00a345;border:1px solid #00a345}.btn:focus,button:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus{color:#fff;outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #00a345}.btn-outline{color:#0dbc57;cursor:pointer;background:0 0;border:1px solid #0dbc57;outline:0;width:auto;margin-bottom:20px;padding:8px 18px;font-family:soleil,sans-serif;font-size:16px;text-decoration:none;transition:all .15s linear;display:inline-block;text-decoration:none!important}.btn-outline:visited{color:#0dbc57;background:0 0;border:1px solid #0dbc57}.btn-outline:hover,.btn-outline:active{color:#00a345;background:0 0;border:1px solid #00a345}.btn-outline:focus{color:#00a345;outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #00a345}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-close:hover{opacity:1;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em no-repeat;border:0}.cart{z-index:1000;background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:350px;max-height:600px;transition:all .25s linear;display:flex;position:fixed;bottom:40px;right:40px;overflow:hidden;box-shadow:2px 4px 25px #0003}.cart.is-inactive{border-radius:35px;width:150px;height:70px;overflow:hidden}.cart.is-active{max-height:500px}.cart .cart-footer{border-top:1px solid #0000001a;flex-shrink:0;padding:10px 15px 15px}.cart.is-active .cart-heading:after{content:"×";text-align:center;background:#fff;border-radius:30px;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;font-weight:700;line-height:23px;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.cart.is-active .cart-heading:hover{color:#0dbc57}.cart .cart-heading{cursor:pointer;flex-direction:row;align-items:center;padding:15px;transition:all .25s linear;display:flex;position:relative}.cart .cart-heading:hover{background:#d7ecd7}.cart .cart-heading .cart-icon{text-align:center;color:#fff;background:#0dbc57;border-radius:50%;align-items:center;width:40px;min-width:40px;height:40px;margin-right:15px;font-size:20px;font-weight:700;line-height:40px;display:flex}.cart .cart-heading .cart-icon .item-count{width:100%}.cart .cart-heading h4{color:#212121;margin-bottom:0;font-weight:700}.cart .cart-body{flex:1;padding:15px;overflow-y:auto}.cart .cart-body ul{margin:0;padding:0;list-style:none}.cart .cart-body ul li{border-bottom:1px solid #0000001a;flex-direction:row;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.cart .cart-body ul li:last-child{border-bottom:0}.cart .cart-body ul li .item-name{flex:1}.cart .cart-body ul li .item-quantity{width:60px;margin-bottom:0}.cart .cart-body ul li .item-quantity::-webkit-outer-spin-button{-webkit-appearance:none}.cart .cart-body ul li .item-quantity::-webkit-inner-spin-button{-webkit-appearance:none}.cart .cart-body ul li .item-quantity[type=number]{-moz-appearance:textfield}.cart .cart-body ul li .item-remove{text-align:center;cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;margin-left:5px;font-size:20px;font-weight:700;display:flex;position:relative}.cart .cart-body ul li .item-remove:hover{color:red}fieldset{margin-bottom:20px}input,input[type=text],input[type=password],input[type=email],textarea,select{appearance:none;color:#212121;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:6px;outline:none;width:100%;max-width:320px;height:40px;margin:0 0 20px;padding:6px 16px;font-family:soleil,sans-serif;font-size:15px;font-weight:400;transition:all .15s linear;display:inline-block;font-style:normal!important}input:hover,input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,textarea:hover,select{border:1px solid #e0e0e0}input:focus,input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,textarea:focus,select:focus{border:1px solid #0dbc57;outline:0!important;box-shadow:0 0 0 1px #0dbc57!important}.form-control{border-radius:6px}.form-control:focus{color:#212121;background-color:#fff;border-color:#0dbc57;outline:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){box-shadow:inset -1px 0 #0003!important}textarea{resize:vertical;height:auto;min-height:120px}label,legend{font-family:soleil,sans-serif;font-size:16px;font-weight:400;display:block}.form-check{align-items:center;display:flex}input[type=checkbox]{float:left;border:1px solid #e0e0e0;height:34px;margin:2px 10px 0 0;display:inline-block;width:18px!important;max-width:18px!important;box-shadow:inset 0 0 0 2px #fff!important}input[type=checkbox]:checked{border:1px solid #e0e0e0}input[type=checkbox]:hover,input[type=checkbox]:focus{border:1px solid #0dbc57}input[type=checkbox]:checked,input[type=checkbox]:checked:focus{background-color:#0dbc57}input[type=radio]{float:left;border:1px solid #e0e0e0;border-radius:50%;width:18px;height:18px;margin:2px 10px 0 0;display:inline-block;box-shadow:inset 0 0 0 2px #fff!important}input[type=radio]:hover{border:1px solid #0dbc57}input[type=radio]:checked,input[type=radio]:checked:focus{background:#0dbc57}input[disabled=disabled],textarea[disabled=disabled]{background:#e0e0e0!important}div[class$=c-container]{margin-bottom:20px}div[class$=c-container] input{height:27px;margin-bottom:0;box-shadow:none!important}div[class$=c-container] input:focus{box-shadow:none!important}.simple-container{width:100%;max-width:1200px;margin:0 auto;padding:15px}.simple-container.subtle{opacity:.6}.version-footer{color:#ccc;width:100%;max-width:1200px;margin:0 auto;padding:15px}.error-boundary{width:100%;max-width:400px;margin:0 auto;padding:15px}.error-boundary .error-boundary-inner{border:1px solid #0000004d;border-radius:12px;padding:20px}.error-boundary .error-boundary-inner .btn{margin-bottom:0}.heading-with-actions{flex-direction:column;justify-content:space-between;align-items:start;display:flex}@media only screen and (min-width:768px){.heading-with-actions{flex-direction:row;align-items:center}}.heading-with-actions .actions .btn{margin-left:10px}.heading-with-actions .actions .btn:first-child{margin-left:0}.navbar{padding:15px 0;background:#23314b!important}.navbar-toggler{margin-bottom:0;transition:background .15s linear}.navbar-toggler:focus{box-shadow:none}.navbar-brand{flex-direction:row;align-items:center;display:flex;text-decoration:none!important}.navbar-brand .logo-mark{width:100%;max-width:50px;margin-right:10px;transition:all .15s linear}.navbar-brand .logo-text{text-decoration:none;transition:all .15s linear}.navbar-brand:hover .logo-mark{transform:scale(1.05)}.navbar-brand:hover .logo-text{color:#0dbc57;text-decoration:none!important}.category-section{margin-bottom:50px}.category-heading{text-transform:capitalize}.category-container{flex-wrap:wrap;justify-content:start;margin-left:-15px;display:flex}@media only screen and (min-width:992px){.category-container{border:1px solid #0003;border-radius:12px;margin-left:0}}.food-item{flex-direction:column;flex:0 0 100%;max-width:100%;margin-bottom:30px;padding-left:15px;padding-right:15px;display:flex}.food-item .pickup-quantity-reason{padding-right:8px}.food-item .pickup-quantity-reason input{max-width:100%}.food-item .pickup-quantity-reason .value-why-less{padding:8px;font-size:12px}@media only screen and (min-width:992px){.food-item{border-bottom:1px solid #0000001a}}.food-item:last-child{border-bottom:none}.food-item.column-headings{border-bottom:1px solid #0003;font-size:14px;font-weight:700;display:none}@media only screen and (min-width:992px){.food-item.column-headings{display:block}}.food-item.column-headings .food-item-content{height:100%;padding:15px 8px}@media only screen and (min-width:480px){.food-item{flex:0 0 50%;max-width:50%}}@media only screen and (min-width:768px){.food-item{flex:0 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:992px){.food-item{flex:0 0 100%;max-width:100%;margin-bottom:0}}.food-item .food-item-content{border:1px solid #0003;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;padding:15px;display:flex}@media only screen and (min-width:992px){.food-item .food-item-content{border:none;border-radius:0;flex-direction:row;flex-shrink:0;align-items:center;padding:8px}}.food-item .item-name-description{flex-direction:column;margin-bottom:10px;display:flex}@media only screen and (min-width:992px){.food-item .item-name-description{flex-shrink:0;width:25%}}.food-item .item-name-description .item-name{margin-top:5px;margin-bottom:5px;font-size:24px;font-weight:700;line-height:1.1em}@media only screen and (min-width:992px){.food-item .item-name-description .item-name{flex-shrink:0;font-size:18px}}.food-item .item-name-description .item-description{flex-shrink:0;font-size:12px;line-height:1.2em}.food-item .item-location{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .item-location{flex-shrink:0;width:10%}}.food-item .item-condition{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .item-condition{flex-shrink:0;width:10%}}.food-item .item-use-by{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .item-use-by{flex-shrink:0;width:10%}}.food-item .item-unit-weight{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .item-unit-weight{flex-shrink:0;width:15%}}.food-item .item-units-available{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .item-units-available{flex-shrink:0;width:10%}}.food-item .meal-item-list{margin-bottom:10px}@media only screen and (min-width:992px){.food-item .meal-item-list{flex-shrink:0;width:25%}.food-item .meal-item-list.non-admin{width:45%}}.food-item .meal-item-list .meal-item{flex-direction:row;justify-content:space-between;margin-bottom:5px;display:flex}.food-item .meal-item-list .meal-item .btn{margin-bottom:0}.food-item .meal-item-list .meal-item .meal-item-name{font-weight:700}.food-item .item-actions{flex-direction:row;display:flex;position:relative}.food-item .item-actions .btn{margin-bottom:0;margin-right:10px}.food-item .item-actions .btn:last-child{margin-right:0}@media only screen and (min-width:992px){.food-item .item-actions{flex-shrink:0;justify-content:flex-end;width:20%;margin-bottom:10px}.food-item .item-name-description,.food-item .item-location,.food-item .item-condition,.food-item .item-use-by,.food-item .item-unit-weight,.food-item .item-units-available,.food-item .meal-item-list,.food-item .item-actions{margin-bottom:0}}.popover-heading{padding-right:40px}.popover-arrow{display:none!important}.popover-body{box-shadow:0 6px 16px #0003}.popover-close{opacity:.5;cursor:pointer;text-indent:-9999px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em no-repeat;border:0;width:40px;height:40px;transition:all .15s linear;position:absolute;top:10px;right:10px;overflow:hidden}.popover-close:hover{opacity:1}.required{color:red;font-weight:700}.conversion-table-trigger{margin-bottom:20px;display:inline-block;position:relative}.conversion-table{border-width:1px;border-color:#e0e0e0;margin-bottom:0}.conversion-table thead td{border-width:1px;font-weight:700;border-color:#e0e0e0!important}.conversion-table td{border-width:1px;border-color:#e0e0e0;padding:5px}.danger-zone{background:#ff00000d;border:1px solid red;border-radius:12px;margin-bottom:20px;padding:20px}.danger-zone .danger-message{color:red;text-align:center;font-weight:700}.item-meal-size{justify-content:space-between;align-items:center;display:flex}.item-meal-size-quantity{padding:0 5px 0 10px}.item-quantity{text-align:right;padding:0 5px 0 10px}html,body{color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;width:100%;margin:0;padding:0;font-family:brother-1816-printed,sans-serif;font-style:normal;font-weight:400}:focus{outline:none}*,:after,:before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizelegibility}img{vertical-align:middle;max-width:100%;height:auto}::selection{text-shadow:none;background:#0063dd4d}body{overscroll-behavior:none;padding:90px 0 0;overflow:auto}main{padding:0 0 50px}.container-fluid{width:100%;max-width:1200px}.page-heading-section{background:#e9f4e9;margin-bottom:50px;padding:30px 0 15px}.page-heading{flex-direction:column;justify-content:space-between;display:flex}@media only screen and (min-width:768px){.page-heading{flex-direction:row}}.page-heading .page-title{line-height:1em}.page-heading .btn,.m-0{margin:0}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.mb-110{margin-bottom:110px!important}.mb-120{margin-bottom:120px!important}.mb-130{margin-bottom:130px!important}.mb-140{margin-bottom:140px!important}.mb-150{margin-bottom:150px!important}.mt-10{margin-top:10px!important}.mt-20{margin-top:20px!important}.mt-30{margin-top:30px!important}.mt-40{margin-top:40px!important}.mt-50{margin-top:50px!important}.mt-60{margin-top:60px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mt-110{margin-top:110px!important}.mt-120{margin-top:120px!important}.mt-130{margin-top:130px!important}.mt-140{margin-top:140px!important}.mt-150{margin-top:150px!important}.mt-250{margin-top:250px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-20{margin-right:20px!important}.p-0{padding:0}.p-10{padding:10px}.p-20{padding:20px}.p-30{padding:30px}.p-40{padding:40px}.pb-10{padding-bottom:10px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-90{padding-bottom:90px!important}.pb-100{padding-bottom:100px!important}.pb-180{padding-bottom:180px!important}.pt-10{padding-top:10px!important}.pt-20{padding-top:20px!important}.pt-30{padding-top:30px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-80{padding-top:80px!important}.pt-90{padding-top:90px!important}.pt-100,.pt-180{padding-top:100px!important}.max-20{max-width:20px}.max-25{max-width:25px}.max-40{max-width:40px}.max-50{max-width:50px}.max-60{max-width:60px}.max-75{max-width:75px}.max-80{max-width:80px}.max-85{max-width:85px}.max-90{max-width:90px}.max-95{max-width:95px}.max-100{max-width:100px}.max-110{max-width:110px}.max-120{max-width:120px}.max-130{max-width:130px}.max-140{max-width:140px}.max-150{max-width:150px}.max-160{max-width:160px}.max-170{max-width:170px}.max-180{max-width:180px}.max-190{max-width:190px}.max-200{max-width:200px}.max-220{max-width:220px}.max-240{max-width:240px}.max-260{max-width:260px}.max-280{max-width:280px}.max-300{max-width:300px}.max-320{max-width:320px}.max-340{max-width:340px}.max-360{max-width:360px}.max-380{max-width:380px}.max-400{max-width:400px}.max-420{max-width:420px}.max-440{max-width:440px}.max-460{max-width:460px}.max-480{max-width:480px}.max-500{max-width:500px}.max-520{max-width:520px}.max-540{max-width:540px}.max-560{max-width:560px}.max-580{max-width:580px}.max-600{max-width:600px}.max-620{max-width:620px}.max-640{max-width:640px}.max-660{max-width:660px}.max-680{max-width:680px}.max-700{max-width:700px}.max-720{max-width:720px}.max-740{max-width:740px}.max-760{max-width:760px}.max-780{max-width:780px}.max-800{max-width:800px}.max-820{max-width:820px}.max-840{max-width:840px}.max-860{max-width:860px}.max-880{max-width:880px}.max-900{max-width:900px}.max-920{max-width:920px}.max-940{max-width:940px}.max-960{max-width:960px}.max-980{max-width:980px}.max-1000{max-width:1000px}.max-1020{max-width:1020px}.max-1040{max-width:1040px}.max-1060{max-width:1060px}.max-1080{max-width:1080px}.max-1100{max-width:1100px}.max-1120{max-width:1120px}.max-1140{max-width:1140px}.max-1160{max-width:1160px}.max-1180{max-width:1180px}.max-1200{max-width:1200px}.max-1220{max-width:1220px}.max-1240{max-width:1240px}.max-1260{max-width:1260px}.max-1280{max-width:1280px}.max-1300{max-width:1300px}.center-text{text-align:center}.hide{display:none!important}.show,.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.rectangle169{float:left;width:100%;display:block;position:relative;overflow:hidden}.rectangle169 .rectangle169-content{position:absolute;inset:0}.rectangle169:before{content:"";padding-top:56.25%;display:block}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a,a:visited,.link{color:#0dbc57;cursor:pointer;outline:0;text-decoration:none;transition:color .15s linear}a:hover,a:active,a:focus,.link:hover{color:#00a345;text-decoration:underline}a.link-unstyled,.link-unstyled{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;cursor:inherit;text-decoration:none!important}@keyframes load{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{border:4px solid #fff6;border-left-color:#00000026;border-radius:50%;width:25px;height:25px;animation:1s linear infinite load}.btn-small .loader{width:20px;height:20px}.last-saved .loader{width:16px;height:16px;margin-left:5px}.btn-primary-outline .loader{border:4px solid #0000000d;border-left-color:#0003}button.btn-loading[disabled=disabled],button.btn-loading.btn-primary:disabled{background:#0dbc57!important}.custom-message-textarea{min-height:200px!important}.recipients-list{margin-bottom:20px}.recipients-list span.badge{margin-bottom:5px;margin-right:5px;display:inline-block;color:#23314b!important;background:#23314b1a!important}.modal-dialog{max-width:800px!important}.modal-dialog .modal-content{border:0!important;border-radius:12px!important}.modal-dialog .modal-content .modal-title{color:#23314b;font-weight:700!important}.modal-dialog form,.modal-dialog .btn-group .btn{margin-bottom:0}.no-users{padding:15px 23px}.organization-item{flex-direction:column;flex:0 0 100%;max-width:100%;margin-bottom:30px;padding-left:15px;padding-right:15px;display:flex}@media only screen and (min-width:992px){.organization-item{border-bottom:1px solid #0000001a}}.organization-item:last-child{border-bottom:none}.organization-item.column-headings{border-bottom:1px solid #0003;font-size:14px;font-weight:700;display:none}@media only screen and (min-width:992px){.organization-item.column-headings{display:block}}.organization-item.column-headings .organization-item-content{height:100%;padding:15px 8px}@media only screen and (min-width:480px){.organization-item{flex:0 0 50%;max-width:50%}}@media only screen and (min-width:768px){.organization-item{flex:0 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:992px){.organization-item{flex:0 0 100%;max-width:100%;margin-bottom:0}}.organization-item .organization-item-content{border:1px solid #0003;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;padding:15px;display:flex}@media only screen and (min-width:992px){.organization-item .organization-item-content{border:none;border-radius:0;flex-direction:row;flex-shrink:0;align-items:center;padding:8px}}.organization-item .item-name-description{flex-direction:column;margin-bottom:10px;display:flex}@media only screen and (min-width:992px){.organization-item .item-name-description{flex-shrink:0;width:25%}}.organization-item .item-name-description .item-name{margin-top:5px;margin-bottom:5px;font-size:24px;font-weight:700;line-height:1.1em}@media only screen and (min-width:992px){.organization-item .item-name-description .item-name{flex-shrink:0;font-size:18px}}.organization-item .item-name-description .item-description{flex-shrink:0;font-size:12px;line-height:1.2em}.organization-item .item-email{margin-bottom:10px}@media only screen and (min-width:992px){.organization-item .item-email{flex-shrink:0;width:20%}}.organization-item .item-phone{margin-bottom:10px}@media only screen and (min-width:992px){.organization-item .item-phone{flex-shrink:0;width:15%}}.organization-item .item-is-subbed{margin-bottom:10px}@media only screen and (min-width:992px){.organization-item .item-is-subbed{flex-shrink:0;width:20%}}.organization-item .item-actions{flex-direction:row;display:flex;position:relative}.organization-item .item-actions .btn{margin-bottom:0;margin-right:10px}.organization-item .item-actions .btn:last-child{margin-right:0}@media only screen and (min-width:992px){.organization-item .item-actions{flex-shrink:0;justify-content:flex-end;width:20%;margin-bottom:10px}.organization-item .item-name-description,.organization-item .item-email,.organization-item .item-phone,.organization-item .item-is-subbed,.organization-item .item-actions{margin-bottom:0}}.status-pill{color:#23314b;text-align:center;background:#f8f0bf;border-radius:30px;margin-bottom:20px;padding:12px 18px;display:inline-block}.pickup-times{background:#23314b1a;border-radius:12px;margin-bottom:30px;padding:15px}.pickup-times h3{align-items:center;margin-bottom:10px;display:flex}.pickup-times h3 .icon-pickup-times{margin-right:10px}.pickup-times .pickup-times-content{flex-direction:row;align-items:center;display:flex}.pickup-times .pickup-times-content .btn{margin-bottom:0;margin-left:10px}.request-section .container-fluid{border-bottom:1px solid #e0e0e0;margin-bottom:50px;padding-bottom:50px}.request-section:last-child .container-fluid{border-bottom:0;margin-bottom:0;padding-bottom:0}.quantity-received{max-width:70px;margin-bottom:0}.fulfilled{color:#0dbc57;font-weight:700}body{font-family:Moderat,sans-serif;font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{color:#212121}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}h1,.h1{color:#23314b;margin-bottom:15px;font-family:Moderat,sans-serif;font-size:40px;font-style:normal;font-weight:400;line-height:50px}h2{color:#23314b;margin-bottom:15px;font-family:Moderat,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:32px}h3,.h3{color:#23314b;margin-bottom:15px;font-size:26px;font-weight:600;line-height:32px}h4{color:#585858;margin-bottom:15px;font-size:20px;font-weight:400;line-height:30px}h5{color:#212121;text-transform:uppercase;font-size:16px;line-height:22px}h6{color:#212121;font-size:14px;line-height:20px}p{color:#585858;margin:0 0 20px;font-size:16px;line-height:1.4}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
